/*------------------------- Container ----------------------------*/


*
{
	margin: 0;
	padding: 0;
	
}

body
{
	background-color: #CFCFCF;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	margin: 20px 15px 20px 15px;
}


div#container {
	min-width: 750px;
	max-width: 800px;
	text-align:left;
	margin: 0 auto;
}

* html #container {
	width: 750px;
	width: expression(
		(document.body.clientWidth>818) ? "800px" 
			: ((document.body.clientWidth<717) ? "auto" : "750px")
	);
	height: 1%;
}

img
{
	border: 0px;
}
p.alignright { text-align: right; }
/*------------------------- Header ----------------------------*/

div#header
{
	height: 162px;
	border: 0px;
	border-bottom: 2px solid #000000;
	background-color: #404040;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}
div#topright
{
	float: right;
}
div#topleft
{
	float: left;
}

/*------------------------- Menu ----------------------------*/

div#menu_bar
{
	clear: both;
	border: 0px;
	border-bottom: 2px solid #000000;
	background-color: #606060;
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	color: #F7F7FF;
	font-family: Serif;
	padding: 2px 19px 4px 0px;
	vertical-align: bottom;
}
.modded_menu
{
	border: 1px solid #9A9A9A;
	padding: 2px 3px 2px 7px;
	font-weight: normal;
	font-size: 8pt;
	margin: 1px;
	color: #000000;
	font-family: Tahoma, Arial;
}


/*------------------------- Sidebar ----------------------------*/

div#sidebar
{
	width: 240px;
	border: 0px;
	background-color:  #CFCFCF;
	float: left;
}
div.sidebar_box
{
	margin: 15px 20px 5px 0px;
	width: 220px;
	border-bottom: 2px solid #000000;
	background-color: #606060;
	float: left;
	padding: 8px 8px 8px 8px;
}
div.sidebar_box p
{
	padding: 4px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}
div.sidebar_box b
{
	display: block;
	padding: 4px 3px 1px 6px;
	border: 1px solid #9A9A9A;
	background-color: #404040;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	font-family: Tahoma, Arial;
}
p.mycenter { text-align: center; }
a.sidebar_link
{
	margin: 2px 0px 0px 20px;
	display: block;
	padding: 4px 3px 1px 6px;
	border-bottom: 1px solid #9A9A9A;
	background-color: #606060;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Tahoma, Serif;
	text-decoration: none;
	height: 1%;
}
a.sidebar_link:hover
{
	background-color: #000000;
}
/*------------------------- Body ----------------------------*/

div#main_body
{
	margin: 20px 20px 20px 260px;
	border: 0px;
	clear: none;
}
h1
{
	color: #000000;
	font-weight: bold;
	font-size: 18pt;
	font-family: Tahoma, Arial, Serif;
}
p#linkpath
{
	margin: 2px 0px 17px 0px;
	padding: 0px 0px 0px 8px;
	font-family: Arial, Tahoma;
	font-size: 8pt;
	border: 0px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	font-weight: bold;
}
p#linkpath a
{
	text-decoration: none;
	color: #0000AA;
}
p#linkpath a:hover
{
	text-decoration: underline;
}


/*------------------------- Body Table ----------------------------*/
table#main_table
{
	margin: 20px 0px 0px 0px;
	width: 90%;
	border: 1px solid #696969;
	padding: 6px 3px 3px 3px;
	background-color: #ACACAC;
}
table#main_table th
{
	text-align: center;
	color: #000000;
	font-family: Arial, Tahoma;
	font-size: 16pt;
	font-weight: bold;
}
table#main_table td
{
	background-color: #EFEFEF;
	padding: 4px 2px 0px 1px;
	border: 1px solid #9A9A9A;
	font-family: Arial, Tahoma;
	font-size: 7pt;
	font-weight: normal;
}
table#main_table td a {
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 14px 0px 16px;
	text-decoration: none;
}
table#main_table td:hover { background-color: #FFFFFF; }
table.details {
	margin: 10px 0px 0px 0px;
	width: 90%;
	border: 1px solid #696969;
	padding: 1px;
	background-color: #ACACAC;
}
table.details th
{
	text-align: center;
	color: #000000;
	font-family: Arial, Tahoma;
	font-size: 14pt;
	font-weight: bold;
}
table.details td
{
	background-color: #EFEFEF;
	padding: 5px;
	border: 1px solid #9A9A9A;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	font-weight: normal;
}
table.details td.cen { text-align: center; }
table.details td b { padding: 0 4px 0 0; }
table.details td i { font-style: normal; padding: 0 0 0 4px; }
table.details td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.details td a.cen { text-align: center; }
table.details td a.rig { text-align: center; }
table.details td:hover { background-color: #FFFFFF; }
div.rightstar {
	float: right;
}
/*------------------------- Footer ----------------------------*/

div#footer_padding
{
	height: 5px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	clear: both;
}
div#footer
{
	
	border-top: 2px solid #000000;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: #696969;
	font-family: Tahoma, Arial;
}








