body { 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%;
	color: #ffffff; 
	}

.serifs {font-family: 'Times New Roman', 'Times', 'Serif' ; }


a:link {  text-decoration: none; color: #ffffff}
a:visited { text-decoration: none ; color: #ffffff}
a:hover { text-decoration: underline; color: #ffffff}
a:active { text-decoration: underline ; color: #ffffff}

a.red:link {  text-decoration: none; color: #ae1315}
a.red:visited { text-decoration: none ; color: #ae1315}
a.red:hover { text-decoration: underline; color: #ae1315}
a.red:active { text-decoration: underline ; color: #ae1315}

a.gray:link {  text-decoration: none; color: #757576}
a.gray:visited { text-decoration: none ; color: #757576}
a.gray:hover { text-decoration: underline; color: #757576}
a.gray:active { text-decoration: underline ; color: #757576}

a.wh:link {  text-decoration: none; color: #ffffff}
a.wh:visited { text-decoration: none ; color: #ffffff}
a.wh:hover { text-decoration: underline; color: #ffffff}
a.wh:active { text-decoration: underline ; color: #ffffff}

.red { color: #ae1315; }
.gray {color: #757576; }
.bk { color: #090b0c; }
.wh { color: #ffffff; }

.size48 { font-size: 400%}
.size30 { font-size: 300%}

.size24 { font-size: 200%}
.size22 { font-size: 185%}
.size20 { font-size: 170%}
.size18 { font-size: 160%}
.size16 { font-size: 145%}
.size14 { font-size: 125%}
.size11 { font-size: 95% }
.size10 { font-size: 90% }
.size9 { font-size: 85% }
.size8 { font-size: 75% }

.spaced300 {line-height: 300%;}
.spaced200 {line-height: 200%;}
.spaced140 {line-height: 140%;}
.spaced125 {line-height: 125%;}
.spaced110 {line-height: 110%;}


div#homepage {	
	margin: 0 auto;	
	width: 950px;	
	height: 600px;	
	}

div#nav {
	background-color: #ae1315; 
	height: 74px;
	line-height: 74px; }

#nav_left {
	float: left;
	width: 574px;
	padding-left: 45px; }

#nav_right {
	float: right;
	width: 331px; }

div#homepage div#contents {	
	width: 574px;	
	height: 376px;	
	background-image: url('images/home_bg.gif');	
	background-position: 619px 0px;
	background-color: #090b0c;
	background-repeat: no-repeat;	
	padding: 126px 331px 0 45px;
	}

#redbox {
	padding: 17px; 
	width: 385px;
	border: 2px solid #ae1315; }

#maintext {	
	width: 483px;	
	color: #000000;	
	float: left;	
	}


div#footer {	
	background-color: #c90b0c;	
	font-size: 85%;	
	width: 950px;
	height: 24px; 
	clear: left;	}

h1 {  font-size: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-style: normal; font-weight:normal; display:inline;}
h2 {  font-size: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-style: normal; font-weight:normal; display:inline;}



	
div#page div#line {	
	width: 150px;	
	background-color: #981f36;	
	color: #000000;	margin-right: 35px;	
	border-bottom: 2px solid #000000;	
	}


