@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #660000;
	font: normal 75% Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;}
	
H1 {font-size: 18px; font-weight: bold; color: #660000;}
H2 {font-size: 16px; font-weight: bold;}
H3 {font-size: 14px; font-weight: bold;}
H4 {font-size: 12px; font-weight: bold;}
H5 {font-size: 11px; font-weight: bold;}

li {margin-left: -5px;}
	
.large {font-size: 14px; color: #660000; font-weight:bold;}

a, a:link, a:active {color: #663300; background-color: inherit; text-decoration: none;}
a:visited {color: #927E4B; background-color: inherit;}
a:hover {color: #663300; background-color: inherit; text-decoration: underline;}

#MasterContainer { 
    position: relative;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	background: #C0C0C0 !important;
	color:inherit;
	width: 850px;}
	
#Content {
    background: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;}
	

