html, body {
margin: 0px;
padding: 0px;
border: 0px;
background-color: #404040;
}

html, body, p, A {
font-family: Arial, Helvetica;
color: #FFFFFF; 
font-size: 11pt;
}

UL {
padding-left: 12px;
}

LI {
padding-bottom: .2em;
}

H3 {
text-align: center;
font-family: Arial, Helvetica;
color: #FFFFFF; 
font-size: 9pt;
font-weight: bold;
}

A {
text-decoration: none;
}
A:hover {
text-decoration: none;
color: #FF1C2D;
}

#container {
width: 1400px;
margin-top: 20px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color: #404040;
}

#container #col1 {
width: 300px;
float: left;
background-color: #404040;
}

#container #col2outer {
width: 1100px;
float: right;
margin: 0px;
padding: 0px;
background-color: #404040;
}

#col2outer #col2mid {
width: 796px;
float: left;
border-right: 2px solid #C3C3C3;
border-left: 2px solid #C3C3C3;
background-color: #404040;
}

#col2outer #col2side {
width: 300px;
float: right;
background-color: #404040;
}

#headredbig {
color: #FF1C2D;
font-family: Arial, Helvetica;
font-size: 36pt;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#headred {
color: #FF1C2D;
font-family: Arial, Helvetica;
font-size: 24pt;
text-align: center;
letter-spacing: 3px;
}

#headredsmall {
color: #FF1C2D;
font-family: Arial, Helvetica;
font-size: 12pt;
margin-top: -4px;
margin-bottom: 0px;
letter-spacing: 2px;
text-align: center;
}

#headgreyline {
margin-left: 0px;
margin-right: 0px;
margin-top: 40px;
margin-bottom: 30px;
text-align: center;
border-top: 2px solid #C3C3C3;
}

#headgreyline0 {
margin-left: 0px;
margin-right: 0px;
margin-top: 40px;
margin-bottom: 0px;
text-align: center;
border-top: 2px solid #C3C3C3;
}

#textcontainerside{
width: 240px;
padding-left: 30px;
text-align: left;
}

#textcontainer{
width: 766px;
padding-left: 30px;
}

#smalltext{
font-size: 12pt;
}

#cellblock {
background-color: #777777;
text-align: center;
vertical-align: middle;
border: 1px solid #C3C3C3;
width: 220px;
height: 100px;
display: table-cell;
}

#cellblockred {
text-align: center;
vertical-align: middle;
border: 1px solid #C3C3C3;
background-color: #FF1C2D;
width: 220px;
height: 100px;
display: table-cell;
}

#cellblockspacerrow {
width: 736px;
height: 35px;
display: block;
}

#cellblockspacercell {
width: 35px;
height: 100px;
display: table-cell;
}

#imageborder {
border: 1px solid #C3C3C3;
}

#squareblock {
background-color: #777777;
text-align: center;
vertical-align: middle;
border: 1px solid #C3C3C3;
width: 180px;
height: 160px;
display: table-cell;
}

#wideblock {
background-color: #777777;
text-align: center;
vertical-align: middle;
border: 1px solid #C3C3C3;
width: 294px;
height: 160px;
display: table-cell;
}

#wideblockspacercell {
width: 44px;
height: 160px;
display: table-cell;
}

#squareblockspacercell {
width: 45px;
height: 160px;
display: table-cell;
}

FORM {
	margin-bottom: 0px;
	margin-top: 0px;
}

SELECT.form
{
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	border: solid #000000 1px;
	color: #FFFFFF;
	width: 100%;
}

INPUT.form
{
	font-family: Arial, Helvetica; 
	border: solid #C3C3C3 1px;
	background:#555555;
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 8px;
}

TEXTAREA.form
{
	font-family: Arial, Helvetica; 
	border: solid #C3C3C3 1px;
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	background:#555555;
	height: 236px;
	width: 350px;
	margin-bottom: 8px;
	scrollbar-face-color:#C3C3C3;
	scrollbar-shadow-color:#777777;
	scrollbar-highlight-color:#777777;
	scrollbar-3dlight-color:#777777;
	scrollbar-darkshadow-color:#777777;
	scrollbar-track-color:#777777;
	scrollbar-arrow-color:#333366;
}

LABEL {
margin-bottom: 5px;
display: block;
}