html, body {
	margin: 0px;
	padding:0px;
	/*background-image:url(../images/bg.gif);*/
	background: #ccc;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 3px;
	padding:0px;
}
a {
	color: white;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	background-color: #FFF;
	border: black 1px solid;
	border-top: black 25px solid;
}

#content {
	width: 800px;
	margin: 0px auto;
	background-image: url(../images/bg_header_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	height:96px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:500px;
	margin-right: 20px;
}

#leftbarnarrow {
	float:left;
	width:207px;
	margin-right: 20px;
}

#rightbar {
	float:left;
	width:257px;
}

#rightbarwide {
	float:left;
	width:550px;
}

#rightbarwide a {
	color: #669ACC;
	text-decoration: underline;
}
p.description {
	color: #669ACC;
}

div.box {
	border: solid black 1px;
	padding: 10px;
}

#leftnavigation {
	width: 195px;
	background-color: #AAC6E2;
	height: 440px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/leftnavbackgr.gif);
	background-position: bottom;	
	background-repeat: no-repeat;
}

#leftnavigationtop {
	width: 195px;
	background-color: #669ACC;
	margin-bottom: 10px;
}

#leftnavigation p {
	color: white;
	padding: 10px;
}

p.smallindented {
	font-size: 12px;
	color: black !important;
	margin: 0 10px 0 0px;
	font-weight: normal;
	line-height: 14px;
}
#leftnavigation a  {
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#leftnavigation a:hover {
	color: #669ACC;
}

/*#leftnavigation a:visited {
	color: white;
}*/

#leftnavigation ul{
	list-style: none;
	margin-left: 20px;
	padding: 0;
}

#leftnavigation li {
	margin-bottom: 10px;
}

.current {
	color: black !important;
}

#bottom {
	clear:both;
	height:32px;
	padding: 3px;
	background-color: black;
	color: white;
	text-align: center;
}

#bottom a:link, a:visited {
	color: #669ACC;
}

#topnav {
	vertical-align: middle;
	width: 850px;
	height: 32px;
	padding-left: 0px;
	color: #ffffff;
	font: 11px/16px Verdana, Helvetica, sans-serif;
	line-height: 34px;
}

#topnav a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
	}
		
#topnav a:hover, a:active { 
	font-weight: normal; 
	color: #ffffff;
	}

#topnav a:visited { 
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
	}
	
/*MAIN NAVIGATION STUFF*/

#nav  ul li p{
	font-size : 13px;
	line-height: 1.5em;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
}
#nav a {
	display: block;
	width: 132px;
	color : #fff;
	text-align : center;
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 7px;
}

#nav li { /* all list items */
	float: left;
	width: 132px; /* width needed or else Opera goes nuts */
	background-color: #000;/*transparent;*/
	margin: 0;	
}
#nav li :hover{
	background-color: #669ACC;
}
	
#nav li ul:a{
	text-align : left;
	text-decoration: none;
	text-align : left;
}
#nav li ul { /* second-level lists */
 	z-index: 10;
	position: absolute;
	width: 132PX;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	
	line-height : 1.5em;
	font-size: 13px;
	margin-top: 0px;
}
#nav li ul li {
	width: 100%;
	color: white;
	background-color : #9DB7D0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: black;
}
#nav ul li :hover{
	color : black;
	text-decoration: none;
	width: 100%;
	background-color : #9DB7D0;
}

#nav li ul a {
 	padding: 2px 0 2px 0;
}

/* --- table stuff --- */
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #669ACC;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header2.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}
td {
	border/*-right*/: 1px solid #C1DAD7;
	/*border-bottom: 1px solid #C1DAD7;*/
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	font-size: 12px;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}