@charset "utf-8";
@import "reset.css";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
	background-color: #edf1f8;
	text-align:center;
}

/* this wraps the whole site & centers it */

#mainwrapper {
	margin: 1.0em auto;
	background-color: #fff;
	width: 780px;
	text-align: left;
	padding: 0;
}

/* skip nav */
.skip {
	width: 100%;
	margin: 0;
	padding: 0 0 .5em 0;
	background-color: #edf1f8;
	text-align: left;
}

.skip a {
	color: #edf1f8;
	text-decoration: none;
	font-size: .80em;
	font-weight: bold;
}

.skip a:focus, .skip a:active {
	color: #000080;
}
/* end skip nav */

#wrapper { 
	background: #fff;
	width: 780px;
	text-align: left;
	border: 1px solid #000080;
	border-width: 1px;
}

/* header */
#headerL {
	float: left;
	width: 250px;
	padding: 1em 50px 1em 10px;
}

#headerR {
	margin-left: 250px;
	padding: 3em 2em 0 0;
	text-align: right;
	font-size: .80em;
}

#headerL img {
	border: none;
}
/* end header */

/* topnav */
#nav, #nav ul {
	list-style: none;
	width: 100%;
}

#nav  li {
	float: left;
	width: 20%;
}

#nav a {
	display: block;
	color: #fff;
	background: #000080;
	font-size: .75em;
	font-weight: bold;
	padding: .75em 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #000080;
	border-width: 1px 0;
}

#nav a:hover, #nav a:active, #nav a:focus {
 	background: #fff;
	color: #000080;
}
/* end nav */

#conwrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* left hand navigation */
#subnav {
	float: left;
	font-size: 0.80em;
	margin: 0;
	padding: 0;
}

#subnav ul {
	list-style: none;
}

#subnav li a {
	padding: .75em 0 .75em 1.5em;
	color: #000080;
	font-weight: bold;
	width: 15em;
	text-decoration: none;
	display: block;
	background: #dbe4f2;
}

#subnav ul ul li a {
	padding: .75em 0 .75em 3.5em;
	width: 13em;
}

#subnav li a:hover, #subnav a:active, #subnav a:focus, #subnav ul ul li a:hover, #subnav ul ul li a:active, #subnav ul ul li a:focus {
	background: #fff;
}
/* end left nav */

/* controls content */
#text {
	margin: 0 0 1em 16em;
	padding: 1.0em 1.0em 0 0;
}

#text p {
	font-size: .90em;
	line-height: 1.4em;
}

#text ul {
	list-style-type: disc;
	margin: 0 2.5em;
}

#text ol {
	list-style-type: upper-alpha;
	margin: 0 2.5em;
}

#text ul li, #text ol li {
	line-height: 1.6em;
	font-size: .90em;
}

#text ul ul {
	list-style-type: circle;
}

/* end content */


/* global */
.clear {
	clear: left;
}

p.first {
	margin-top: 0;
}

h1 {
	text-transform: uppercase;
}

h2, h3 {
	margin-top: 1.5em;
	margin-bottom: .75em;
}

a:active, a:focus {
	background-color: #ffffc0;
}

.imgL {
	float: left;
	padding: 0 1em 1em 0;
}

.imgR {
	float: right;
	padding: 0 0 1em 1em;
}

table.reg {
	width: 85%;
	font-size: .90em;
}

table.reg td {
	padding: .5em;
	width: 50%;
}

hr {
	width: 80%;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	text-align: center;
	margin-bottom: 1em;
}