html{
	height: 100%;
}
body{
	background: url(images/background.png) repeat-x;
	font-family: Verdana;
	font-size: 10px;
	height: 100%;
	margin: 0;
	text-align: center;
}
a:link, a:visited{
  color: #336699;
}
a:hover{
  
}
img{
	border: 0;
}
h1{
	background: url(images/green_arrow_big.png) 0 1px no-repeat;
	border-bottom: 1px solid #CCCCCC;
	color: #36689B;
	font-size: 14px;
	height: 25px;
	padding: 0 0 0 25px;
	margin: 0;
}
h2{
	background: url(images/green_arrow_small.png) 0 2px no-repeat;
	border-bottom: 1px solid #CCCCCC;
	color: #36689B;
	font-size: 11px;
	height: 20px;
	padding: 0 0 0 15px;
	margin: 0;
}
h2.no_line{
	border: 0;
}
input{
	margin: 2px 0 2px 0;
}
input[type="text"], input[type="password"]{
	border: 1px solid #D1D1D1;
	font-size: 12px;
	padding: 2px;
	width: 134px;
}
input[type="submit"], input[type="button"]{
	border: 0;
	background: #336699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	min-width: 140px;
	padding-bottom: 3px;
}
div#site{
	background: url(images/cont_background.png);
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 815px;
}
div#header{
	background: url(images/header.png);
	height: 300px;
	width: 815px;
}
div#header div#login{
	float: left;
	height: 70px;
	margin-left: 40px;
	padding-top: 10px;
	width: 190px;
}
div#header div#sponsor_login{
	float: right;
	height: 110px;
	margin-right: 25px;
	padding-top: 10px;
	width: 150px;
}
div#header div#header_menu{
	float: left;
	margin: 20px 0 0 25px;
	width: 160px;
}
div#header div#header_menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#header div#header_menu ul li{
	margin-top: 0px;
	text-align: right;
}
div#header div#header_menu a:link, div#header div#header_menu a:visited{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
div#header div#header_menu a:hover{
	text-decoration: underline;
}
div#header div#header_info{
	float: right;
	height: 150px;
	margin-right: 17px;
	padding-top: 18px;
	width: 180px;
}
div#cont{
	background: url(images/cont_top.png) no-repeat;
	min-height: 350px;
	padding: 10px 25px 0 20px;
	width: 785px;
}
div#left{
	float: left;
	width: 170px;
}
div#menu{
	margin-bottom: 10px;
}
div#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu ul li{
	border-bottom: 1px dotted #336699;
}
div#menu a:link, div#menu a:visited{
	background: url(images/green_arrow_small.png) 0 2px no-repeat;
	display: block;
	font-size: 12px;
	height: 15px;
	padding-left: 15px;
	text-decoration: none;
	width: 170px;
}
div#menu a:hover{
	text-decoration: underline;
}
div#content{
	float: left;
	margin-left: 40px;
	width: 550px;
}
div#nojs{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #FF2A2A;
	font-weight: bold;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	margin: 10px 0;
}


/*

table.standard		{ background: #000000;}

th.designbodyhead,
td.designbodyhead	{ background: #336699;}
td.design,
th.design			{ background: #0033CC;} 

th.designbodycenter,
td.designbodycenter	{ background: ;}

.heads			{ color: #FFFFFF; font-weight: bold; font-family: Tahoma, Verdana, Arial;}
.headssmall		{ color: #FFFFFF; font-weight: bold; font-size: 11px;}
th.heads, td.heads	{ background: #336699;}
.heads 			{ font-family: tahoma, arial;}
th.standard,
td.standard 		{ background: #DDEEFF;}
th.highlight,
td.highlight		{ background: #CCDDFF;}

th.nav,
td.nav 		{ background: #F5F5F5;}
.nav {font-family: arial; color: #000000;}

th.left,
td.left 			{ background: #FFFFFF;}
th.right,
td.right	  		{ background: #EEEEEE;}

th.odd,
td.odd   			{ background: #FFFFFF;}
th.even,
td.even 			{ background: #EEEEEE;}
th.odd2,
td.odd2   		{ background: #FFFFFF;}
th.even2,
td.even2 			{ background: #EEEEEE;}


table.event		{ background: #000000;}
th.event,
td.event			{ background: #EDEDED;}

.big				{ font-size: 14px; font-weight: bold;}
.small			{ font-size: 11px;}

table.quote		{ background: #000000;}
th.quote,	
td.quote			{ background: #D5D5D5;}

th.designbodyfoot,
td.designbodyfoot	{ background: #336699;}

th.designfoot,
td.designfoot		{ background: #BDBDBD;}
 
*/

table{
	border-collapse: collapse;
}
tr.tdcolor td{
 	background-color: #FFFFFF;
 	border: 1px solid #000000;
}
.tdcolor2 td{
	background-color:#336699;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.tdcolor3{
	color:#000000;
}