/* CSS Document Colors
Background #8B5353
TEXT
Main - Red  #8B5353
Sub - Grey #6A6666
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8B5353;
	background-color:#8B5353;
	line-height: 16px;
}

a{text-decoration:none;color:#8B5353; font-weight:bold;}
a:hover, a:focus{text-decoration:underline;}

.boldText{font-weight:bold;}

h1{font-size:14px; font-family:"Times New Roman", Times, serif; text-transform:uppercase;}
h2{color:#004E34; font-size:20px; font-family:"Times New Roman", Times, serif; text-transform:uppercase;}
h3{font-size:14px; font-family:"Times New Roman", Times, serif;}
h4{font-size:12px; font-family:"Times New Roman", Times, serif; font-weight:bold;}

li{margin-left:25px;}

#clearit{clear:both;}

/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#wrapper{width:750px; background-color:#FFFFFF; margin:20px auto; margin-bottom: 5px; padding:25px;}
#head{z-index:10; height:225px; width:750px;}

table#body_table{margin-top:25px;}
td#content{text-align:left; width:500px;}
 #content{margin:0px 25px 0 0;}
td#extras{text-align:left; width:250px; border-left:1px dotted #6A6666}
 #extras{margin:0px 0 0 20px;}
 
.see_all{font-size:9px; font-weight:normal; text-transform:none; font-family:Verdana, Arial, Helvetica, sans-serif}
.see_all a{color:#2C2A23; font-weight:normal;}
.see_all a:hover{text-decoration:underline; font-weight:normal;}
 
#pagefooter{text-align:center; padding-bottom:25px; font-size:10px; color:#FFFFFF}
	#pagefooter a{color:#FFFFFF;}
/***********************************************/
/*                HOME ONLY                    */
/***********************************************/	
#home_head{z-index:10; height:375px; width:750px;}
#home_hilite{padding-bottom:10px; border-bottom:1px solid #6A6666; font-size:12px; line-height:25px;}
