body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: small;
	color: #333333;
}
body {
	background: url("../images/background.gif") center repeat-y #e9f3f9;
	text-align: center;
	padding: 0;
	margin: 0;
}
html, body, #main {
	height: 100%;
}
#main {
	margin: auto;
	width: 940px;
	background-color: #0075bf;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
h1, h2, h3, h4, h5, h6 {
	color: #005399;
	margin-top: 0;
}
h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 115% }
h4 { font-size: 100% }
h5 { font-size: 80% }
h6 { font-size: 60% }

/* HEADER */
#header {
	height: 75px;
}

/* FLASH */
#flash {
	height: 425px;
	background: url("../images/flash-bg.jpg") no-repeat top center #FFFFFF;
}

/* NO FLASH */
#no-flash {
	height: 58px;
	background: url("../images/no-flash.jpg") no-repeat top center #FFFFFF;
}

/* CONTENT */
#content {
	background-color: #FFFFFF;
	min-height: 400px;
	_height: 400px;
	padding-top: 30px;
}
/* left */
#content #left {
	float: left;
	width: 630px;
	padding-left: 23px;
	text-align: left;
}
/* right */
#content #right {
	float: right;
	width: 240px;
	padding: 40px 23px 0 0;
	text-align: right;
}
#content #right ul {
	float: right;
	padding: 0;
	margin: 0;
}
#content #right ul li {
	text-align: left;
	list-style-type: none;
	width: 232px;
	height: 33px;
	margin: 0 0 2px 0;
}
#content #right ul li a {
	background: url("../images/nav.gif") right top repeat-y #005399;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 24px;
	display: block;
	padding: 9px 0 0 16px;
}
#content #right ul li a:hover {
	background: #2187c7;
}

/* FOOTER */
#footer {
	color:#fff;
	font-size:7pt;
	background-color:#0074BD;
	padding-bottom:15px;
}
#footer a {
	color: #cfe1ee;
}
#footer a:hover {
	color: #003866;
}

/* FORM */
form table tr td {
	padding: 3px 10px 3px 10px;
	color: #666666;
}
form table td.right {
	text-align: right;
	padding-right: 6px;
}
form table td.top {
	vertical-align: top;
}
form table td input, form table td textarea, form table td select {
	border: 1px solid #999999;
	padding: 2px;
}
form table .divider {
	font-size: 50%;
	background: url("../images/divider.gif") repeat-x center;
}
form table .form-error {
	background-color: #ffcccc;
	border: 1px solid #999999;
	padding: 2px;
}
.required {
	color: #CC0000;
}
form table .form-error-text {
	background-color: #ffcccc;
	padding: 4px;
	color: #000000;
	font-size: 70%;
	margin: 6px 0 0 auto;
	width: 80%;
}
form table .form-error-text2 {
	display: inline;
	background-color: #ffcccc;
	padding: 4px;
	color: #000000;
	font-size: 70%;
	margin-left: 10px;
}