/* CSS for main template */

/* positioning and layout */
body {
	background-image: url(../images/teal_grad_bg.png);
	background-repeat: repeat-x;
	background-color: #5785A9;
	color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
#frame {
	background-image: url(../images/main_mt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 100%;
}
#header {
	text-align: center;
	color: #fff;
	height: 210px;
}
#leftColumn {
	margin-left: 10px;
	width: 120px;
	text-align: left;
	float: left;
	color: #efefef;
	font-size: 12px;
}
#centerColumn {
	color: #efefef;
	width: 430px;
	padding: 0 10px 0 10px;
	float: left;
}
#rightColumn {
	width: 180px;
	float: left;
	color: #000;
	font-size: 12px;
	color: #efefef;
}
#footer {
	background: #aaa;
	clear: both;
	position: relative;
	text-align: center;
}
#frameFooter {
	background-image: url(../images/main_footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: center;
	color: #000;
	clear: both;
	font-size: 10px;
}

/* formatting styles */
h1,h2,h3,h4,h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
p {
	margin: 0px;
	padding: 0 0 10px 0;}

blockquote, td.formlabel {
	font-style: italic;
}
#centerColumn table.links {
	text-align: center;
	width: 100%;
	border: 0;
	border-top: thin solid black;
}
#centerColumn table.links td {
	width: 50%;
}
.error, .unpaid {
	color: #FF0033;
}
.required {
	color: #FF0033;
	text-align: right;
	font-size: 12px;
}
.message, .paid {
	color: #33CC66;
}
.mainMenu {
	width: 120px;
	height: 17px;
	color: #efefef;
	text-decoration: none;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 3px;
}
.mainMenuItem a:link, .mainMenuItem a:visited {
	display: block;
	width: 120px;
	height: 100%;
	color: #efefef;
	text-decoration: none;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 3px;
}
.mainMenuItem a:hover {
	background: url(../images/menu_underline.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
a.frameFooterLink:link, a.frameFooterLink:visited, a.frameFooterLink:active {
	color: #efefef;
	text-decoration: underline;
}
/* IE6 positioning fix */
* html #leftColumn {
	margin-left: 5px;
}
a:link, a:visited, a.rcLink:link, a.rcLink:visited {
	/*color: #5785A9;*/
	color: #5785A9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccc;
}
hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	border-top: 1px thin #ccc;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
#page_contact {
	display: block;
	width: 400px;
}
.formheader {
	font-size: 16px;
	padding-bottom: 14px;
	text-align: left;
	color: #999;
}
.formlabel {
	font-size: 12px;
}
.rc {
	background-image: url(../images/right_column_box_bg.jpg);
	background-repeat: repeat-y;
	width: 180px;
	border: 0px;
	color: #000;
}
.rcTop {
	background-image: url(../images/right_column_box_top.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 180px;
	height: 10px;
}
.rcBottom {
	background-image: url(../images/right_column_box_bottom.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 180px;
	height: 10px;
}
.rcHeader {
	font-weight: bold;
	font-size: 11px;
}
.rcTotal {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
/*
#rightColumn a:hover {
	color: #666;
}
*/
th {
	color: #999;
}
tr.alt2 {
	background-color: #222;
}
table.report td {
	/*border-bottom: solid #fff 1px;*/
}
table.subreport td {
	vertical-align: top;
	/*border-bottom: none;*/
}
