html, body {
	border: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1, h2 {
	text-align: center;
}

a, a:visited, a:link {
	background-color: White;
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: Blue;
	color: White;
}

#hdr{
	border: solid #000000;
	border-width: 0 0 1px 0;
	color: #000000;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	width: 98%;
}

#lhcol {
	background-color: transparent;
	float: left;
	width: 16%;
	height: 100%;
	z-index: 50;
	display: block;
}

#rest-of-page {
	display: block;
	float: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 98%;
}

#rhcol{
	background: White;
	color: #000000;
	display: block;
	width: 80%;
	padding-left: 1em;
	top: 0;
	z-index: 75;
	height: 100%;
	float: left;
}



div.clearer {
	clear: left;
	height: 0;
	line-height: 0;
}


#vertnav1 {
	position: relative;
	list-style: none;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: bold;
	font-size: 90%;
}	

#vertnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 50;
}

#vertnav1 ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
}

#vertnav1 ul li a {
	display: block;
	border: 1px solid black;
	width: 100%;
	height: auto;
	padding-top:0.2em;
	padding-bottom:0.2em;	
	background-color: #FFCC66;
	color: Black;
	text-decoration: none;
	text-align: center;
}

#vertnav1 ul li a:hover {
	background-color: #E3FF66;
	border: 1px solid red;
}

#vertnav1 ul ul, #vertnav1 ul ul ul, #vertnav1 ul ul ul ul {
	display: none;
	left: 100%;
	width: 15em;
	top: 0;
	position: absolute;
}

#vertnav1 ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}

#vertnav1 ul li:hover ul ul {
	display: none;
}

#vertnav1 ul li:hover ul ul ul {
	display: none;
}

#vertnav1 ul ul li:hover ul ul {
	display: none;
}

#vertnav1 ul ul li:hover ul {
	display: block;
	left: 100%;
}

#vertnav1 ul ul ul li:hover ul {
	display: block;
	left: 100%;
}

#vertnav1 ul ul ul li a {
	width: 15em;
	background-color: #FFFF99;
}

#vertnav1 ul ul ul li a:hover {
	background-color: #FFCC99;
	color:red;
}

#vertnav1 ul ul ul li ul li a:hover {
	background-color: #FFCC99;
	color:blue;
}

#vertnav1 ul li ul li {
	display: block;
	float: left;
	width: auto;
	height: auto;
}

#vertnav1 ul ul li a {
	height: auto;
	width: 100px;
	background-color: #CCFFCC;
}

#vertnav1 ul ul li a:hover {
	background-color: #CCFFE6;
}

li>ul { 
	top: auto;
	left: auto;
}

a.abox1:link, a.abox1:active, a.abox1:visited {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a.abox1:hover {
	background-color: #0000FF;
	color: #FFFFFF;
	text-decoration: none;
}

a.abox1a:link, a.abox1a:active, a.abox1a:visited {
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a.abox1a:hover {
	background-color: #0000FF;
	color: #FFFFFF;
	text-decoration: none;
}

.abox1 {
	display: block;
	float: left;
	height: 150px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 1px;
	max-height: 150px;
	max-width: 15%;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	width: 15%;
	font-size: 80%;
}

.abox1a {
	display: block;
	height: auto;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	width: auto;
}

.warning {
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	width: 100%;
}

.warning1 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 120%;
	text-align: left;
}
.aboxcenter {
	display: block;
	height: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	width: 320px;
}

.aboxcenter320 {
	display: block;
	height: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	width: 320px;
}

		.centerimg {
			margin-left: auto;
			margin-right: auto;
			width: 400px;
			text-align: center;
			padding-top: 1.5em;
			clear: both;
		}

		.titlearea {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			display: block;
			text-align: center;
			font-size: 120%;
			font-weight: bold;
			padding-top: .5em;
		}
		
		form {
			width: 90%;
			margin-right: auto;
			margin-left: auto;
			display: block;
			height: auto;
			padding: .5em;
		}
		
		input {
			font-size: 80%;
		}
		
		.sleft {
			float: left;
		}
		
		.sright {
			float: right;
		}