@charset "UTF-8";
/* CSS Document */

BODY {
	background:#003300;
	margin: 0px;
	padding: 0px;
	text-align:left;
	vertical-align:top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

img {
	border:0px none;
	margin: 0px;
	padding: 0px;
}

P {
	margin:0px 0px 11px 0px;
}

a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}

h1 {
	font-size: 9px;
	font-weight: normal;
	color:#003300;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}

h2 {
	font-size: 9px;
	font-weight: normal;
	color:#003300;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color:#003300;
	margin-top: 5px;
	margin-bottom: 9px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 2px;
}

/* form tags */

form {
	display:inline;
}

input,select,textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* layout divs */

#main {
	width:900px;
	height:auto;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	clear:both;
}
#header {
	width:inherit;
	height:79px;
	clear:both;
	margin:0px;
	padding:0px;
	clear:both;
}
#header-logo {
	height:59px;
	float:left;
	margin:0px;
	padding:10px 0 10px 0;
}
#header-nav {
	height:59px;
	float:right;
	text-align:right;
	vertical-align:middle;
	line-height:59px;
	margin:0px;
	padding:10px 0 10px 0;
}
#header-nav A {
	color:#FFFFFF;
}
#content {
	background:#FFFFFF;
	width:inherit;
	height:auto;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-align:justify;
	vertical-align:top;
	clear:both;
}
#footer {
	background:#EEEEEE;
	width:inherit;
	height:auto;
	margin:0px;
	padding:5px 10px 5px 10px;
	clear:both;
}

/* layout classes */

SPAN.bold-numbers {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:34px;
	font-weight:bold;
	color:#003300;
}