body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: small;
	color: #FFF;
}
html {
	background: url("../images/background.jpg") center 143px repeat-y #363636;
}
body {
	background: url("../images/top-background.jpg") top center no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
}
.left {	float: left; }
.right { float: right; }
.clear { 
	clear: both;
	width: 100%;
}
h1, h2, h3, h4, h5 { color: #0084c2; margin-top: 0 }
h1 { font-size: 2em; font-weight: normal; font-variant: small-caps; letter-spacing: 0.1em }
h2 { font-size: 1.1em }
h3 { font-size: 1em }
h4 { font-size: 0.8em }
h5 { font-size: 0.6em }
a {	color: #bbe1fa; }
a:hover { color: #136499; }
html, body, #main { height: 100%; }
img.bullet { padding-right: 6px; }
p.title { 
	padding-top: 6px;
	padding-bottom: 6px;
}
p {
	margin-top: 6pt;
	margin-bottom: 6pt;
}
ul.list li { color: #4b4b4b }



/* MAIN */
#main {
	margin: auto;
	width: 850px;
	background: url("../images/content-background.jpg") center top repeat-y #969898;
}
/* END MAIN */


/* HEADER */
#header {
	height: 143px;
	width: 100%;
}
/* END HEADER */


/* NAV */
#nav {
	padding-bottom: 16px;
}
#nav a {
	color: #d3d5d5;
}
/* END NAV */


/* TITLES */
#titles {
	text-align: left;
}
/* END TITLES */


/* CONTENT */
#content-wrapper {
	width: 100%;
	background: url("../images/content-background.jpg") center top repeat-y #969898;
}
#content {
	margin: auto;
	width: 785px;
	text-align: left;
}
#content #left {
	float: left;
	width: 50%;
}
#content #right {
	float: right;
	width: 45%;
}
/* END CONTENT */


/* MENU */
.menu {
	width: 225px;
	text-align: left;
	position: absolute;
	top: 179px;
}
.hide { left: -999px; }
.one { margin-left: 232px; }
.two { margin-left: 391px; }
.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	height: 26px;
	background-color: #5cbff9;
	padding: 0;
	margin: 0;
}
.menu li a {
	color: #06568a;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 7px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
.menu li a:hover { color: #06568a; }
.menu li a.up {
	background: url("../images/nav/drop_down_background.gif") center top no-repeat;
}
.menu li a.over {
	background: url("../images/nav/drop_down_background_over.gif") center top no-repeat;
}
/* END MENU */


/* FOOTER */
#footer {
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
}
#footer-nav {
	font-size: 11px;
}
#footer-nav a {
	color: #FFF;
	text-decoration: none;
	margin:0 5px 0 5px;
}
#footer-nav a:hover {
	color: #bbe1fa;
	text-decoration: underline;
}
#footer span {
	color: #4B4B4B;
}
/* END FOOTER */


/* FORM */
td.right {
	text-align: right;
}
form tr td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.error {
	border: 1px solid #CC0000;
	background-color: #ffcccc;
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
.required {
	color: #CC0000;
}
/* END FORM */