/* 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;
}
