@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
background: #fff url(images/background.gif) repeat-y 50% 0;
overflow-x: hidden;
}

img {
margin-bottom: 20px;
}

#maincontainer{
width: 820px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #d8e6e8;
height: 100px; /*Height of top section*/
background-image:url(images/logo.gif);
background-repeat:no-repeat;
background-position:left bottom;
border-bottom:4pt solid #fff;
}

#topbar{
height:20px;
background: #accdde;
width: 100%;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 240px 0 167px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding-top: 40px;
	padding-left: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
line-height: 2.25em;
	padding-right: 50px;
	height: 600px;
}

#leftcolumn{
	float: left;
	width: 167px; /*Width of left column in pixel*/
	margin-left: -820px; /*Set margin to that of -(MainContainerWidth)*/
	list-style-type: none;
	overflow:hidden;
	height: 600px;
	display: inline;
}

#rightcolumn{
float: left;
width: 236px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
padding-top: 52px;
background-image:url(images/right_bar.jpg);
background-repeat:no-repeat;
background-position: 43px 37px;
font-family:Arial, Helvetica, sans-serif;
font-size: 75%;
}

#rightcolumn h1{
font-family:Arial, Helvetica, sans-serif;
padding-left:40px;
font-size: 9.75pt;
color: #445878;
}

#rightcolumn ul{
border: none;
list-style-image:url(images/blue_bullet.jpg);
padding-left: 60px;
}

#rightcolumn li {
margin: 0;
}

#rightcolumn li a{
	color: #445878;
	text-decoration: none;
}

#footer{
	clear: left;
	width: 100%;
	background: #fff;
	color: #999999;
	padding: 4px 0;
	height: 50px;
	border-top:solid 1px #445878;
	font-size:75%;
	text-align: right;
}

#footer a{
	color: #999999;
	text-decoration: none;
}

#navlist{
	list-style-type: none;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 75%;
	font-weight:bold;
padding: 0;
margin: 0;
	}
	
#navlist li{border-top:1px solid #fff;}

#navlist li:hover{background-color: #a6c6d6; color: #418db3;}

#navlist a {text-decoration:none; color:#fff; padding-left: 20px;}

#active:hover li {
	display: block;
	background-color: #d8e6e8;
	border-bottom:solid 1px #fff;
	padding-left: 30px;
	margin-left: -65px;
	color: #418db3;
}

#active li { display: none; color: #418db3;}

#active li a{color: #418db3;}


#navcontainer{
	width: 167px;
	padding: 0 0 0 0;
	margin-bottom: 2em;
	margin-top: 25px;
	line-height:45px;
	background-color: #418db3;
	border-bottom: solid 1px #fff;
}

#navcontainer a:visited
{
color: fff;
}

 #navcontainer a:active
{
background-color: #accdde;
color: #418db3;
}

 #navcontainer a:hover
{
color: #418db3;
}

#search {
padding-left:18px;
padding-right:15px;
}
