.pageBackground {
	background-color: #042A7A;
	padding: 0px;

}
.topRow {
	height: 16px;
	width: 100%;
	border: none;
	background-image: url(../images/rowBk_Top.gif);
	background-repeat: repeat-x;

}
.menuRow {
	background-image: url(../images/rowBk_Menu.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	text-align: center;

}

.menuRow #menu a {
		display:block;
		width:120px;
		/* margin: 1em 0; padding:7px 0 10px 20px;
		font: bold 14px/1 sans-serif;
		color:#c60; */
		text-decoration: none;
		}
.menuRow #menu a:hover {	
		background-position: 0px 50;
		/* color: #E9BE75; */
		}
.menuRow #menu a:active {
		background-position: 0px 0;
		/* color:white; */
		}
.menuRow #menu #menuHome {
	background-image: url(../images/btnMenu_Home.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
.footerRow {
	height: 100px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #345EA8;
	background-color: #042A7A;

}
.bodyRow {
	background-image: url(../images/rowBk_Main.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.std:link { color: #AEDBFF ; text-decoration: none}
.std:visited { color: #AEDBFF; text-decoration: none}
.std:hover { color: #FFFFFF; text-decoration: none}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	height: 50px;
	vertical-align: middle;

}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 345EA8;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CCFF;
}
