body
{
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma;
	font-size: 100%;
}

div.clear
{
	clear: both;
	font-size:0;
	margin: 0;
	line-height: 0;
}
p
{
	text-align: justify;
	text-indent: 20px;
}
a
{
	color: #f10000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h1
{
	color: #74705e;
	font-family: Tahoma;
	font-size: 170%;
	font-weight: bolder;
}
h2
{
	color: #74705e;
	font-family: Tahoma;
	font-size: 150%;
	font-weight: bolder;
	margin: 0 0 10px 0;;
}
span.small_text
{
	font-size: 65%;
}
input.text, select
{
	width: 300px;
	border: 2px solid #707070;
}
textarea
{
	width: 600px;
	height: 100px;
	border: 2px solid #707070;
}

#header_row
{
	width:680px;
	text-align: left;
}
#header_row div.logo
{
	float: left;
}
#header_row div.slogan
{
	float: right;
	padding-top: 20px;
	text-align: center;
}
#main_row
{
	width:680px;
	text-align: left;
	font-size: 80%;
	padding:0 0 20px 0;
}

#footer_row
{
	width:100%;
	background-color: #cfcfcf;
	border-top: 3px solid #FFFFFF;
	text-align: center;
	padding: 2px 0 5px 0;
}
#footer_row a
{
	color: #3e3c23;
	text-decoration: none;
	font-size: 70%;
	font-weight: bolder;
	margin: 0 10px 0 10px;
}
#footer_row div
{
	display: inline;
}
#copy_row
{
	width:100%;
	text-align: center;
	padding:5px;
	font-size: 80%;
	color: #3e3c23;
}

#login_form
{
	width:250px;
	font-size: 90%;
	color:#3e3c23;
}
#login_form div.t_l
{
	width:20px;
	height:15px;
	float:left;
	background: url(/img/top_left.gif) top left no-repeat;
}
#login_form div.t_c
{
	width:210px;
	height:15px;
	float:left;
	background-color: #bebdb8;
}
#login_form div.t_r
{
	width:20px;
	height:15px;
	float:left;
	background: url(/img/top_right.gif) top right no-repeat;
}
#login_form div.b_l
{
	width:20px;
	height:15px;
	float:left;
	background: url(/img/bottom_left.gif) bottom left no-repeat;
}
#login_form div.b_c
{
	width:210px;
	height:15px;
	float:left;
	background-color: #bebdb8;
}
#login_form div.b_r
{
	width:20px;
	height:15px;
	float:left;
	background: url(/img/bottom_right.gif) bottom right no-repeat;
}
#login_form form
{
	margin:0;
}
#login_form form input.text
{
	width: 150px;
	border: 2px solid #707070;
}
#login_form p
{
	margin:0;
	padding:0;
	text-align:center;
	font-size: 100%;
	font-weight: bolder;
}
#login_form a
{
	color:#FFFFFF;
}

ol.search
{
	font-size:100%;
}
ol.search li
{
	padding: 10px 0 0 0;
}
ol.search span
{
	font-size: 85%;
	color: #6C6C6C;
	font-style:italic;
}

div.rules_box
{
	border: 1px solid #6C6C6C;
	padding: 5px;
	height: 300px;
	overflow: auto;
}

div.counter
{
	padding: 15px 0 0 0;
	text-align: center;
	font-weight: bolder;
	font-size: 100%;
}