/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	background-color:#fff;
	text-align: center;
	min-width: 800px;
	}
/* Simplified Box Model Hack for consistent font size to include IE5 Win */
* html body { /*  [* html body] declaration serves IE browsers only. */
	font-size: x-small; /* for IE5 Win */
	f\ont-size:75%; /* for all other IE. IE5 Win ignores this declaration. */
	}
/* end hack  */

h1, h2, p {
  margin: 0.8em 0;
	}
h1 {
  font-size: 150%;
  font-weight: normal;
	}
h2 {
	font-size: 145%;
	font-family:Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:1em;
	}
h3 {
	font-size: 130%;
	font-family:Arial, Helvetica, sans-serif;
	color:#993300;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:1em;
	}
a:link {
	color:#003399;
	text-decoration:underline;
	}
a:visited {
	color:#003399;
	text-decoration:underline;
	}
a:hover {
	color:#CC3333;
	text-decoration:underline;
	}
a:active {
	color:#CC3333;
	text-decoration:underline;
	}
ol li {
	margin-left:25px;
	margin-top:1.0em;
	margin-bottom:1.0em;
	}

#wrapper {
	width: 775px;
	margin-top: 11px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size:95%;
	background-image: url(../images/navBlockBG.gif);
	}

div#topMenu {
	float:right;
	margin-top:3px;
	}
div#topMenu  a:link {
	color: #4b5b68;
	text-decoration:none;
	padding: 6px 0;
	}
div#topMenu  a:visited {
	color: #4b5b68;
	text-decoration:none;
	padding: 6px 0;
	}
div#topMenu  a:hover {
	color:#CC3333;
	text-decoration:underline;
	}
div#topMenu  a:active {
	color:#CC3333;
	text-decoration:underline;
	}	

/* start contentBlock"
========================================== */
#contentBlock { 
  width: 600px;
  float: right;
	}
#content {
	margin-left:40px;
	margin-right:20px;
	}
div#content ul li {
	margin-left:25px;
	margin-top:0.8em;
	margin-bottom:0.8em;	
	}


/* end contentBlock"
========================================== */

/* start "navBlock"
========================================== */
.imageLink img {border:0;}	 
div#navBlock {
	width:175px;
	text-align:left;
	float: left;
	background-color: #d1d7e9;
	}
div#navBlock ul {
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
	width:175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #fff;
	background-color:#4a6ca1;
	}
div#navBlock ul li {
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	list-style-type:none;
	color: #fff;
	font-size:80%; 	
	border-bottom-style: solid;
	border-bottom-color: #96a0ba;
	border-bottom-width: 1px;
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	background-color: #5075ab;
	}
div#navBlock a:link {
	text-decoration:none;
	color: #fff;
	background-color:#4a6ca1;
	}
div#navBlock a:visited {
	text-decoration:none;
	color: #fff;
	background-color:#4a6ca1;
	}
div#navBlock a:hover {
	text-decoration:underline;
	color:#fff000;
	background-color:#4a6ca1;
	}
div#navBlock a:active {
	text-decoration:underline;
	color: #fff000;
	background-color:#4a6ca1;
	}
/* end "navBlock"
========================================== */

/* start "footer"
========================================== */
#footer {
  	width: 750px;
  	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	}
#footer dl {	
  	margin-left:auto;
	margin-right:auto;
  	width: 650px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#footer dt {
  	float: right;	
  	margin: 0;
  	padding: 0;
  	}
#footer dd {
  	margin: 0 0 0 45px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#footer dl dd.img {
   	margin: 0;
   	}
#footer dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	background: #fff;
  	}
div#footer a {
	text-decoration:none;
	color: #666666;
	}
div#footer a:hover {
	text-decoration:underline;
	color: #666666;
	}
div#footer a:active {
	text-decoration:none;
	color: #666666;
	}	
/* end "footer"
========================================== */



/* big links BLUE list  */
div.linkListNo {
	margin-top: 15px;
	}
div.linkListNo ul {
	list-style-type:none;
	}
div.linkListNo ul li {
	padding-bottom:10px;
	list-style-type:none;
	}
div.linkListNo a:link {
	color:#003399;
	font-weight: bold;
	text-decoration:underline;
	background-color: white;
	}
div.linkListNo a:visited {
	color:#003399;
	font-weight: bold;
	text-decoration:underline;
	background-color: white;
	}
div.linkListNo a:hover {
	color:#990000;
	font-weight: bold;
	text-decoration:underline;
	background-color: white;
	}
div.linkListNo a:active {
	color:#990000;
	font-weight: bold;
	text-decoration:underline;
	background-color: white;
	}
/*  end big links BLUE   */
/*  red links  */
.redLinks a:link {
	color:#990000;
	text-decoration:underline;
	}
.redLinks a:visted {
	color:#990000;
	text-decoration:underline;
	}
.redLinks a:hover {
	color:#990000;
	text-decoration:underline;
	}
.redLinks a:active {
	color:#990000;
	text-decoration:underline;
	}
/*  end red links  */
.boldBlue {
	font-weight:bold;
	color:#003399;
	}
.boldRed {
	font-weight:bold;
	color:#993300;
	}
.clearFloats {
	clear:both;
	}
.indent15 {
	margin-left:15px;
	}
/* skip navigation */
.skip {
 	position: absolute; 
	left: -1000em; 
	width: 20em;
	}

