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

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
letter-spacing: -1px;
color: #333333; 
height: 100%; 
background-image: url('graphics/page_bg.png');
background-repeat:repeat-x;
background-color: #FF0000;
}

table {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #000000; 
height: 100%; 
background-color: #FFFFFF;
}

a {
color: #CCCCCC; 
font-weight: bold; 
text-decoration: none;
}

a:hover {
text-decoration: underline; 
color:#CC0000;
}

h1 {
font-family: Arial, Helvetica, sans-serif; 
color: #FFFFFF; 
font-size: 24px; 
letter-spacing: 6.6px; 
text-align: center;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 18px; 
letter-spacing: -1px; 
display:inline ; 
border-right:2px solid ; 
padding-left:5px ; 
padding-right:25px;
}

h3 {
font-family: Arial, Helvetica, sans-serif; 
color: #333333; 
font-size: 18px; 
letter-spacing: -1px;
}

h3 span {
font-size: 72px; 
}

h4 {
font-family: Arial, Helvetica, sans-serif; 
color: #333333; 
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 6.6px;
}

h4 span {
color: #ff0000; 
}

h5 {
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000; 
font-size: 18px; 
letter-spacing: -1px;
}

.bot_image {
background-image: url("graphics/bot_pic.gif"); 
background-repeat: no-repeat; 
height: 60px; 
width: 828px;
}

.header {
padding-left: 0px;
padding-right: 0px;
padding-top: 16px; 
padding-bottom: 0px; 
vertical-align: top; 	 
background: url('graphics/header.png'); 
background-repeat: no-repeat;
height: 60px; 
width: 828px;
}

img {
vertical-align:bottom;
}

.topper {
background-image: url('graphics/topper.png'); 
background-repeat: no-repeat; 
height: 30px; 
width: 828px;
}

.footer {
background-image: url('graphics/footer.png'); 
background-repeat: no-repeat; 
height: 90px; 
width: 828px;
}

.header_space {
height: 44px; 
width: 828px;
}

.space {
height: 24px; 
width: 828px;
}

.footer_space {
height: 24px; 
width: 828px;
}

.splash {
background-color: #FF0000;
vertical-align: middle;
}

element.class { 
vertical-align: top; 
} 

#contact-area {
width: 500px;
margin-top: 24px;
}

#contact-area input, #contact-area textarea {
padding: 0px;
width: 500px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin: 0px 0px 10px 0px;
border: 2px solid #ff0000;
}

#contact-area textarea {
height: 200px;
}

#contact-area textarea:focus, #contact-area input:focus {
border: 2px solid #cc0000;
}

#contact-area input.submit-button {
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px;
width: 300px;
float: center;
color: #ffffff;
background: #ff0000;
border: 2px solid #ffffff;
padding-left: 0px;
padding-right: 0px;
padding-top: 8px; 
padding-bottom: 8px;
cursor: pointer;
cursor: hand;
}

img.displayed {
display: block;
margin-left: auto;
margin-right: auto;
}
	
div.container {
min-height: 10em;
display: table-cell;
vertical-align: middle;
}

table.stats {
margin-right: 0px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: #CCCCCC;
line-height: 20px;
width: 788px;
background-color: #FFFFFF;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}


table.stats td {
background-color: #CCCCCC;
color: #000000;
padding: 4px;
text-align: left;
width: 157px;
border: 1px #FFFFFF solid;
}

table.stats td.hed {
background-color: #FF0000;
color: #FFFFFF;
padding: 4px;
text-align: left;
border-bottom: 2px #FFFFFF solid;
font-size: 14px;
font-weight: bold;
} 

table.stats td.hed2 {
background-color: #FFFFFF;
color: #FFFFFF;
padding: 4px;
text-align: left;
border-bottom: 2px #FFFFFF solid;
font-size: 14px;
font-weight: bold;
} 

