@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:#970000;
	width: 100%;
	display:inherit;
	}
h1 {   font-size: 20px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight: bold; }
h2 {   font-size: 14px; color:#fce4a8; font-family:Arial, Helvetica, sans-serif; }
h3 {   font-size: 20px; color:#c61418; font-family:Arial, Helvetica, sans-serif; }
h4 {   font-size: 20px; color:#009900; font-family:Arial, Helvetica, sans-serif; }
#Banner {
	width:693px;
	height:277px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px none;
	background:url(../images/banner.png) no-repeat center top;
		}	
#Menu {
	width:643px;
	height:20px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding:10px;
	border:0px none;
	background-color:#b03d19;
	}	
#MainContent {
	width:643px;
	margin:0px auto; 
	text-align:left;
	padding:10px;
	border:0px none;
	background-color:#fde9b8;
	}
#BottomBar {
	width:673px;
	height:20px;
	margin:0px auto; 
	text-align:left;
	padding:10px;
	border:0px none;
	background-color:#6a2100;
	}
#Outline {
	width:693px;
	margin:0px auto; 
	text-align:left;
	padding:0px;
	border:0px none;
	background-color:#6a2100;

	}

		}	
.style1 {   font-size: 14px; color:#fce4a8; font-family:Arial, Helvetica, sans-serif;}
.stylegreen {   font-size: 14px; color:#00CC00; font-family:Arial, Helvetica, sans-serif; font-weight: bold; }
.styletan {   font-size: 14px; color:#fde9b8; font-family:Arial, Helvetica, sans-serif;}
.stylered {   font-size: 14px; color:#c61418; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.styleblack {   font-size: 14px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight: bold; }
.stylequote {   font-size: 14px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; margin-left:150px;}
.stylemenu {   font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.stylebottommenu{   font-size: 10px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; }
.smallwhitelink {
     font-size: 10px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	}
.smallwhitelink:hover {
     color:#FF0000; background-color:#000000;text-decoration:none;
	}
.smalllink {
     font-size: 10px; color:#FF0000; font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	}
.tanlink {
     font-size: 14px; color:#fce4a8; font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	 }
.tanlink:hover {color:#fce4a8; text-decoration:underline;}
.redlink {
     font-size: 14px; color:#c61418; font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	}
.redlink:hover {color:#c61418; text-decoration:underline;}
