* {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: center;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
	color: #003399;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #003399;
	margin-bottom: 17px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #003399;
}

p {
	margin-bottom: 30px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #2658D0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 858px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 163px;
	text-align: left;
}

#navtrail {
	margin-bottom: 20px;
	margin-top: -15px;
}

#navtrail, #navtrail a {
	font-size: 10px;
}

#footer {
	clear: both;
	position: relative;
}

#footer_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 20px;
}

#footer_nav li {
	list-style: none;
	display: inline;
	margin-right: 7px;
	color: #E9F3FF;
	font-size: 11px;
}

#footer_nav li a, #footer_nav li a:link, #footer_nav li a:visited, #footer_nav li a:hover, #footer_nav li a:active {
	color: #E9F3FF;
	text-decoration: none;
	font-size: 11px;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #E9F3FF;
	padding-bottom: 20px;
	font-size: 11px;
}

.spacer {
	clear: both;
}

form.cmxform fieldset {
	padding: 10px;
	border: 1px solid #3574BE;
	background: #DDEEFF;
}

.legend {
	padding: 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3574BE;
	font-size: 14px;
}

form.cmxform label {
	float: left;
	width: 100px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form.cmxform fieldset li {
	padding: 5px;
	margin: 0;
}

form.cmxform .input {
	border: 1px solid #3574BE;
	width: 250px;
	padding: 3px;
}

form.cmxform .submit {
	margin-left: 111px;
}
#lightbox {
	float: left;
	display: none;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
	text-align: center;
}

#lightboxholder {
	width: 470px;
	height: 100%;
	margin: 0px auto;
}

#shadow {
	float: left;
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
