/* CSS Document */

body{
margin:0px 0px 0px 0px;
font-size:75%;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
background-image:url(../images/bodybg.gif);
background-repeat:repeat-x;

	}

h1{
	font-size:1.5em;
	font-weight:bold;
	color:#0033CC;
	margin-top:10px;
}
h2{
	font-size:1.4em;
	font-weight:bold;
	color:#006633;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:5px;
}		

#container{
	width:864px;
	position:relative;
	text-align:left!important;
	background-color:#FFFFFF;
	margin:auto;
	background-image:url(../images/contbg.gif);
	background-repeat:repeat-y;
	}
#header{
	width:864px;
	height:189px;
	background-color:#ffffff;
	margin:auto;
	
}
#sidenav{
	position:absolute;
	top:202px;
	left:-1px;
	width:190px;
	height:177px;

	}
	#navholder{
width:189px;


}
#navholder ul{
padding:0px;
margin:0px;
list-style:none;
border-bottom:1px solid #cccccc;

}
#navholder ul a{
display:block;
height:19px;
text-decoration:none;
padding:5px 0px 0px 6px;
margin:0px;
list-style:none;
border-top:1px solid #cccccc;
color:#000000;

}
#navholder ul a:hover{
background-color:#FFE187;
}


#content{
	width:auto;
	margin:0px;
	margin-left:220px;
	}
#contentholder{
	width:600px;
	background-color:#ffffff;
	}	
#footer{
	width:864px;
	background-color:#ffffff;	
	border-top:1px solid #cccccc;
	padding-top:10px;
	padding-bottom:10px;
	}
	#footer span{
	margin-left:150px;
	color:#666666;	
	}
	#footer div{
	margin-left:150px;
	color:#666666;
	margin-top:20px;
	}
.pad20{
padding-left:40px;
padding-right:10px;

}	

.portal td{
	border-top:1px dotted #CCCCCC;
	padding-bottom:20px!important;
	vertical-align:top;

}