﻿html, body
{
	width: 100%;
	border: 100%;
	padding: 0px;
	margin: 0px;	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

img
{
	border: 0px;	
}


/*********************** COMMON *****************************/

.header, .content, .banner, .subfooter, .menu, .footer
{
	background: #ffffff;
	width: 710px;	
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
}

.menuContainer, .footerContainer
{
	line-height: 30px;
	width: 100%;
	height: 30px;
	color: #ffffff;
	background-color: #E50000;	
}

/*********************** HEADER, MENU, BANNER *****************************/

.header
{
	height: 112px;
	line-height: 112px;
	vertical-align:middle;
}

#logo
{
	float:left;
}

#tagLine
{
	float:left;
	margin-top: 45px;
	margin-left: 50px;
}

.banner
{
	height: 100px;
	width: 720px;	
	padding: 0px;
}

.menu, .footer
{
	background-color: #E50000;	
}

.menu a
{
	color: #ffffff;
}

.menuLeft
{
	background-color: #E50000;	
	float:left;
}

.menuRight
{
	background-color: #E50000;	
	float:right;
}

/*********************** HEADINGS *****************************/

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 22px;	
}

h3
{
	font-size: 20px;	
}

h4
{
	font-size: 18px;	
}

h5
{
	font-size: 16px;	
}

h6
{
	font-size: 14px;	
}

/*********************** CONTENT *****************************/

.content
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*********************** FOOTER *****************************/

.footer a
{
	color: #ffffff;
}

.footerLeft
{
	font-size: 11px;
	background-color: #E50000;	
	float:left;
}

.footerRight
{
	background-color: #E50000;	
	float:right;
}

.subfooter
{
	line-height: 20px;
	height: 20px;
}

.hostingBy
{
	float: right;
	font-size: 6pt;		
}


/*********************** DO NOT PRINT *****************************/

@media print
{
	.doNotPrint
	{
		display: none;
	}
}
