@import url("nav.css");
html {height:100%; background-color:#fff}
body {margin:0px; padding:0px; background-color:#DDE;}
#container {width: 750px; height:100%; border: 0px; background-color:#FFF; margin:auto;}
#header {width:750px; height:143px; background:#FF00FF;}
	#header-logo {width: 324px; height:123px; float:left; background-image:url('images/header-logo.png'); }
	#header-right {width: 426px; height:123px; float:right; background-image:url('images/header-right.png'); text-align:right; margin:0px;}
	#header	input {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
	#header-nav {clear: both; width:750px; height:30px; background-image:url('images/menu.png'); position: absolute; top: 123px}
		#header-nav ul .item {display:none; height:20px; }
		#header-nav ul:hover .item {display:block; background-color:#666; padding:3px 7px 3px 7px; margin:1px; text-transform:capitalize;  clear:both;}
		#header-nav ul:hover .item a{color:#fff;text-decoration:none;}
		#header-nav ul:hover .item a:hover {color:#FC0;}
		#header-nav li.top { padding:7px 7px 7px 7px; margin:0; text-transform:uppercase; border-width:0px 1px 0px 0px; border-style:solid; border-color:#666;}
		#header-nav li.top a {color: #FFF; text-decoration:none; position:static;}
		#header-nav li.top a:hover {color: #FC0; position:static;}
		#header-nav ul {float:left; margin:0px; padding:1px; list-style:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;  font-weight:bold; color:#FFF;}
		.clear{clear:both;height:10px;}
	
#content { width:500px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:20px; padding:25px 25px 10px 25px; float:left; background-color:#FFF}
	.featuredtitle {color:#036; font-weight:bold; float: left;}
        .pagetitle {color:#036; font-weight:bold; float: left; line-height:35px;}
	.options {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000; float: right; padding:20px 0px 0px 0px;}
	.options img {padding:0px 0px 0px 10px}
	#content a, a:visited {font-weight:bold; text-decoration: underline;}
	#content a:hover, a:active {font-weight:bold; color:#F90}
	#content img {border:0px}
			
		.featured {background-color:#fffed8; padding: 5px 10px 15px 10px; border-width:4px 0px 4px 0px; border-style:dotted;border-color:#DDDCB6;}
		.featured h1 {color:#036; font-weight:bold; font-size:14px; line-height:1.25; text-spacing: 0.1em;}

#sidebar { width:179px; height:100%; float:right; margin-top:37px; padding:0px 10px 0px 10px; background-color:#FFF; border-width: 0px 0px 0px 1px; border-color:#999; border-style: dotted; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:18px;}

	#sidebar .fineprint a {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; line-height: 30px; text-decoration: underline;}
	#sidebar img {border-width: 0px}

#footer { background:url('images/footer-bg.png'); padding: 5px 25px 5px 25px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#CCC; word-spacing: 2px; }