/* CSS Document */
*
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

body 
{
	text-align: center;
	background-color: #FFFFFF;	
}

#mainContent
{
	position:absolute;
	text-align: left;
	width: 760px;	
	height: 600px; 
	margin: -300px 0px 0px -380px;
	top: 50%; 
	left: 50%;	
}

#flashcontent
{
	text-align: center;
	margin: auto;
	width: 760px;
	height: 500px;
	background-image: url(../img/main-bg.gif);
	background-repeat: no-repeat;
}

#flashcontent #noflash
{
	padding-top: 100px;
	color: #FFFFFF;
}

#flashcontent #noflash img
{
	border: 0;
}

#logo
{
	height: 92px;
	background-image: url(../img/logo-white.gif);
	background-repeat: no-repeat;
}

.clear
{
	clear: both;
}

#footerLeft, #footerRight, #footerLeft a, #footerRight a
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footerLeft a:hover, #footerRight a:hover
{
	color: #000000;
}

#footerLeft
{
	float: left;
	padding: 5px;
}

#footerRight, #headerRight
{
	float: right;
	text-align: right;
	padding: 5px;
}

#headerRight b
{
	font-size: 11px;
	color: #005aa9;	
	font-weight: bold;
}

#headerRight a
{
	font-size: 11px;
	color: #005aa9;
	text-decoration: none;
}

#headerRight a:hover
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}











