body
{
	margin: 0px;
	background-color: #000;
	font-family: Helvetica, Arial, Verdana;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

strong
{
	color: #ebc659;
}

a
{
	text-decoration: none;
	color: #ffe3a8;
}

img
{
	border-width: 0px;
}

img.topleft
{
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	float: left;
	vertical-align: top;
}

img.extrapadding
{
	padding-right: 30px;
}

div.pageContent
{
	width: 1142px;
	min-height: 410px;
	background-image: url('images/bodybackground.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

div.main
{
	width: 812px;
	padding-top: 168px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.main_top
{
	height: 59px;
	background-image: url('images/body_top.png');
	text-align: center;
}

div.main_body
{
	background-image: url('images/body_main.png');
}

div.content
{
	padding-left: 40px;
	padding-right: 45px;
}

div.mainContent
{
	padding-left: 12px;
}

div.actualContent
{
	text-align: left;
}

div.homeRotator
{
	margin-bottom: 10px;
}

div.homeContent
{
	position: relative;
	left: 370px;
	top: -235px;
	text-align: left;
	margin-bottom: -235px;
}

div.homeContentText
{
	padding-right: 25px;
}

div.main_bottom
{
	height: 121px;
	background-image: url('images/body_bottom.png');
}

div.main_bottom_alternate
{
	height: 38px;
	background-image: url('images/body_bottom_alternate.png');
}

#bottom_menu_ie6
{
	display: none;
}

div.footer
{
	width: 812px;
	color: #ffe3a8;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}

div.footer a
{
	color: #ffe3a8;
}

div.pageheader
{
	color: #ebc659;
	font-weight: bold;
}

div.header
{
	color: #ebc659;
	font-weight: bold;
}

div.calendar
{
	width: 100%;
	text-align: center;
}

div.calendar table
{
	width: 100%;
}

div.calendar table tr td.weekend
{
	color: #fff;
	height: 100px;
	background-color: #1e3148;
	text-align: left;
	vertical-align: top;
	border: 1px solid #fff;
	width: 14%;
	font-size: 12px;
}

div.calendar table tr td.weekday
{
	color: #152232;
	height: 100px;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	border: 1px solid #152232;
	width: 14%;
	font-size: 12px;
}

td
{
	vertical-align: top;
}

tr.odd
{
	background-color: #1e3148;
	color: #fff;
}

tr.even
{
	background-color: #152232;
	color: #fff;
}

div.calendar table tr td.currentday
{
	border: 2px solid #ebc659;
}

th
{
	color: #ebc659;
}

/* Menu related functionality */
img.menu
{
	vertical-align: middle;
	border-width: 0px;
}
#menu {
width: 100%;
float: left;
padding-top: 10px;
padding-left: 15px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 9em;
float: left;
}

#menu a {
font: normal 12pt helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font: bold 14pt helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #422c10;
}

#menu h2.selected {
color: #698ab2;
}

#menu a {
color: #000;
background-color: #eddcab;
text-decoration: none;
}

#menu a.transparent{
font: bold 14pt helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
background-color: transparent;
}

#menu a:hover {
color: #698ab2;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#bottom_menu_ie6
{
width: 739;
float: left;
padding-top: 20px;
padding-left: 70px;
white-space:nowrap;
text-align: center;
}

#bottom_menu_ie6 ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
}

#bottom_menu_ie6 li
{
display: inline;
position: relative;
text-transform: uppercase;
}

#bottom_menu_ie6 li a
{
color: #fdeac0;
font-weight: bold;
font-size: 12pt;
font-family: helvetica, arial, sans-serif;
}

#bottom_menu
{
width: 100%;
float: left;
padding-top: 20px;
padding-left: 70px;
white-space:nowrap;
text-align: center;
}

#bottom_menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
}

#bottom_menu li
{
display: inline;
position: relative;
text-transform: uppercase;
}

#bottom_menu li a
{
color: #fdeac0;
font-weight: bold;
font-size: 12pt;
font-family: helvetica, arial, sans-serif;
}

div.notification
{
	color: #b6580f;
	width: 90%;
	padding: 4px;
	border: 3px solid #b6580f;
	background-color: #ffe3a8;
	margin-left: 27px;
	text-align: center;
	font-weight: bold;
}

div.ie6
{
	display: none;
}