#header{
	background:no-repeat url("http://www.goerie.com/graphics/header_general.jpg");
}
body{
	margin:0;
	padding:0;
	background-color:#102E39;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
#menu{
	width:1000px;
	min-width:1000px;
	max-width:1000px;
	margin-bottom:2px;
	overflow:hidden;
}
#menuBar{
	width:1000px;
	min-width:1000px;
	max-width:1000px;
	margin-bottom:5px;
	overflow:hidden;
}
.slide{
	height:10px;
	min-height:10px;
	max-height:10px;
	background-color:#D6EE80;
}
.subMenuInner{
	padding:10px;
}
.subMenuCol{
	float:left;
	margin-right:25px;
}
.subMenuLink{
	margin-bottom:5px;
}
#menu{
	width:1000px;
	min-width:1000px;
	max-width:1000px;	
	vertical-align:text-bottom;
	overflow:hidden;
	margin-bottom:0px;	
}
#subMenu{
	width:1000px;
	min-width:1000px;
	max-width:1000px;	
	height:10px;
	min-height:10px;
	max-height:10px;
	background-color:#D6EE80;
	overflow:hidden;
	margin-bottom:0px;
}

/* Link Styles */
#menu a.subMenu:visited, #menu a.subMenu:link, #menu a.subMenu:active{
	color:#FFFFFF;
	text-decoration:none;
}
#menu a.subMenu:hover{
	color:#D6EE80;
	text-decoration:underline;
}
#menu a.nav:visited, #menu a.nav:link, #menu a.nav:active, #menu a.nav:hover{
	color:#333333;
	text-decoration:none;
}


/* Headers */
.header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#005F78;
}
.header a{
	color:#005F78;
}

.subheader{
	font-size:12px;
	color:#005F78;
	text-transform:uppercase;
	margin-bottom:10px;
}
.subheader a{
	color:#005F78;
}

.adtext{
	width:300px;
	min-width:300px;
	max-width:300px;
	text-align:center;
	color:#666666;
	text-decoration:underline;
	text-transform:uppercase;
	margin-bottom:2px;
}
/* End Headers */


/* Page Structure */
#body{
	background-color:#EAEAEA;
}
.bodyInner{
	padding:10px;
}
#main{
	width:670px;
	min-width:670px;
	max-width:670px;
	margin-right:10px;
	float:left;
}
#rightRail{
	width:300px;
	min-width:300px;
	max-width:300px;
	float:left;
}

.row{
	margin-bottom:10px;
}
#rightRail .row{
	margin-bottom:20px;
}

.block{
	background-color:#FFF;
}

#main .inner{
	padding:10px;
}