body
{
	width:740px;
	margin:0 auto;
	margin-top: 0px;
	font-family:Tahoma, Verdana, Arial, Century Gothic, Times New Roman, Sans-Serif;
	font-size:10pt;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

A
{
	color:#FFFF00;
}

A:hover
{
	color:#FF0000;
}
table
{
	font-size:8pt;
}
.TDBox
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
INPUT
{
	font-family:Tahoma;
	font-size:8pt;
	color:#333333;
}
SELECT
{
	font-family:Tahoma;
	font-size:8pt;
	color:#333333;
}
img
{
	border-width:0px;
}


/* ----- HEADER ----- */
#header {
	width:740px;
	height:183px;
	text-align:center;
}

#topMenu { float: left; width: 620px;}
#topMenu ul { margin-left: 0px; padding-left: 0px; padding-top: 0px; margin-top: 0px;}
#topMenu li { display: inline; }
#topMenu li a { float: left; background-color: #F3F3FC; border: solid 1px #333333; color: #333333; padding-top: 8px; height: 22px; width: 80px; text-align: center; font-weight: bold; text-decoration: none; margin-left: 10px;}
#topMenu li a:hover { background-color: #FFFFFF; color: #FF0000;}
#topMenu li a.current { background-color: #FFFFFF; color: #000080;}


/* ----- MAIN CONTENT ----- */
#content { 
	width:740px;
	min-height: 100%; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	padding: 10px;
	text-align:left;
}


/* ----- FOOTER ----- */
#footer { 
	width:975px;
	height:40px;
	/*background-color: #FFFFFF;
	border: 1px solid #666666;*/
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}


/* ---- COPYRIGHT ---- */
#copyright {
	height: 25px;
	text-align: left;
	font-size: 8pt;
	color: #333333;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 5px;
}
