body 
{
    background-color: Black; 
	font-family: Verdana, Arial, Tahoma; color: #FFFFFF; 
	vertical-align: top; 
	font-size: 10pt;
}

body a  { font-family: Verdana, Arial, serif; }
body a:link { text-decoration: none; font-weight: normal; color: #FFBB00 }
body a:visited { text-decoration: none; font-weight: normal; color: #CC8800 }
body a:active { text-decoration: none; font-weight: normal; color: #FFBB00 }
body a:hover { text-decoration: underline; }

h1 
{ 
	font-size: 13pt; font-weight: bold;
	margin-top: 0; margin-bottom: 10pt;
}

hr { color: #FFFFFF; margin-top: 15pt; margin-bottom: 15pt; }

#divWrapper
{ 
    position: absolute; top: 50%; width: 98%; margin-top: -290px; min-width: 900px;
    text-align: center;
}

#divMain
{ 
    position: relative; height: 560px; width: 1000px; 
    margin-top: 0px; margin-left: auto; margin-right: auto; 
    border-style: none;     
}

#divContentLeft
{
	position: relative; height: 540px; width: 270px;
  overflow: hidden;
	margin-right: 20px;
	float: left;
	text-align: left; 
}

#divContentRight
{
	position: relative; height: 540px; width: 270px; 
  overflow: hidden;
	margin-left: 20px;
	float: left;
	text-align: left; 
}

#divNavigation
{
	position: relative; height: 540px; width: 420px;
    margin-top: 0px;
    border-style: none;     
	float: left;
	background-image: url(../images/navigation-bgd.gif); background-repeat: no-repeat; 
}

#divNavigation a
{
	text-decoration: none;
}


#divAltNavigation
{
	position: relative; height: 20px; width: 500px;
    margin-top: 0px; margin-left: auto; margin-right: auto; 
    border-style: none;     
}

#divAltNavigation a
{
	text-decoration: none; color: #FFFFFF;
}

#divAltNavigation a:hover
{
	text-decoration: underline; color: #FFFFFF;
}

#divAltNavigation a.cssCurrentPage
{
	color: #A00000;
}

