/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 11px verdana;
	background: #012734 url(../gfx/bgRepeat.gif) repeat-x;
}

h1{	
	font: bold 14px verdana;
	color: #45719b;
}

h2{	
	font: bold 14px arial;
	color: #046d98;
}

.clear{	clear: both; }

.left{	float: left }

.right{	float: right }

.middle{ text-align: center; }

.red{ color: red; }

img{ 
	border: 0;
}

a{
	color: #046d98;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, textarea{
	background: white;
	border: solid 1px #797979;	
	width: 160px;
}

input#submit{
	width: 100px;
	background: white;
	height: 24px;
}



#temp ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#temp li{
	margin: 0px;
	padding: 0px;
}

#temp li a{
	display: block;
	text-decoration: none;
	height: 10px;
}


#box{
	width: 740px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	padding: 0 10px;
}

#header{
	background: url(../gfx/bgRepeatHeader.gif) repeat-x;
	width: 720px;
	height: 270px;
	padding: 0 10px;
}

#logo{
	padding-bottom: 25px;
}

#banner{
	margin-top: 25px;
}

#nav{
	width: 720px;
	background: #687b8a;
}

#content{
	width: 740px;
	overflow: hidden;
	margin-top: 20px;
}

#leftcol{
	width: 500px;
	float: left;
	margin-top: 20px;
	padding: 0 20px 10px 20px;
}

#rightcol{
	background: #e7e6e6;
	width: 160px;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	padding: 0 20px 10px 20px;
}

#footer{
	width: 740px;
	background: #023e55 url(../gfx/bgRepeatFooter.gif) repeat-x;
	margin: 0 auto 10px;
	color: #6fbaf2;
	padding: 50px 10px 10px 10px;
	overflow: hidden;
}

#footer a{
	color: #6fbaf2;
}

#footerLinks{
	margin-top: 65px;
}

#gmc{
	margin-top: 10px;
}
