* {
	font-family: arial, bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif
}
BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background: url(../images/background.jpg) repeat-y;
	behavior: url(../css/csshover.htc);
}
a:link	{
	color: #ad5c5c;
	text-decoration: none;
	
}

a:visited	{
	color: #726461;
	text-decoration: none;
}

a:hover	{
	color: #841212;
	background-color: #ffffff;
}

a:active	{
	color: #ff0000;
}
a img {
	border: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
form fieldset {
	border: 0px;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}
form label {
	float: left;
	width: 390px;
	margin: 0px;
	padding: 0px;
}
form input, form select, form textarea {
	background: #ECECEC;
	border: 1px solid #800000;
}
form .fldText, form .fldSelect {
	width: 200px;
	font-size: 10px;
}
form .fldTextOver, form .fldSelectOver {
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	font-size: 10px;
}
form .fldCost {
	width: 20px;
	text-align: center;
}
form .fldNote {
	width: 200px;
	height: 100px;
}
form .fldNoteOver {
	width: 200px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #FF0000;
}
form .delimiter {
	height: 10px;
}
form #buttons, form #wait {
	margin-top: 10px;
	text-align: right;
}

#messages UL {
	list-style-type: none;
}
#messages .confirm {
	color: #68090D;
}
#messages .error {
	color: #EE0000;
}

#main {
	width: 100%;
	height: 136px;
	background-image: url(../images/semicircle.gif);
	background-position: 0px 64px;
	background-repeat : no-repeat;
}
#header {
	width: 100%;
	height: 64px;
	background: url(../images/lines.gif) repeat-x;
}
#header .logo {
	width: 774px;
	height: 64px;
	background: url(../images/logo.gif) repeat-x;
}

#position {
	top: 64px;
	left: 150px;
	position: absolute;
	text-align: center;
}
#position .text {
	width: 600px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #800000;
}
#position .text .header {
	clear: both;
	width: 100%;
	height: 25px;
	margin: 20px 0px 10px 0px;
	border-bottom: 2px solid #800000;
}
#position .text .header .title {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
#position .text .header .navigation {
	float: right;
	height: 20px;
}
#position .text HR {
	height: 1px;
	color: #800000;
}
#position .text H1 {
	color: #484848;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
#position .text H2 {
	color: #484848;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

#footer {
	width: 600px;
	height: 64px;
	display: block;
	vertical-align: bottom;
}

#footer .content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	border: 1px;
}
#footer .content UL {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}
#footer .content LI {
	float: left;
	margin-right: 10px;
}
#footer .content LI last {
	margin-right: 0px;
}

#sponsors {
	top: 95px;
	left: 780px;
	z-index: 1;
	width: 150px;
	font-size: 11px;
	text-align: right;
	position: absolute;
}
#sponsors .content {
	width: 100%;
	padding: 5px;
	font-size: 11px;
	margin-right: 10px;
/*	border-top: 1px solid #000000;*/
/*	border-bottom: 1px solid #000000;*/
}
#sponsors .content TD {
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sponsors .content .title {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thumbnail {
	float: left;
	margin-right: 30px;
}
