/***** Shared Styles for what ever page *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

* {
	overflow: visible !important; /* Required for FireFox pre-3.6 to print past page 1 */
	float: none !important; /* This fixes the won't-print-past-page-1 bug re-introduced in FF3.6 */
}

body {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}
#wrapper {
	background: transparent none repeat scroll 0%;
	float: none !important;
	margin: 0 5%;
	padding: 0;
	width: auto;
	
}
#footer, #utility, #right_column, #left_column, #main_nav, #utility_ad, #search_box, #bottom_right_column, #home_recently_published, #internal_utility_nav, #internal_utility, #internal_utility_ad, #top_utility_bar, .blog_post_comments, #comments_bottom, #author_name_page_resize, #email_print {
	display: none;
}  
#header_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #cdcd9b;
}
#internal_logo {
	text-align: center;
	width: 700px;  
	padding: 0 0 10px 0;
	font-size: 10pt;  	
}
#logo {
	text-align: center;
	width: 700px;  
	padding: 0 0 10px 0;
	font-size: 10pt;  	
}  

#footer {        
	width: 700px;
	line-height: 13px; 
	font-family: Georgia, "Times New Roman" Times, serif; 
	font-size: 10pt; 
	color: #000;
	text-align: center;
}
#footer a:link {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;

}

h1, .hd1 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 14pt;
        color: #71000C;
        margin: 0;
        padding: 0;
}
h2, .hd2 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 13pt;
        color: #458115;
         margin: 0;
        padding: 0;
}
h3, .hd3 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: bold;
        color: #333333;
         margin: 0;
        padding: 0;
}
h3, .hd3 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: normal;
        color: #333333;
         margin: 0;
        padding: 0;
}
a:link {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:visited {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:hover {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
a:active {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}


/* New Ad css */
.topleader {
	display: none;
}
/* New CSS Added and Modified by Ryan */
#content_wrapper {
	margin: 0;
	padding: 0;
	width: 700px;
	float: none;
}
#middle_column_blog_detail  {
	border-right: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

#right_content_wrapper {
	border-left: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

#left_column, #middle_column, #middle_column_section_home, #right_column, #right_content_wrapper {
	float: none;
	border: none;
}
