@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}

body
{
	background: #334644 url(../_img/bg.gif) repeat-x top;	
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	font-size: 75%;
}

a, a:visited {
	color: #030;
}

hr {
	margin: 10px 0;
}

#header
{
	width:950px;
	height:238px;
	margin:0 auto;
	background-color:#fdf7e7;
}

#header img
{
	float:left;
	margin-top:7px;
	margin-left:20px;	
}

#header h2 {
	text-align: right;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #334644;
	padding: 5px 10px;
}

#header h2 a {
	color: #334644;
}

#navcont
{
	width:950px;
	height:47px;
	margin-top:10px;	
	background: url(../_img/navBg.gif) repeat-x top center;
}

#nav {
	font-family:"Arial", Helvetica, sans-serif
	position: relative;
	width: 950px;
	height: 47px;
	font-size:20px;
	line-height: 25px;
	font-weight:bold;
	color:#999;
	float:left;
}

#nav ul {
list-style-type: none;
}

#nav ul li {

float:left;
position: relative;
}

#nav ul li a {
	
font-family:"Arial", Helvetica, sans-serif;
text-align: center;
padding:7px;
height:24px;
width:125px;
display:block;
text-decoration:none;
color:#334644;
}

#nav ul li a:hover {
text-align: center;
display:block;
background-color:#334644;
text-decoration:none;
color:#cbdbb2;
}

#leaderboard 
{
	background-image:url(../_img/leaderimg.jpg);
	width:989px;
	height:221px;
	margin:0 auto;
	
}

#leadertriangle
{
	background:url(../_img/leadertraingle.jpg) no-repeat center;
	width:988px;
	height:16px;
	margin:0 auto;

}

#maincontainer
{
	width:950px;
	margin:0 auto;
	background-color:#fdf7e7;
	padding-bottom: 20px;
}

#leftcol
{
	width:300px;
	margin-left: 10px !important;
	margin-left: 5px;
	float:left;
}

#leftcol .content {
	background: url(../_img/leftBg.gif) repeat-y center;
	width: 280px;
	padding-left: 20px;
}


#leftcol .top {
	width: 300px;
	height: 11px;
	background: url(../_img/lefttop.gif) no-repeat top center;
}

#leftcol .bottom {
	background: url(../_img/leftbot.gif) no-repeat bottom center;
	width: 300px;
	height: 16px;
}

#leftcol h1
{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:26px;
	color:#334644;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#leftcol h3 {
	font-size: 16px;
	color: #060;
	margin: 5px 0 0 0;
}

#leftcol p
{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:1em;
	padding-bottom: 10px;
	line-height: 1.4;
}

#rightcol 
{
	width:621px;
	float:left;
	margin-left: 10px !important;
	margin-left: 8px;
	background: url(../_img/rightBg.gif) repeat-y center;
}

#rightcol .content {
	background: url(../_img/rightBg.gif) repeat-y center;
	width: 590px;
	padding-left: 17px;
	padding-right: 14px;
}


#rightcol .top{
	background: url(../_img/righttop.gif) no-repeat center top;
	width: 621px; 
	height: 11px;
}

#rightcol .bottom {
	background: url(../_img/rightbot.gif) no-repeat bottom center;
	height: 26px;
}
#rightcol h1
{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:26px;
	color:#334644;
}

#rightcol h3 {
	font-size: 20px;
	color: #334644;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
}

#rightcol p
{	
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 15px;
	line-height: 1.3;
}

#rightcol img {
	padding: 3px;
}

#footer
{
	width:950px;
	background-color:#fdf7e7;
	margin:auto;
	border-top: 3px solid #1a2322;
	padding: 15px 0;
}


#footer p
{
	color:#334644;	
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	
}

#footer ul
{
	text-align:center;
	padding-left:10px;
	padding-bottom:5px;
}

#footer ul li
{
	text-align:center;
	
	font-size:14px;
	margin-top:10px;
	display:inline;
	
	
}

#footer ul li a
{
	color:#334644;	
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

#footer ul li a:hover
{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#267f00;	
}


/* self clearing rules */
.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.selfclear {
    display: inline-block;
    _height: 1%;
}
/* Hides from IE-mac \*/
.selfclear {
    display: block;
    }
/* End hide from IE-mac */


