/* 

colors:

blue:#0079C2
grey:#939598

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 

a{
	color:#0079C2;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	color:#939598;
	}


body{
	background: #fff url(images/body_back.gif) repeat-y left top;
	color:#000;
	font:11px verdana, sans-serif;
	line-height:1.3;
	margin:0;
	min-width:780px;
	}

H1{ /*this is the logo at the top of each page*/
	width:366px;
	}

H1 a {
	display:block;
	}

H1 img{
	margin:14px 0 17px 0;
	}

H1#home img{ /*this positions the logo in the middle of the header*/
	margin:48px 0 63px 0;
	}

h2{
	color:#0079C2;
	padding:6px 0;
	font-size:13px;
	}
	
h3{
	
	}

h4{
	
	}


h5{
	}

img#home_image{
	float:right;  display:block;
	}

input, select{
	font: 11px  verdana, sans-serif;
	color:#939598;
	line-height:1.3;
	}

input.input{
	float:left;
	width:auto;
	}

div.form_row{
	clear:both;
	padding:2px 0;
	}

label.label{
	display:block;
	float:left;
	width:120px;
	padding:2px 5px 2px 0;
	line-height:1.3;
	text-align:right;
	font-weight:bold;
	}
label span{
	color:#b31200;
	font-size:9px;
	}
submit.submit{
	
	line-height:1.3;
	}

table, table td{
	border-collapse:collapse;
	}

p{
	padding:3px 0;
	}

.clear{
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
	font-size:0px;
	}

.content{
	text-align:left;
	float:left;
	width:525px;
	padding-bottom:14px;
	}
.content#home_content{
	width:467px;
	}

.sidebar{
	float:right;
	width:167px;
	padding-top: 60px;
	color:#fff;
	}

.sidebar p{
	padding:6px 0;
	}
	
.inner{
	padding-left:37px;
	}


/*
**************************************************************************
main navigation
************************************************************************** 
*/

#nav{
	border-top:1px solid #0079C2;
	background:transparent;
	width:760px;
	padding-top:10px;
	}

#nav a{
	color:#939598;
	text-transform:lowercase;
	}
#nav a:hover{
	color:#0079C2;
	}

#nav a.current{
	color:#0079C2;
	}
#nav ul{
	margin:0 37px;
	list-style-type:none;
	}
#nav ul li{
	float:left;
	width:auto;
	}
#nav ul li a {
	display:block;
	padding:3px 10px;
	}

#wrap{
	padding-bottom:10px;
	width:760px;
	background:#fff url(images/content_bg.gif) repeat-y left top;
	
	}