body {
	color: black;
	background-color: #f0f0f0;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 82%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

h1, h2, h3 {
	color: white;
	background-color: #99CCFF;
	padding-left: 1ex;
	padding-right: 1ex;
	}

h1 {
	font-weight: bold;
	font-size: 100%;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	margin-top: 3ex;
	}

img {
	order: none;
	}

#bodyText {
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 15.5em;
	padding: 5mm 5mm 2mm 5mm;
	border-left: 1px solid #999999;
	}

#bodyText p {
	padding-left: 1ex;
	padding-right: 1ex;
	padding-bottom: 2ex;
	}


#bodyText a {
	text-decoration: none;
	color: #000066;
	border-bottom: none;
	}

#bodyText a:hover {
	color: #fda05b;
	border-bottom-color: fda05b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#header {
	color: #274e90;
	background-color: #3366FF;
	height: 2.1em;
	font-size: 335%;
	height: 1.45em;
	padding-left: 2mm;
	padding-top: 1mm;
	}

#logo {
	text-align:right;
	}


#menuBar {
	background-color: #6699FF;
	height: 1.55em;
	padding-left: 1.3mm;
	padding-top: 1ex;
	color:white;
}

#menuBar a{
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.75ex;
	padding-right: 1.5ex;
	color: white;
	}

#menuBar .highlight{
	color: #fda05b;
	}

#menuBar a:hover {
	color: #fda05b;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fda05b;
}


.footer {
	font-size: 90%;
	padding: 1.9ex 2.6mm 2.4ex 2.6mm;
	clear: left;
	color: white;
	background-color: #99CCFF;
}

.footer a {
	text-decoration: none;
	color: #fda05b;
	}

.footer a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #FFFFFF;
	}

.footer div {
	text-align: left;
	line-height: 1.45em;
	}

.sideMenuBox a {
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 1.5ex 1ex .5ex 5mm;
	}

.sideMenuBox a:hover {
	background-color: #99CCFF;
	color: white;
	}

.sideMenuBox div {
	font-weight: bold;
	padding-left: 2.5mm;
	padding-bottom: .2ex;
	}

.sideMenuBox .thisPage {
	display: block;
	padding: 1.2ex 1ex 1.2ex 5mm;
	}

.sideMenuBox .subMenu {
	display: block;
	padding: .2ex .5ex .5ex 7mm;
	}

.sideMenuBox {
	background-color: #f0f0f0;
	width: 15.5em;
	border-bottom: 1px solid #999999;
	padding-top: 1em;
	padding-bottom: 1em;
	float: left;
	clear: left;
}

.lighterBG {
	background-color: white;
	}


