/* ************************ Defaults ************************ */

body{ 
	font:0.70em Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#000;
	background:url('../images/pagebg.gif') top left repeat-x; 
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size:1.20em;
	padding:0px 0px 9px 0px;
	color:#04144F;
}
h2{
	font-size:1.00em;
	padding:9px 0px 0px 0px;
}
p{
	padding:0px 0px 9px 0px;
}
a{
	color:#04144F;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
	

/* ************************ structural ************************ */

#page{ 
	margin:0 auto; 
	padding:0px;
	width:764px;
}

/* ************************ header ************************ */

#header{ 
	background:url('../images/header.jpg') top left no-repeat; 
	width:764px; 
	height:110px;
	text-align:left;
}
#topnav{
	height:20px;
	font-size:1.05em;
}
#topnav ul{
	margin:0px;
	padding:3px 0px 0px 0px;
	list-style:none;
}
#topnav ul li{
	margin:0px;
	padding:0px 25px 0px 0px;
	display:inline;
}
#topnav ul li a{
	color:#fff;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
#topnav .tleft{
	padding:3px 130px 0px 25px;
	float:left;
}

/* ************************ content ************************ */

#content{
	padding:27px 30px 0px 25px;
	background:#fff;
	text-align:left;
}
.clear{
	clear:both;
}
#contmenu{
	margin:0px;
	padding:0px;
	list-style:none;
}
#contmenu li{
	margin:0px;
	padding:0px 29px 0px 0px;
	display:inline;
}
#content #contmenu li.menulast{
	margin:0px;
	padding:0px;
}
#leftpanel{
	width:342px;
	float:left;
	padding:20px 10px 20px 10px;
}
#homeleft{
	float:left;
	width:140px;
	padding:9px 20px 9px 0px;
}

#leftpanel ul{
	list-style:none;
	margin:0px;
	padding:9px 0px 9px 0px;
}
#leftpanel #homeright{
	float:left;
	width:175px;
}
#leftpanel ul li{
	background:url('../images/homeleft.gif') center left no-repeat;
	padding:0px 0px 0px 15px;
}
#innertext1 #leftpanel .lefttext{
	width:680px;
}
#innertext1 #leftpanel .lefttext img{
	float:right;
	margin:10px 0px 10px 10px;
	padding:0px;
}
#innertext1 #leftpanel .lefttext .clear{
	border-bottom:solid 1px #919191;
}
#innertext1 #leftpanel .pright{
	text-align:right;
	padding:0px;
	margin:0px;
	width:680px;	
}
#innertext2 #leftpanel{
	width:330px;
}

#rightpanel{
	float:right;
}
#rightpanel p{
	text-align:center;
}
#rightpanel ul{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
}
#rightpanel ul li{
	margin:0px;
	padding:0px 0px 10px 0px;
}
#innertext1 #rightpanel, #innertext2 #rightpanel{
	padding:25px 0px 0px 0px;
}

/* ************************ footer ************************ */

#footer{
	clear:both;
	background:#04144F;
	height:48px;
}
.footersep{
	background:#fff;
	margin:0 auto; 
	padding:0px;
	width:764px;
	height:22px;	
}
