.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004879;
	text-decoration: underline;
}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004879;
	text-decoration: none;
}
.nav:link {
	color: #004879;
	text-decoration: none;
}
.nav:hover {
	color: #F7F7F7;
	text-decoration: none;
	background-color: #004879
}
.nav:active {
	color: #FFCC00;
	text-decoration : none;
}
.nav:visited {
	color: #004879;
	text-decoration: none;
}
.childnav {
display:block;
padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004879;
	text-decoration: none;
	font-weight : bold;
}
.childnav:link {
	color: #004879;
	text-decoration: none;
}
.childnav:hover {
	color: #000000;
	text-decoration: none;
	
}
.childnav:active {
	color: #FFCC00;
	text-decoration : none;
}
.childnav:visited {
	color: #004879;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	line-height: 14px
}
.blockText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	display: block;
	font-size: 12px;
	color: #000000;
	line-height: 14px
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #004879;
	text-decoration: underline;
}
a:hover {
	color: #007087;
	text-decoration: none; 
}
a:active {
	color: #FFCC00;
	text-decoration: none; 
}
a:visited {
	color:#004879;
	text-decoration: underline;
}
.header {
display:block;
padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #004879;
	font-family: Verdana, Arial, Helvetica, sans-serif
}.bg6 {  background-image: url(images/side6.jpg); background-repeat: no-repeat}
.bg5 { background-image: url(images/side5.jpg); background-repeat: no-repeat }
.bg4 { background-image: url(images/side4.jpg); background-repeat: no-repeat }
.bg3 { background-image: url(images/side3.jpg); background-repeat: no-repeat }
.bg2 { background-image: url(images/side2.jpg); background-repeat: no-repeat }
.bg1 { background-image: url(images/side1.jpg); background-repeat: no-repeat }

.none ul li {
	list-style-type: none;
	font-size: 10px;
}
body {font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	 
}