body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.nav-header {
	font-size: 12px;
	text-decoration: none;
	color: black;
	padding-left: 18px;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #778899;
	font-family: "Times New Roman", Times, serif;
	text-transform : uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}

h2 {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #907C09;
	}


p {
	font-size : 11px;
	line-height: 15px;
}

p.onwhite {
	font-size : 11px;
	color: black;
	margin-left: 7px;
}


ul {
	font-size : 10px;
	font-weight: bold;
}

ol {
	font-size : 10px;
	font-weight: normal;
}

ul.white-on {
	font-size : 10px;
	font-weight: bold;
	color: Black;
}

a.sidenav {
	font-size: 12px;
	text-decoration: none;
	color: black;
	padding-left: 18px;
	font-weight: bold;
	}
a.sidenav:hover {
	color: white;
	display: block;
	background-image: url(images/main_nav-lower.gif);
	background-position: 105px;
	background-repeat: no-repeat;
}
a.sidenav-small {
	font-size: 9px;
	text-decoration: none;
	color: black;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	}
a.sidenav-small:hover {
	color: #4E9197;
	background-color: #22566A;

}

.header{	
		font-size:12px;
		color: white;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		}

a.copy-right{	
		font-size:9px;
		color: black;
		text-decoration: none;	
		}

a.copy-right:hover{	
		color: #6495ED;
		}

.copyright{	
		text-align:center;
		padding-left:6px;
		padding-right:6px;
		overflow:none;
		font-size:10px;
		color: black;
		}

.banner{	
		text-align:center;
		padding-left:6px;
		padding-right:6px;
		font-size:11px;
		color: yellow;
		font-weight: bold;
		letter-spacing: 3px;	
		}

