@charset "utf-8";
/* CSS Document */

.homeBody {
	background-color: #DFDFDF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	margin: 0px;
}
#container {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.homeBody #container #mainTable {
	width: 775px;
}

#container #mainTable #left {
	width: 266px;
}
#container #mainTable #right {
	width: 509px;
}
#container  #mainTable  #left  .leftBoxes {
	background-image: url(images/layout_12.jpg);
	padding-left: 25pt;
}

#container #mainTable #footer {
	background-image: url(images/layout_17.jpg);
	height: 86px;
}
#container #mainTable #footer #footerInner {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 12pt;
	color: #EBE6D3;
}
#container #mainTable #footer #footerInner a {
	color: #EBE6D3;
	text-decoration: none;
}
#container #mainTable #footer #footerInner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #mainTable #right .whiteBG {
	background-image: url(images/white_02.jpg);
	padding-left: 25pt;
	padding-right: 33pt;
	padding-bottom: 15pt;
}
#container #mainTable #right .whiteBG h1 {
	font-size: 16px;
	display: block;
	padding-bottom: 6pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EF3C42;
	color: #0556A7;
}
#container #mainTable #right .whiteBG .blue {
	color: #0556A7;
}
#container #mainTable #right .whiteBG .homeLink a {
	color: #EF3C42;
	font-weight: bold;
	text-decoration: none;
}

#container #mainTable #right .whiteBG .grey {
	color: #616161;
}
#container #mainTable #right .whiteBG .homeLink a:hover {
	text-decoration: underline;
}
.red {
	font-weight: bold;
	color: #F00;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftLink {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 194px;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid #000;
}
a:hover.leftLink {
	color: #FFF;
	display: block;
	text-align: center;
	width: 194px;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid #FFF;
	background-color: #0456a7;
}
.formCat {
	border: 1px solid #999;
}
.formCatHeader {
	background-color: #3F5A9A;
	color: #FFF;
	display: block;
	padding: 4px;
	font-weight: bold;
}
.formCatTable {
	margin: 7px;
}
.bold {
	font-weight: bold;
}
