html,body {
	height: 100%;
}


body {
	background-color:#F4F8FB;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin: 0px;
}
.titleblock {
	border-bottom:0.1em solid #eee;
	margin: 20px 0px;
}
.subtitleblocktop {
	margin-bottom: 20px;
	background-image: url(images/grad_blue_bg_up.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 20px;
	padding-left: 10px;
	background-position: bottom;
}
.subtitleblockbottom {
	margin-bottom: 20px;
	background-image: url(images/grad_blue_bg_down.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 20px;
	padding-left: 10px;
	background-position: top;
}

.darktext{
	color: #5A5B5B;
	font-family: arial;
	font-size: 110%;
	}

.floatleft {
	float: left;
}

.headerblue {
	display: block;
	background-color: #EAF4F7;
	height: 25px;
	padding: 0px 6px;
	margin: 0px;
	color: #4674BF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

.headergrey {
	display: block;
	background-color: #eeeeee;
	border-bottom:1px solid #aaaaaa;
	padding: 35px 0px;
	margin: 0px;
}

.georgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color:#3D3E6D;
	}
.trebuchet{
	font-family: Trebuchet MS;
	font-size: 200%;
	color:#2574C2;
	}
.secondlist {
	float: left;
	width: 200px;
}


a {
	text-decoration:none;
	color: #333333;
	border-bottom: 1px dotted #ccc;
}

a:hover{
	color: #4674BF;

}

#hnav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#hnav li{
	float: left;
}

#hnav ul li a{
	line-height: 4.5em;
	padding: 0px 55px;
	margin: 0px 0px;
	width: 10em;
	display: block;
	border-top: 0.4em # solid;
	color: #205186;
	text-decoration: none;
	text-align: center;
	background-image: url(images/grad_blue_bg.gif);
	list-style: none;
} 


/* Hide from IE5-Mac \*/
#nav-menu li a
{
}
/* End hide */ 

#hnav ul li a:hover{
	background-color:#2574C2;
	color:#000000;
	background-image: url(bluestyle/none);
}



.first{
border-left:1px solid #dfdfdf;
}
#wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 0px;
}


.clear{
clear:both;
}

.listsquare ul{
	font-size: 90%;
list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
}

.listsquare ul li a{
	background-image: url(images/grad_bgnone.gif);
	display: block;
	padding: 8px;
	background-repeat: repeat-x;
	background-color: #EAF4F7;
	border: 6px solid #fff;
	margin: 5px 0px;
	height: 10px;
	list-style-type: none;
	color: #4674BF;
}

.listsquare ul li a:hover{
	background-image: url(images/grad_blue_bgnone.gif);
	background-color: #84CCF3;
	color: #ffffff;

}
.nomargin {
	list-style: square;
	margin: 1.5em;
	padding: 0em;
}


#header {
}

#header .logo {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}
#hnav {
	width: 100%;
	border-top: 0.4em solid #2574C2;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}


#content{
	background-repeat: repeat-x;
	line-height: 220%;
	width: 100%;
	background-color: #FFFFFF;
	}
#footer {
	font-size: 80%;
	margin-bottom: 30px;
	border-top: 1px solid #eeeeee;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}

.left {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	width: 540px;
}
.right {
	width: 270px;
	float:right;
	font-weight: bold;
	line-height: 100%;

}
.firstlist {
	float: left;
	width: 250px;
}
