body {
	background: #00264d url("../images/darkBlueBG.jpg" );
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bodyText {
	color: #00264d;
	font-size: 11px;
	padding: 10px;
	text-align:justify;
}

.copyright {
	font-size: 9px;
	color: #fff;
	margin: 7px 0px 0px 0px;
}

.footer {
	background: url("../images/footerLines.jpg") repeat-x;
}

.footerText {
	font-size: 11px;
	color: #fff;
	margin: 7px 0px 0px 0px;
}

.footerText a {
	color:#CCCCCC;
}

.formLabel {
	color: #00264d;
	font-size: 11px;
	padding: 10px;
	text-align:right;
}

.leftSideBar {
	background: url("../images/leftSideBarBG.jpg") repeat-y;
}

.leftSideBar_image {
	padding: 0px 0px 0px 1px;
}

.mainBody {
	background: #fff;
}

.navigationBar {
	background: url("../images/navigationBG.png") repeat-x;
}

.thinLine {
	background-color: #a0a1a5;
}

.thinWhiteLine {
	background-color: #fff;
}

.titleBar {
	background: #00264d url("../images/darkBlueBG.jpg" );
	color: #fff;
	font-size: 12px;
	padding: 0px 10px 0px 5px;
	white-space: nowrap;
}

.titleBarThinLine { 
	background: #a0a1a5 url("../images/titleBarThinLine.jpg") repeat-x;;
}

.topNavLink {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.topNavLink a {
	color: #00264d;
	text-decoration: none;
}

.topNavLink a:hover {
	color: #fff;
	text-decoration: none;
}