body {
	margin: 0;
	padding: 0;
	background: url('images/bg.gif');
	color: #fff;
	}

* {
	font-family: Arial, sans-serif;
	}
img { border: 0; 
}

h3 {
font-size:18px;
font-weight:600;
line-height:21px;
}

p:first-letter {
	font:"Century Gothic": 14px;
}

.highlight {
	color:#CCDD00;
	font-weight:500;
} 

a {
	text-decoration:none;
	color: #FD5B18;
	}
a:hover {
	color:#0066FF;	
	}
#container {
	margin: 0 auto;
	padding: 0 3px;
	width: 992px;
	position: relative;
	background: url('images/contain_bg.gif') repeat-y;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#head {
	font-size: 8pt;
	}
#head .logo {
	display: block;
	}
#head ul {
	margin: 0;
	padding: 0;
	border: 1px solid #020202;
	border-width: 1px 0;
	list-style-type: none;
	line-height: 34px;
	height: 34px;
	background: url('images/nav.gif') repeat-x;
	}
#head ul ul {
	display: none;
	position: absolute;
	margin-top: 34px;
	margin-left: -1px;
	}
#head li:hover ul {
	display: block;
	}
#head li li a {
	float: none;
	height: 20px;
	line-height: 20px;
	}
#head li {
	display: inline;
	position: relative;
	}
#head li a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	display: block;
	margin-right: 1px;
	float: left;
	padding: 0px 20px;
	}
	
#head li a:hover, #head li.active a {
	background: url('images/bg-red.gif') repeat-x;
	}
	
#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid #020202;
	margin-top: -1px;
	font-size: 8pt;
	background: #171717;
	}
	
#footer p {
	margin: 0;
	padding: 10px;
	}
	
#content div.alt {
	background: #353535;
	}
	
#content div.alt2 {
	background: #2F2F2F;
	}
	
#content div.box {
	border-bottom: 1px solid #020202;
	border-top: 1px solid #363636;
	padding: 15px 20px;
	}
	
#content {
	width: 805px;
	font-size:11pt;
	line-height:115%;
	float: left;
	}
	
#content h1 {
	margin: 5px 0;
	background:  0 7px no-repeat;
	padding-left: 23px;
	font-size: 18pt;
	letter-spacing: 0.05em;
	}
	
#content p {
	padding: 0;
	margin: 15px 20px;
	}
	
#content p:first-letter {
	font:"Century Gothic": 14px;
}

#sidebar {
	float: right;
	width: 186px;
	}
#sidebar h2 {
	background: url('images/side_bg.gif') repeat-x;
	line-height: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #020202;
	border-width: 1px 0;
	font-size: 8pt;
	text-align: center;
	letter-spacing: -0.05em;
	}

.clear { clear: both; }

table.full {
	width: 100%;
	}
table {
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #000;
	}
table caption {
	height: 26px;
	line-height: 26px;
	background: url('images/table_bg.gif') 0 1px repeat-x;
	font-weight: bold;
	text-align: left;
	position: relative;
	}
table caption .icon {
	position: absolute;
	margin-top: -6px;
	margin-left: -26px;
	}
table caption a {
	color: #fff;
	text-decoration: none;
	padding: 0 6px;
	}
table thead th, table tfoot td {
	background: url('images/thead-bg.gif') repeat-x;
	height: 18px;
	padding: 0 5px;
	border: 1px solid #000;
	border-width: 1px 0;
	color: #fff;
	font-size: 8pt;
	text-align: left;
	}
table tfoot td {
	border-width: 1px 0;
	}
table thead th + th, table tfoot td + td {
	text-align: center;
	}
table thead th a, table tfoot td a {
	color: #fff;
	font-weight: bold;
	}
table tbody td {
	border: 1px solid #000;
	padding: 2px 5px;
	border-width: 0 1px;
	background: #1B1B1B;
	}
table tbody td a {
	color: #fff;
	text-decoration: none;
	}
table tbody .alt td {
	background: #141414;
	}
table tbody td + td {
	text-align: center;
	}

#recent {
	padding:0px;
	margin: 10px;
}

label {
	width: 125px;
	margin-left: 5px;
	display: block;
	float: left;
	clear: left;
	}
	
#sidebar .box {
	text-align: center;
	margin: 5px 0;
	}

#sidebar li a small strong {
	color: #FD5B18;
	}
li a small strong {
	color: #fff;
	}
#long {
	border: 1px solid #020202;
	border-width: 1px 0;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	padding: 0 5px;
	background: #000 url('images/nav-bg.gif') repeat-x;
	color: #fff;
	}
#long, #long * {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	}
#long strong {
	float: left;
	}
#long ul {
	margin: 0;
	padding: 0;
	}
#long ul ul {
	display: none;
	position: absolute;
	margin-top: 20px;
	margin-left: -1px;
	}
#long li:hover ul {
	display: block;
	}
#long li li a {
	float: none;
	height: 20px;
	line-height: 20px;
	}
#long li {
	display: inline;
	position: relative;
	}
#long li a {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	display: block;
	margin-right: 1px;
	float: right;
	padding: 0px 10px;
	}
#long li a:hover, #long li.active a {
	background: #FD5B18 url('images/bg-red.gif') repeat-x;
	}
.photo_left {margin:0px;
text-align:center;
}
.photo_left td {font-size:10pt;
color:#0000FF;
margin-bottom:5px;
width:180px;
}
.photo_left img {margin-top:15px;
}
