html { margin: 0px; } 

body { 
 text-align: center; 
 margin: 0px; 
 padding: 0px; 
 background-color:#003399;
 background-image:url(images/background_fade.jpg); /*grad-line.jpg*/
 background-repeat:repeat-x;
}

#wrapper { 
 margin: 0px auto;  /* to fix centering in Mozilla */
 /* chang to 10px  padding-top: 0px; */
 padding-top: 10px;
 text-align: left; 
 width: 760px;    /* width should be the same as the background image */ 
} 

#header { 
 height: 105px;
 background-image: url(images/header.gif);
 background-position:top left;
 background-repeat:no-repeat;
} 
	#headLogo { 
		float: left;
		padding-top: 20px;
		padding-left: 20px;
	}
	#header ul {
		text-align: right;
		padding-top: 18px;
		padding-right: 15px;
		list-style: none;
	}
	#header li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color:#999999;
		display: inline;
		margin-left: .4em;
		letter-spacing: -0.025em;
		font-weight: bold;
	}
	#header li a {
		text-decoration: none;
		color:#999999;
		margin-right: .7em;
	}
	#header li a:hover {
		text-decoration: underline;
	}
	.headform {
		float: right;
		padding-right: 20px;
	}
		.fields1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #999;
			border: 1px solid #999;
		}
		.btn1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #999;
			border: 1px solid #999;
		}

#maincol { 
 width: 530px; 
 float: left;
 background-color: #fff; 
 height: 320px; 
}


#maincol img{
 padding-left:20px;
}
	#nav-menu {
		height: 30px;
		padding-left: 25px;
		background-color:#FFF;
		margin: 0;
		background-image: url(images/navBG.gif);
 		background-repeat:no-repeat; 
	}
		#nav-menu ul
		{
		list-style: none;
		padding: 0;
		margin: 0;
		} 
		#nav-menu li
		{
		float: left;
		margin: 0;
		} 
		#nav-menu li a
		{
		background: url(images/css_button1.jpg) bottom left no-repeat;
		height: 30px;
		font: normal 11px/1em Geneva, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		line-height: 2.75em;
		float: left;
		width: 100px;
		display: block;
		text-decoration: none;
		text-align: center;
		}
		#nav-menu li a:hover {
			background-position: -100px 0;
			color: #000066;
		}
		#nav-menu li a:active {
			background-position: -200px 0;
			color: #333;
		}
		.navdown
		{
		background: url(images/css_button1.jpg) bottom left no-repeat;
		height: 30px;
		font: normal 11px/1em Geneva, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		line-height: 2.75em;
		float: left;
		width: 100px;
		display: block;
		text-decoration: none;
		text-align: center;
		background-position: -200px 0;
		color: #333;
		}
		
		.navblank
		{
		background: url(images/css_button1.jpg) bottom left no-repeat;
		height: 30px;
		font: normal 11px/1em Geneva, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		line-height: 2.75em;
		float: left;
		width: 100px;
		display: block;
		text-decoration: none;
		text-align: center;
		}
		

	#maincol-img {
		position:relative;
		top: 30px;
		height: 356px; /*	356px */
	 	background-color:#CCCC33;  
		text-align:center;
		padding-top: 30px;
}

#rightcol { 
 width: 230px; 
 float: left;
 background-color: #fff;  /*  #FFCC66;  */
 height: 320px;
} 

.clear { clear: both; }

#footerPad {
		background-color:#fff;  
		height: 50px;
}



#resourceNav {
	 	margin: 0;
		position: relative;
		top: 15px;
		left: 20px;
}
	#resourceNav ul {
		text-align: left;
		margin-left: -6px;
		list-style: none;
}
	#resourceNav li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: .82em;
			color:#000066;
			display: inline;
			margin-left: .4em;
			letter-spacing: -0.010em;
			font-weight: bold;
}
	#resourceNav li a {
			text-decoration: none;
			color:#000066;
			margin-right: .7em;
}
	#resourceNav li a:hover {
			text-decoration: underline;
}  


#footer {
 text-align:center;
 margin: 0px auto;  /* to fix centering in Mozilla */   
 width: 760px;    /* width should be the same as the background image */
 height: 50px;
 background-image: url(images/footer.gif);
 }
	
#copy {
		
		padding-top: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .6em;
		font-style: normal;
		color: #CCC;
}