/* MAIN */

html { font-size: 100%; /* IE hack */ }

body {	
	background-color: #999999;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}
body, table, ul, textarea, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	color: #000000;
	}
table, ul, td, th { font-size: 100%; /* IE hack */ }
td, th {
	vertical-align: top;
	text-align: left;
	}
ul {		
	list-style-type: circle;	
	list-style-position: outside;
	}
hr {
	color: #999999;
	}
	
/* LINKOLOGY */

a {			color: #000066; text-decoration: underline; }
a:visited {	color: #990000; }
a:hover	{	color: #990000; text-decoration: none; }
a img {		border: 0; }

#footer a {			color: #FFFFFF; text-decoration: none; }
#footer a:visited {	color: #FFFFFF; }
#footer a:hover {	color: #FFCC00; }


/* TYPOGRAPHY */

h1 {
	font-size: 1.1em;
	font-weight: bold;
	}
h2 {
	font-size: 1.05em;
	font-weight: bold;
	color: #000066;
	padding: 0;
	margin: 0;
	clear: both;
	}
h3 {	
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	margin: 0;
	padding: 0;	
	}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	}

/* NAVIGATION */

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#nav li{
	border: 0;
	padding: 0;
	margin: 0;
	}
#nav li a{
	display: block;
	padding: 0.5em 0.5em 0.5em 1.7em;
	border: 0;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	width: 100%;
	}
html>body #nav li a {
	width: auto;
	}
#nav li a:hover {
	background: #FFCC66;
	}
.navOff {
	width: 100%;
	margin: 0.5em 0.5em 0.5em 1.7em;
	border: 0;
	color: #999999;
	font-size: 0.9em;
	font-weight: bold;
	}
ul#subNav {
	list-style: none;
	margin: 0 0 0 1.2em;
	padding: 0 1em;
	}
ul#subNav li{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.2em;
	margin: 0.2em 0 0.3em 0;
	}
ul#subNav li a{
	color: #000000;
	font-size: 0.8em;
	display: block;
	width: 100%;
	padding: 0;
	}
html>body ul#subNav li a {
	width: auto;
	}
ul#subNav li a:hover {
	color: #990000;
	background: none;
	}

/* ARCHITECTURE */
#pageBody {
	text-align: center;
	width: 780px;
	}
#header {
	height: 140px;
	}
#navBody {
	background: white;
	}
#nav {
	width: 196px;
	}
#featureImg {
	text-align: center;
	vertical-align: middle;
	padding-top: 1em;
	padding-bottom: 1em;
	}
.cornerBL {
	padding: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner_btm_l.gif) bottom left no-repeat;
	}
.cornerBR {
	padding: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner_btm_r.gif) bottom right no-repeat;
	}
#content {
	width: 580px;
	background: white;
	font-size: 0.9em;
	line-height: 1.2em;
	}
#footer { 
	height: 100px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFFFFF;
	border-color: white;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	}
.footerL {
	width: 10px;
	background: url(/images/foot_l.gif) right top no-repeat;
	}
.footerR {
	width: 10px;
	background: url(/images/foot_r.gif) left top no-repeat;
	}
#footer-valid p {
	text-align: center;
	color: #fff;
	font-size: 0.6em;
	margin: 10px;
	}
#footer-valid a {
	color: #fff;
	}

/* CONTENT AREA */
.contentArea {
	padding: 10px;
	}
#contentTitle {
	width: 580px;
	height: 40px;
	background: url(/images/bg_topTitle.gif) top no-repeat;
	padding-left: 40px;
	}
.news {
	padding: 10px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
	font-size: 0.9em;
	}

div.news p {
	margin: 0;
	}
div.news p.more {
	text-align: right;
	margin-top: 0.5em;
	}
div.news a {
	font-weight: bold;
	}
ul.closeList {
	padding: 0;
	margin: 0 0 1em 1em;
	}
.closeList li {
	margin: 0;
	}
ol.spacedList li {
	margin-bottom: 1.5em;
	}
.yellow {
	background: #FFCC66;
	padding: 5px;
	border: 1px #990000 dotted;
	}
form {
	margin: 0;
	padding: 0;
	}
.contentArea img {
	margin: 5px;
	}
.floatBox {
	font-weight: bold;
	text-align: center;
	margin: 5px;
	float: left;
}
