@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	border:0px;
	background-color: #fafafa;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #000f9e;
}

h1 {
	color: #000f9e;
	font-size: 22px;
}

h2 {
	color: #000f9e;
	font-size: 18px;
}

h3 {
	color: #333333;
	font-size: 16px;
}

a:visited{	
	color: #000f9e;
}

.outercontainer{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.leftshadow{
	float: left;
	width: 40px;	
	height: 750px;
	background-image:url(images/leftshadow.gif);	
	background-position: top;
	background-repeat: none;
}

.rightshadow{
	float: left;	
	width: 40px;
	height: 750px;
	background-image:url(images/rightshadow.gif);
	background-position: top;
	background-repeat: none;
}

.maincontainer{
	float: left;
	width: 980px;
	min-height: 750px;
	padding: 10px;
	background-color:#fff;
}

.logobar{	
	width: 980px;
	height: 150px;
	background-image:url(images/logobar.gif);
	text-align:left;
}

.adbar{
	width: 980px;
	height: 90px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallsquare{
	width: 200px;
	height: 200px;
	margin-top: 10px;	
}

.loginbox {
	width: 222px;
	height: 70px;
	background: url(images/logbg.gif);
	float: left;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
}

.loginbox a,.loginbox a:visited,.loginbox a:active{
	color: #fff;
}

.loginput {
	width: 150px;
	height: 20px;
	background-color: #dbe4ff;
	border: 0px;
	margin-top: 3px;
}	
	
.leaderboard{
	width: 728px;
	height: 90px;
	margin-left: 10px;
	float: left;	
}

.sidemenubar{
	width: 200px;
	text-align: left;
	float: left;
}

.maincontent{
	width: 770px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.menuverttop{
	width: 180px;
	padding: 10px;
	background: transparent url(images/sidebar_top_p.gif) top no-repeat;
}

.menuverttop h2{
	font-size:16px;
	color: #000f9e;
}

.menuvertbase{
	width: 200px;
	height: 5px;
	line-height: 5px;
	background: transparent url(images/sidebar_base_p.gif) top no-repeat;
}


.box770blue{
	background: transparent url(images/770blue.gif) top no-repeat;
	width: 750px;
	padding: 10px;
}
.box770lightblue{
	background: transparent url(images/770lightblue.gif) top no-repeat;
	width: 750px;
	padding: 10px;
}
.box770yellow{
	background: transparent url(images/770yellow.gif) top no-repeat;
	width: 750px;
	padding: 10px;
}

.base770blue{
	background: transparent url(images/770bluebase.gif) top no-repeat;
	width: 770px;
	height: 5px;
	line-height: 5px;
}
.base770lightblue{
	background: transparent url(images/770lightbluebase.gif) top no-repeat;
	width: 770px;
	height: 5px;
	line-height: 5px;
}
.base770yellow{
	background: transparent url(images/770yellowbase.gif) top no-repeat;
	width: 770px;
	height: 5px;
	line-height: 5px;
}


