html, body{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
} 

p{
	font-size: 0.75em;
	color: #FFF;
	text-align: left;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}

a{
	color: #FFC;
	text-decoration: underline;
}

a:hover{
	color: #D7D700;
	text-decoration: underline;
}

ul{

}

li{

}

h1{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #FFFF99;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

h2{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

#cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
}

#cont2 {
	width: 100%;
	background-color: #000000;
	float: left;
	background-image: url(../images/contentbg01.jpg);
	background-repeat: repeat-x;
}

#leftContent {
	width: 650px;
	float:left;
	display: block;
	margin-top: 30px;
	margin-left: 40px;
	text-align: left;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-bottom: 30px;
}

#statPage {
	width: 930px;
	float:left;
	display: block;
	margin-top: 30px;
	margin-left: 40px;
	text-align: left;
	margin-bottom: 30px;
}

#rightContent {
	width: 220px;
	float:right;
	display: block;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 35px;
	margin-bottom: 30px;
}

#navpanel {
	float: left;
	display: block;
	width: 100%;
	background-image: url(../images/navbg01.gif);
	background-repeat: repeat-x;
	height: 32px;
	text-align: right;
}

#navpanel ul{
	margin-top: 6px;
	margin-right: 10px;
}

#navpanel ul li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1.5px;
	margin-top: 0px;
}

#navpanel ul li a {
	color: #FFFF99;
	text-decoration: none;
}

#navpanel ul li a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#footer {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	text-align: center;
	color: #6C6B4A;
	line-height: 1em;
}

#footer p a {
	color: #6C6B4A;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFFF00;
	background-color: #333333;
}

#ieIndicator{
	background-color: #000;
	width: 100%;
	float: left;
	display: block;
	border: 2px solid #F00;
	visibility: hidden;
	}
	
.ghost{
	font-size: 1px;
	color: #000000;
	margin: 0px;
	line-height: 0px;
	text-align: left;
	padding: 0px;
}

.small{
	font-size: 9px;
	color: #414141;
}

.small a {
	font-size: 9px;
	color: #414141;
	text-decoration: none;
}

.small a:hover {
	font-size: 9px;
	color: #414141;
	text-decoration: underline;
}

.statTable {
	background-color: #FFFFFF;
	text-align: center;

}

table.statTable tr {
	background-color: #333;

}

table.statTable tr td p {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.statTable th {
	text-align: center;
	background-image: url(../images/navbg01.gif);
	background-repeat: repeat-x;
}

table.statTable th p{
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6;
}

/* Hack for IE */
* html #container {
}
/* End IE Hack */ 

