/* Color Scheme */
/*
Rust: #8e2b19;
Brown-gray: #696352;
Gold: #f4dd97;
Dark Gray Text: #333333;
Tan Text: #866112;
Maroon: #6e1213;
Puke Brown caption text: #ad8738;
*/



html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background:#f4dd97 url(images/background_top.gif) repeat-x top left;
	font-size: 10px
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #6e1213;
	text-decoration:underline;
}

a:hover {
	color: #696352;
}

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8e2b19;
	margin: 0;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0;
	padding: 8px 0;
}


h3, .content_page_headline {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 5px;
}

h4 {
	font-size: 0.9em;
	font-family: Arial;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #999999;
}

img {
	border: none;
}

td{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}


#wrapper {
	margin: 0 auto;
	background:transparent;
	/*margin-top:5px;
	margin-bottom:5px;*/
	width:1000px;
}

.outter_table, .outter_table td {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.header {
	width:1000px;
}

.header_left {
	width:228px;
	height:161px;
}

.header_right {
	width:772px;
	height:161px;
	background-image:url(images/header_right.gif);
	background-repeat:no-repeat;
	text-align:right;
}

#top_nav {
	height: 15px;
	margin-top:115px;
}

#top_nav_link {
	width:70px;
	float:left;
	font-weight:bold;
	color:#f4dd97;
	text-transform: uppercase;
	text-align:center;
	display:block;
	font-size:12px;
}

#top_nav_link_active {
	width:85px;
	height: 20px;
	float:left;
	font-weight:bold;
	color:#f4dd97;
	text-transform: uppercase;
	/*background-color:#4c0c02;*/
	background-image:url(images/main_nav_tab_bkgrd.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:0px;
	font-size:12px;
}


#top_nav_link a, #top_nav_link_active a {
	color:#f4dd97;
	text-decoration: none;
	text-transform: uppercase;
}

#top_nav_link a:hover, #top_nav_link:hover{
	color:#f4dd97;
	background-image:url(images/main_nav_tab_bkgrd.jpg);
	background-repeat:no-repeat;
	height:20px;
	display:block;
}

#top_subnav {
	clear:both;
	margin-top:0px;
	width:572px;
	height:25px;
	/*margin-top:136px;*/
	background-color:#4c0c02;
	color:#f4dd97; 
	text-align:center;
}

#top_subnav_links {
	padding-top:5px;
	font-size:12px;
	display:block;
}

#top_subnav a {
	color:#f4dd97;
	text-decoration:none;
}

#top_subnav a:hover {
	color:#f4dd97;
	text-decoration:underline;
}


.frame_wrapper {
	height:631px;
	width:303px;
}

.inner_table {
   background:url(images/content_background.gif) repeat-y;
}

.square_frame {
	height:318px;
	width:303px;
	background-image:url(images/square_frame.gif);
	background-repeat:no-repeat;
}

.square_frame_text {
	color:#333333;
	margin-top:220px;
	margin-left:42px;
	margin-right:70px;
	background-image:none;
	text-align:center;
	overflow:hidden;
}


.oval_frame {
	height:324px;
	width:303px;
	background-image:url(images/round_frame.gif);
	background-repeat:no-repeat;
}

.oval_frame_text {
	color:#333333;
	margin-top:150px;
	margin-left:143px;
	margin-right:0px;
	background-image:none;
	text-align:center;
	overflow:hidden;
}


.content_home {
	height:625px;
	width:697px;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
}

#content_home_text  {
	margin-left:65px;
	margin-right:10px;
	margin-top:20px;
	color:#866112;
}

#content_home_text td {
	color:#866112;
}

.img_caption {
	color:#ad8738;
	font-size:10px;
	text-align:right;
	margin-right:105px;
	margin-top:10px;
	text-transform:uppercase;
}


.content_bottom{
	width:1000px;
	background-image:url(images/content_background.gif);
	background-repeat:repeat-y;
	color:#866112;
}

.content_bottom td {
	color:#866112;
}

/*#content {
	padding-right: 14px;
	padding-left: 10px;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: Arial;
}*/


#footer {
	clear: both;
	font-size: 10px;
	margin-top:25px;
}

.footer_text{
	color:#6e1213;
	margin-left:5px;
	padding-bottom:10px;
}

.footer_text a{
	color:#6e1213;
	text-decoration:underline;
}

/* Styles for Blog Feed  */

div.feedBurnerFeedBlock p.feedTitle { 
font-size:13px; 
font-weight:bold;
text-align:center;
}

div.feedBurnerFeedBlock .headline {
font-size:11px;
padding-top:5px;
}

li.headline {
padding-top:5px;
}
