@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	background-image:url(images/bodybgtop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cdd8de;	
}

div#top
{
	background:url(images/top2.jpg);
	height:174px;
	width:960px;
	margin:0 auto 0 auto;
	
}

div#belowtopcontainer
{
	width:960px;
	margin:0 auto 0 auto;
	height:148px;
	
}

div#belowtopleft
{
	background-image:url(images/belowtopleft.jpg);
	width:487px;
	float:left;
	height:148px;
	
}

div#belowtopright
{
	background-image:url(images/belowtopright.jpg);
	width:473px;
	float:left;
	height:148px;
	
}

div#container
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	width:960px;
	
	margin:0 auto 0 auto;
	margin-bottom:-10px;
}

div#contenttop
{
	background-image:url(images/contenttop.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:43px;
	margin:0 auto 0 auto;
	
}

div#nav
{
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-y;
	width:189px;
	float:left;
}

div#nav ul
{
	color:white;
	margin:0 10px 0 60px;
	padding:20px 0 0 0;	
	list-style-position:inside;
}

div#nav ul li
{
	border-top:1px solid white;
	text-transform:uppercase;
	padding-bottom:10px;
}

div#nav a
{
	color:white;
	text-decoration:none;	
}

div#contentcontainer
{
	width:771px;
	float:right;
	background-image:url(images/contentbg.jpg);

}

div#contentleft
{
	
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:473px;
}

div#contentright
{
	background-image:url(images/rightbg.jpg);
	float:right;
	margin-top:30px;
	width:148px;
	padding-left:10px;
	padding-right:80px;	
	color:#fff;
}

div#contentright h1, h2, h3, h4, h5, h6
{
	color:#fff;
}

div#contentright h1
{
	border-bottom:1px solid #fff;
	font-size:1.6em;
}

div#contentright h2
{	
	font-size:1.5em;
}

div#contentright h3
{	
	font-size:1.4em;
}

div#contentright h4
{	
	font-size:1.3em;
}

div#contentright h5
{	
	font-size:1.2em;
}

div#contentright h6
{	
	font-size:1.1em;
}

div#righttop
{
	background-image:url(images/righttop.jpg);
	width:238px;
	height:14px;
	margin-left:-10px;
}

div#rightbottom
{
	background-image:url(images/rightbottom.jpg);
	width:238px;
	height:15px;
	margin-left:-10px;
}

div#contentclearer
{
	clear:both;
}

div#bottomofnav
{
	background-image:url(images/navbottom.jpg);
	width:189px;
	height:10px;
}

div#belowcontent
{
	clear:both;
	background-image:url(images/bottom.jpg);
	/*background-color:#006699;*/
	height:40px;
	width:960px;
}

div#footer
{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:40px;
}

div#footer p
{
	margin:0;
	color:white;
	text-align:center;
	padding-top:13px;
	font-size:8pt;
}

a
{
	color:#00496e;
}

h1, h2, h3, h4, h5, h6
{
	margin:10px 0 10px 0;
	color:#0070b0;
	font-weight:bold;
}

h1
{
	font-size:2em;
	border-bottom:2px solid #0070b0;
}

h2
{
	font-size:1.8em;
}

h3
{
	font-size:1.6em;
}

h4
{
	font-size:1.4em;
}

h5
{
	font-size:1.3em;
}

h6
{
	font-size:1.2em;
}
