@charset &quot;utf-8&quot;
html {
    overflow: -moz-scrollbars-vertical;	
	overflow-y:scroll;  
	
}
body {	
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #99CCFF;
}
#logo {
	height: 86px;
	margin-bottom: 20px;
	padding: 20px;
}
#nav {
	height: 160px;
	float: left;
	list-style-type: circle;
}
#banner {
	height: 145px;
	margin-top: 0px;
	float: right;
	width: 580px;
	padding-bottom: 25px;
}
#leftColumn {
	float: left;
	width: 165px;
}
#navtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
	text-align: left;
	width: 165px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightColumn {
	float: right;
	width: 580px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
}
ul {
	list-style-type: circle;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000CC;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding-bottom: 3px;
}


.imageRight {
	float: right;
	padding-left: 5px;
}
.imageLeft {
	float: left;
	padding-right: 3px;
}
.class1 {
  a:link text-decoration: none;
  a:visited text-decoration: none;
  a:active text-decoration: none;
  a:hover text-decoration: underline;
}

                

