/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #dce1f2;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #041752;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
}


.pageTable{
	width: 100%;
	height: 100%;
}

.bodyTable{
	width: 800px;
	height: 100%;
	text-align: left;
	border: thin solid #041752;
}

.header{
	height: 70px;
	text-align: left;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
}
.HBorder{
	font-size: 1px;
	height: 2px;
	text-align: left;
}
.menu{
	height: 20px;
	width: 250px;
	text-align: left;
	background-color: #041752;
}

.menuItems{
	height: 22px;
	text-align: left;
	color: #FFffFF;
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	padding-left: 5px;
	background-image: url(images/MenuBg.jpg);
	background-color: #041752;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dce1f2;
}

.news{
	height: 100%;
	width: 100%;
	text-align: left;
	background-color: #eeeeee;
}

.Forms{
	/*height: 100%;*/
	width: 100%;
	background-color: #eeeeee;
}

.FormsHeader{
	/*height: 100%;*/
	color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	background-color: #041752;
}

.FormContentTable{
	width: 100%;
	text-align: left;
	background-color: #eeeeee;
}

.subHeader{
	height: 200px;
	width: 550px;
	text-align: left;
	vertical-align: top;
	background-color: #041752;
	background-image: url(images/SH1.jpg);
	background-repeat:no-repeat;
}

.ContentTableHeader{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	background-color: #041752;
	background-image: url(images/MenuBg.jpg);
	background-repeat: repeat;
	
}
.ContentTableSubHeader{
	color: #041752;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	text-align: left;
	background-color: #eeeeee;
	/*background-image: url(../images/MenuBg.jpg);*/
	background-repeat: repeat;
	
}

.ContentLinks a:link{
	color: #041752;
	text-decoration: none;
}
.ContentLinks a:visited {
	text-decoration: none;
	color: #041752;
}

.ContentTable{
	width: 550px;
	height: 300px;
	text-align: left;
	background-color: #FFFFFF;
}

.email a:link{
	color: #041752;
	text-decoration: none;
}
.email a:visited {
	text-decoration: none;
	color: #041752;
}
.TY{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 100%;
}


.footer{
	font-size: 10px;
	height: 20px;
	text-align: center;
	background-image: url(images/footer.jpg);
}
.footer a:link{
	color: #041752;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #041752;
}
