* {
margin:0; padding:0; 
}
body {
	font-size: 65%;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

#logocontainer{
	position: absolute;
	top: 16px;
	left: 0px;
	width: 181px;
	height: 147px;
}

#container{
	width:100%;
	text-align: left;
	position: absolute;
	top: 205px;
	margin: 0px 0px 0px;
	padding: 0px;
}
#imageholder{
	margin: 0;
	padding: 0;
	width: 566px;
	height: 144px;
	position: absolute;
	top: 14px;
	left: 183px;
}
#content{
	width: 420px;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 5px 0px 0px;

}
#footer{
	margin-right: auto;
	width: 100%;
	text-align: left;
	float: left;
	background:#CCCCCC;
}
#footer2{
	margin-right: auto;
	float: left;
	background:#CCCCCC;
}
#footer a{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	color: #1B5BA2;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #535353;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}


#fontsize{
	width:456px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	margin-top: 0px;
	position: absolute;
	left: 324px;
	top: 6px;
}

/*
----------------------
	NAVIGATION
----------------------
*/
#mainnavcontainer{
	position: absolute;
	top: 175px;
	width: 600px;
	left: 180px;
	height: 20px;
	
}

#mainnav li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	}

#mainnav a {
	text-decoration: none;
	color: #000000;
	display: inline;
	font-weight: bold;

	
}
#mainnav  a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B5BA2;
	padding-bottom: 4px;
}
#active a:link, #active a:visited, #active a:hover
{
	text-decoration: none;
	color: #1B5BA2;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
	
}

a:link, a:visited, a:hover
{
	color: #1B5BA2;
	
}

td {
	color: #1B5BA2;
	border-bottom-color: #333333;
}

/*
----------------------
	TYPOGRAPHY
----------------------
*/

#container p{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

}
#container li{
	margin-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #113966;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#container blockquote{
	margin-left:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #113966;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 10px 5px;
	background-image: url(images/h2arrow.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	background-position: left center;
	letter-spacing: 1px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 10px 10px;
	background-image: url(images/h3arrow.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 20px;
	font-weight: normal;
	background-position: left top;
	padding-bottom: 0px;
}
#leftcol {
	width: 750px;
	float: left;
	padding-left:30px;
	
}
#rightcol {
	width: 370px;
	float: right;
	padding-left: 5px;
	
}
#highlight {
	background-color: #EEEEEE;
	padding: 5px;
	width: 340px;
	margin-left: 10px;
}
.imgborder {
	border: 3px solid #CCCCCC;
}
strong {
	font-weight: bold;
	color: #1B5BA2;
}
#listlvl2{
	padding-left: 30px;
}
