﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #212121;
	background-image: url(../images/backgroundbg.jpg);
}
.maindiv
{
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
}
.innerdiv
{
	width: 959px;
	height: auto;
	clear: both;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
.header
{
	width: 959px;
	height: 123px;
	clear: both;
}
.header p
{
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatright
{
	float: right;
}
.bodymiddle
{
	width: 959px;
	clear:both;
}
.bodyleft
{
	width: 750px;
	float: left;
}
.bodyright
{
	width: 209px;
	float: left;
}
.clearboth
{
	clear: both;
}
.grayborder
{
	border: 1px solid #CCCCCC;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	border-right: 0px solid #CCCCCC;
}
.borderbottom
{
	border-bottom: 1px solid #CCCCCC;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	border-right: 1px solid #CCCCCC;
}
h1
{
	font-size: 13px;
	font-weight: bold;
	color: #c60800;
	border-bottom: 1px solid #212121;
}
.bottombar
{
	background-image: url(../images/bottom-bar.jpg);
	width: 100%;
	height: 58px;
	background-repeat: repeat-x;
}
.buttonsbg
{
	width: 959px;
	height: 32px;
	background-image: url(../images/buttons-bg.jpg);
	background-repeat: repeat-x;
}
.buttonsbg p
{
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 32px;
}
.buttonsbg a
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 45px 0px 45px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
}
.buttonsbg a:hover
{
	font-size: 12px;
	color: #212121;
	padding: 0px 45px 0px 45px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
}
.formleft
{
	width: 200px;
	line-height: 25px;
	border-bottom: 1px solid #212121;
	text-align: right;
	font-weight: bold;
	float: left;
}
.formright
{
	width: 520px;
	height: 25px;
	border-bottom: 1px solid #212121;
	text-align: left;
	font-weight: normal;
	float: left;
}
.formlastright
{
	width: 720px;
	line-height: 25px;
	border-bottom: 1px solid #212121;
	text-align: left;
	font-weight: normal;
	float: left;
}
.spacerpalign
{
	margin: 0px;
	padding: 0px;
	line-height: 5px;
	clear: both;
}
