/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.topSpacer {
	height: 42px;
	background-color: #99CCFF;
	border-top: 5px solid #FFFFFF;
}

.topNav {
	height: 94px;
	background-image: url(images/header_bg.gif);
}

.leftSpacerText {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}

.rightSpacerText {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	font-size: 150%;
	color: #000000;
	font-weight: bold;
}

.contentSection {
	border-top: 5px solid #FFFFFF;
}

.leftMenu {
	border-right: 5px solid #FFFFFF;
}

.mainTextPadding {
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 27px;
	padding-bottom: 27px;
	background-color: #CCE5FF;
}

.footer {
	height: 26px;
	background-image: url(images/footer_bg.gif);
	border-top: 5px solid #FFFFFF;
}

.horizSpace {
	height: 5px;
}

.vertSpace {
	width: 5px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.leftMenuItems {
	padding-left: 9px;
}
