body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b5c3d5;
	margin:0;
	padding:0;
}

#container{
	position: relative;
	width: 680px;
	margin: 0px auto;
	background-color:  #ffffff;
	border-right: 1px solid #476482;
	border-bottom: 1px solid #476482;
	border-left: 1px solid #476482;
	margin-bottom:20px;

}

#header{
	width: 680px;
	margin: 0px auto;	
}
#header img{
	width: 680px;
	margin: 0px auto;	
}
#header p{
	margin: 0px;	
}

#leftnav {
	display:none;
	float: left;
	width: 200px;
	margin-top:6px;
	position: absolute;
	left:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2c0d6;
}

#leftnav ul {
	padding-left:0;
	font-weight: bold;
	margin:2px;
	list-style: none; }

#leftnav li {
	font-size: 0.7em;
	display: block;
	width: 200px;
	color : #b1c0d8;}

#leftnav li.on {
	color : #3a5074;
	font-size:0.8em;}

#navlist{
	font-size: 0.7em;
	font-weight:bold;
}

#navlist ul {
	padding-top:4px;
	margin-top:0;
	margin-left: 5px;
	padding-left:0;
	white-space: wrap;
	line-height:1.7em;
}

#navlist li {
	display: inline;
	list-style-type: none; }

#navlist a { 
	padding: 4px 19px; }

#navlist a:link, #navlist a:visited{
	color: #fff;
	background-color: #516c97;
	text-decoration: none; }

#navlist a:hover{
	color: #fff;
	background-color: #8ea4bf;
	text-decoration: none; }


#content{
	padding-top:4px;
	margin-left:50px;
	}
#content.main{
	margin-top:-5px;
	margin-left:60px;
	margin-right:60px;
	}
	
#space{
height:500px;
}

#content p{
	font-size:0.7em;
	text-align: left;
	line-height: 1.6em;

}
#content.main h5{
	font-size:0.6em;
	color:#297bbe;
	font-weight:normal;
	margin-bottom:-5px;

}
#content table p{
	font-size:0.7em;
	text-align: left;
margin:0;

}
#content #large p{
	font-size:0.8em;
	color:#33445E;
	text-align: left;
	line-height: 1.6em;



}
#content #large {
	width: 403px;
	background-color:#c9d2e0;




}
#content a{
	color : #3a5074;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
#content h4{
	font-size:0.8em;
	text-align: left;
	font-weight:bold;
	margin-bottom:0px;

}
#content h2{
	font-size:0.7em;
	font-weight:normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;

}
#content h1.blue{
	font-size:0.9em;
	font-weight:bold;
	color:#33445E;

}

#content table{
	margin-top:12px;

}
#content h3{
	font-size:0.9em;
	color : #ffffff;
	margin-bottom:0px;
	margin-top:0px;

}

h1{
	font-size:1.1em;
	font-weight:bold;
	color:#ab0101; }
h1.mid{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color:#ab0101; }


#footer{	
	clear: both;
	padding:0;
	border-top: 1px solid #b2c0d6;
	text-align: center;
	margin-bottom:7px;}
	
#footer p{
margin-top:-2px;	
color: #8d8d8d;
font-size: 0.6em;
line-height: 15px;
clear: both;
color: #8d8d8d;
text-align: center;}

#footer a{
	color: #333333;
	text-decoration: none; }
	
#footer h2{
margin:3px;
color:#333333;
	font-size: 0.8em;
	text-decoration: none; }
#footer h3{
	border-top: 1px solid #b2c0d6;
background-color: #d9e0ea;
margin-left:3px;
margin-right:3px;
margin-bottom:-5px;
color:#333333;
font-size: 0.7em;
padding:2px;
text-decoration: none; }

#footer a:hover{
	color: #333333;
	text-decoration: underline;}


/**********boxes*************/

div#square2{
height:300px;
width: 490px;
padding-bottom:30px;
margin-left:85px;
margin-top:20px;
}
div#square2 p{
margin:0;
padding-top:5px;
background-color:#d9e0ea;
font-size:0.7em;
text-align:center;
	border: 1px solid #b2c0d6;
}
div#square2 h2{
font-size:0.9em;
font-weight:bold;
text-align:center;
background-color:#516c97;
color:#ffffff;
padding:5px;
}

div#square2 div.both{
    clear: both;
    width: 490px;
    margin: 0px auto;
}

div#square2 div.left{
	float:left;
	padding:5px;
	width: 200px;
	padding-bottom:50px;

}

div#square2 div.right{
	float:left;
	margin-left:70px;
    width: 200px;
	padding:5px;
	padding-bottom:50px;

}


