body,div#wrap{
	font-family:Arial, Helvetica, sans-serif;
	color: #757575;
}

div#wrap p.text{
	font-size: 12px;
}
a{
	color: #4e84ab;
}

/* @group Content Block */
div#content_block,div#full_content_block{
	font-family:"Times New Roman", Times, serif;
	color: #4e84ab;
}
div#content_block h1{
	font-size:48px;
	font-weight:lighter;
}
div#content_block p,div#full_content_block{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* @end */

/* @group Middle Sectionals */

div.mid_header_box{
	background-color:#f4f1ee;
	border:1px solid #d6d6d6;
}	

div.mid_header_box p{
	font-family:"Times New Roman", Times, serif;
	color:#696868;
}

/* @end */

/* @group Footer */

div#footer {
	text-align: center; 
}
div#footer p{
	text-align: left;
	font-size:9px;
	color:#757575;
}
div#footer p.menu a:hover{
	color:#666;
}
div#footer p.menu a{
	text-decoration:none;
	color:#757575;
}

/* @end */
img.image_button{
	/* Thanks Internet Explorer. Due to your inability to, you know, play by the rules, I get to break CSS validation on all my style sheets... AWESOME! */
	cursor:hand;
	cursor:pointer;
}