body {
	margin: 0px;
	background-color: black;
	text-align: center;
	}
	
body, p, table, ul, li, ol {
	font-family: trebuchet, arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

#bodycontent {
	background-image: url(/templates/main/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	position: relative;
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 215px;
	text-align: center;
	background-color: #000000;
	z-index: 0;
	}

#header {
	text-align: center;
	margin-bottom: 10px;
	}

#left {
	float: left;
	width: 195px;
	text-align: center;
	}

.navmenu {
	position: absolute;
	display: none;
	background-image: url(/images/design/menu.jpg);
	background-color: #000000;
	margin-top: -5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #444444;
}

/* For IE only */
* html .navmenu {
	margin-top: 35px;
}

.navmenulink, a.navmenulink:visited {
	font-family: trebuchet, arial, sans-serif;
	color: #FFFFFF;
	font-size: 9.5pt;
	font-style: italic;
	text-decoration: none;
	padding-bottom: 3px;
}

	a.navmenulink:hover {
		color: #FFFF00;
		font-weight: bold;
	}

#center {
	float: left;
	width: 540px;
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
	text-align: left; 
	}
	
#footer {
	width: 763px;
	clear: both;
	text-align: center;
	z-index: 20;
	padding-top: 25px;
	}

#right {
	width: 155px;
	float: left;
	display: inline;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 2px;
	z-index: 10;
	}
	
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	}

blockquote {
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
	margin: 0px;
	font-weight: bold;
}

a, a:visited {
	color: #FFFF00;
}

a:hover {
	color: #FEF100;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF; /*#21389F;*/
	display: inline;
	margin: 0px;
}

h3, h3 a, h3 a:visited, h3 a:active {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
}

h3 a:hover {
	color: #FEF100;
}

.note, .note:hover, .note:visited {
	color: #FFFFFF;
	font-size: 8pt;
}

#header img {
	display: inline;
	border: none;
}

form {
	margin: 0px;
}

input, select, textarea {
	font-size: 9pt;
}

.button {
	background-color: #21389F;
	width: 125px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;	
	opacity: .35;
	filter: alpha(opacity=35)
}

.buttonhover {
	background-color: #21389F;
	width: 125px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-weight: bold;
	color: #FEF100;
	text-transform: uppercase;
	text-decoration: none;	
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.display {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

tr.altrow {
	background-color: #333333;
}

.display th {
	background-color: #FFFFFF;
	color: #000000;
}

	.display th a, .display th a:active, .display th a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	.display th a:hover {
		color: #666666;
	}

.display td {
	padding: 3px;
	vertical-align: top;
	font-size: 8pt;
}

.form {
	text-align: left;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #000000;
}

.form th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #333333;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
}

.form td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

img {
	border: 0px;
}