@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
#outerwrapper {
	margin: 0px auto;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}
#header, #content, #footer {
	width: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 800px;
	height: auto;
}
#header {
	border-top: 0px none;
	position: static;
	height: 45px;
	width: 700px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #CC0000;
	align: left;
	color: #FFF;
}
#navbar {
	position: static;
	height: 20px;
	width: 650px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-color: #CC0000;
	text-align: right;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	text-color: #FFF;
}
#content {
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFFF;
	width: 725px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	float: left;
	padding-top: 0px;
	padding-left: 75px;
	padding-right: 0px;
	padding-bottom: 20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#contentColumn {
	float: left;
	width: 675px;
	height: auto;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 11px;
	line-height: 16px;
	margin-right: auto;
	margin-left: auto;
	text-color: #666;
}
#footer {
	padding-top: 15px;
	text-align: center;
	float: left;
	color: #FFFFFF;
	width: 800px;
	height: 25px;
	position: relative;
	background-color: #CC0000;
	font-size: 9px;
	line-height: 16px;
}
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h1 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #CC0000;
	algin: left;
}
.h2 {
	font-size: 16px;
	font-weight: heavy;
	line-height: normal;
	line-height: 13px;
	color: #CCCCCC;
	align: left;
}
.h3 {
	font-size: 11px;
	font-weight: heavy;
	font-weight: normal;
	line-height: normal;
	color: #CC0000;
	align: left;
}
.h4 {
	font-size: 16px;
	font-weight: heavy;
	line-height: normal;
	line-height: 13px;
	color: #666666;
	align: left;
}
.h5 {
	font-size: 16px;
	font-weight: heavy;
	line-height: normal;
	line-height: 13px;
	color: #999999;
	align: left;
}
.h6 {
	font-size: 13px;
	font-weight: heavy;
	line-height: normal;
	line-height: 13px;
	color: #666666;
	align: left;
}
.h7 {
	font-size: 13px;
	font-weight: heavy;
	line-height: normal;
	line-height: 11px;
	color: #999999;
	align: left;
}
.h8 {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	align: left;
}
	
img {
	border-width: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999;
}
.style1 {
	color: #CCCCCC;
	font-size: 12px; 
	line-height: 24px;
}
.style2 {
	color: #FFF;
	padding-right: 10px;
}
.grey {
	color: #999;
}

