
/********* DEFAULT FORMATTING **********/

body {
	font-size: 80%;
	font-family: "Courier New", Courier, "monospace";
	color: #E6C3A7;
	line-height: 1.2em;
	background-color: #3F5469;
	margin: 0;
	letter-spacing: -.05em;
}

* { margin: 0; padding: 0; }
.hidden { display: none; }

/********* TEXT FORMATTING **********/

nobr {
	white-space: nowrap;
}

a:link { color: #FFE4CC; font-weight: bold; }
a:visited { color: #FFE4CC; font-weight: bold; }
a:active { color: #FFF; font-weight: bold; }
a:hover { color: #FFF; font-weight: bold; }

a {
	text-decoration: none;
}

h1, h2, h3 { margin: .5em 0; }

h1 {
	color: #FDF9D6;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: -0.03em;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: -0.0em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
 	line-height: 1em;
	letter-spacing: -0.02em;
}

h4 {
	font-weight: bold;
	font-size: 1em;
 	line-height: 1em;
	letter-spacing: 0;
	margin: 1em 0;
}

div p {
	font-size: .9em;
	letter-spacing: .02em;
	list-style-type: none;
	margin-bottom: 1.1em;
}

div.contentBlock, div.form {
	margin-bottom: 2.0em;
	margin-left: 1.5em;
	width: 95%;
	clear: both;
}

img {
	border: 4px solid #172B44;
	margin: 0 1em 2em -8px;
	float: left;
}

div#header {
	background: url("bg_titlebar.gif");
	height: 119px;
	width: 100%;
}

div#header {
	background: url("bg_titlebar.gif");
	height: 119px;
	width: 100%;
	margin-bottom: 2em;
}

.headerTitle span {
	background: url("title.gif") top left no-repeat;
	display: block;
	position: absolute;
		left: 30px;
		top: 0px;
		z-index: 1;
	width: 326px;
	height: 119px;
	margin: 0;
	padding: 0;
}

#header .headerTitle h1 {
 	color: #707C90;
 	font-size: 0;
}

#header .headerTitle h3 {
 	color: #FFF9D7;
 	font-size: 20px;
 	position: absolute;
 		top: 41px;
 		left: 370px;
}

.contentBlock ul {
	margin-left: 1.5em;
	margin-bottom: 2em;
	margin-top: 2em;
}

.contentBlock ul ul {
	margin-top: .5em;
}

.contentBlock ul li a:link, .contentBlock ul li a:visited, .contentBlock ul li a:active, .contentBlock ul li a:hover {
	list-style-type: none;
	font-size: 1.3em;
}

.contentBlock .links ul {
	margin: .5em 0;
}

.contentBlock .links ul li, .contentBlock .links ul li a:link, .contentBlock .links ul li a:visited, .contentBlock .links ul li a:active, .contentBlock .links ul li a:hover {
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
}

.infoList {
	margin-bottom: 80%;
}

.infoList .contentBlock ul {
	margin-bottom: 1em;
}
