﻿/* General Styling Rules */
body
{
	font-family: Verdana,Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #C8BF99; /*#ACACAC;*/
}

ul
{
	list-style-type:square;
}

.err
{
	color:Red;
	font-weight:bold;
}

.smalltext
{
	font-size: 11px;
	color: #330066;
	font-style: italic;
}

.ast
{
	color: Blue;
}

h3.title
{
    color: Maroon;
    font-size: 13pt;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: left;
    padding: 0;
    margin: 0;
}

/* End General Styling Rules */

#header,#content, #footer
{
	width: 770px;
	margin: 0 auto;
	background-color: White;
	overflow: auto;
	
}

#header
{
    margin: 0 auto;
	text-align: center;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	overflow: hidden;
}

#header > img
{
    margin: 0;
    padding: 0;
}

#nav
{
	margin: 0;
	padding: 0;
	background-color: #787878; /*#6f6146;*/
	list-style-type: none;
	width: 770px;
	float: left;
	overflow: hidden;
}

#nav li
{
	margin: 0;
	padding: 0;
	float: left;
}

#nav a, #nav a:active
{
	float: left;
	width: 192px;
	color: #FFF;
	text-decoration: none;
	line-height: 2;
	text-align: center;
	border-right: solid 1px #FFF;
}

#nav a.lastone
{
	border: none;
	width:191px;
}
#nav a:hover
{
	background-color: #454545; /*#4f4532;*/
}
#content
{
	width: 740px;
	padding: 15px 15px 15px 15px;	
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	min-height: 350px;
}

#footer
{
	height: 20px;
	font-size: 8pt;
	text-align: center;
	border-bottom: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	background-color: #787878; /*#6f6146;*/
	color: White;
}

#footer A
{
	color: White;
	text-decoration: none;
}

.title
{
	text-align:left;
	display: block;
	font-size: 15pt;
	color: #6F6146;
	
}

.CompetitionsHdr
{
	text-align:left;
	display: block;
	font-size: 14pt;
	color: #6F6146;
}

/* registration pages */
fieldset.register
{
    padding: 5px;
}
fieldset.register ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset.register legend
{
    font-weight: bold;
    color: Blue;
}
fieldset.register li
{
	padding-top: 5px;
}

fieldset.register label
{
	width: 189px;
	float: left;
}

fieldset.register .chk label
{
	float: none;
	width: auto;
}
/* end registration pages */
