body{
	padding:0px;
	margin:0px auto auto auto;
	position:relative;
}
body, html, form{
	height:100%;
	min-height:770px;
}
#pageContainer{
	height:100%;
	width:100%;
	min-width:100%;
	min-height:770px;
	position:absolute;
}
*html #pageContainer{
	height:100%;	
	min-height:770px;
}
body{
	padding:0px;
	margin:0px auto auto auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
img{
	border:none;
}
a{
	color:#D32227;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#D32227;
	font-weight:bold;
	font-size:32px;
}
h2, h3{
	font-size:20px;
}
h4, h5{
	font-size:16px;
}
h6{
	font-size:12px;
}
p{
	padding:0px 0px 20px 0px;
	margin:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
#flashcontent{
}
.headerContainer{
	width:100%;
	float:left;
	border-bottom:solid 2px #D32227;
}
.headerContainer img{
	float:left;
}
.contentContainer{
	float:left;
	padding:20px;
}
table.downloadTable{
	margin-bottom:20px;
}
table.downloadTable th, table.downloadTable td{
	padding-right:10px;
	padding-bottom:10px;
}
