/* CSS Document */

.imgright {
	float: right;
	border: 1px solid #000;
	background-color:#FFCC00;
	margin: 5px;
	margin-right: 3%;
	padding: 2px;
}

.block {
	background-color: #ffeecc;
}

.small {
	font-size: 0.8em;
}
/* ---------------  Default -------------- */
h2 {
	padding: 0;
	margin: 3px;
}

h3 {
	padding: 0;
	margin: 10px 0 10px 3px;
}

ul {
	margin: 10px 0 15px 20px;
}

p {
	margin: 5px 0 10px 3px;
}
/* ---------------  Navigation -------------- */
#nav {
	margin: 0;
	padding: 0;
	position:relative;/*ie needs this to show float */
	width: 158px;
	float:left;
	padding-bottom:32px;/* needed to make room for footer */
	font-weight: 600;
}

#nav ul{
	position: relative;
	margin: 0;
	padding: 0;
}
	
#nav li {
	list-style: none;
	}

#nav li a {
	display:block;
	width: 85%;
	text-align: right;
	font-family:Tahoma, Verdana, Arial;
	text-decoration:none;
	color: #fff;
	padding: 5px;
	}

#nav li a:hover {
	text-decoration: underline;
	background: /*#F0F1C9*/;
	}

.active {
	background: #F0F1C9/*#F7F8D2*/;
}

/* ---------------  Structure -------------- */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: transparent url('images/navback.gif') repeat-y;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-bottom:-32px;
}

#centrecontent {
	padding: 5px 15px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	overflow:hidden;
	background-color:#FFFFFF;
	background-image:url(images/headbar2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo {
	position:absolute;
	bottom: 0;
	left: 10px;
}

#rcvs {
	position:absolute;
	top: 20px;
	right: 150px;
}

#lsc {
	position:absolute;
	top: 20px;
	right: 10px;
}

#logo img, #logo img a {border: 0;}

#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:120px;/*needed to make room for header*/
}

#footer {
	width:auto;
	clear:both;
	height:30px;
	padding-left: 160px;
	padding-top: 3px;
	border-top: 1px solid #FFCC66;
	border-bottom:0px solid #000;
	color: #000000;
	text-align:center;
	position:relative;
	font-size: 0.8em;
	margin: 0 40px 0 200px;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:120px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */