﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#000;
	text-align:center;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

div.mainbody
{
	width:924px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url('/images/background.gif');
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;*/
}

div.headerflash
{
	/*background-image:url('/images/presentation_frame.png');*/
	background-repeat:no-repeat;
	text-align:center;
	width:924px;
	/*height:159px;*/
}


div.buttonnav
{
	text-align:center;
	padding: 9px 0px;
	background-image:url('/images/border.png');
	background-repeat:repeat-y;
	margin:0px;
}

div.mainsplash
{
	margin:0px;
	padding: 0px 0px 0px 4px;
	background-image:url('/images/border.png');
	background-repeat:repeat-y;
	color:#bcbcbc;
}

div.maincontent
{
	margin:0px;
	padding: 0px 25px 0px 25px;
	background-image:url('/images/border.png');
	background-repeat:repeat-y;
	color:#bcbcbc;
}

strong
{
	color:#fff;	
}

div.divider
{
	width:600px;
	border-top: solid 1px #2480f3;
	height:0px;
	padding:0px;
	margin:5px 0px;
}

div.imghead{
    font: normal normal 700 20pt verdana, sans serif;
    color: #2580F3;
    border-top: 1px solid #2580F3;
    border-bottom: 1px solid #2580F3;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}

td.imgholder{
    padding:3px;
    vertical-align:middle;
    text-align:center;
}

a:link {
	color: #0c71b9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0c71b9;
}
a:hover {
	text-decoration: none;
	color: #93ffff;
}
a:active {
	text-decoration: none;
	color: #0c71b9;
}


img.noborder
{
	border-width:0px;
}
