/* CSS Document */

body {
	background-image: url(images/bg2.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body#home a#homenav,
body#details a#detailsnav,
body#competition a#competitionnav,
body#register a#registernav {
	color: #fff;
	/*background-image: url(images/hover-bg.gif);*/
	background-image: url(images/hover-bg2.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}

h1 {
	font-weight: bold;
	font-size: 32px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

.radio{padding-right:50px;}

p.fg {
	font-size: 18px;
	text-align: center;
	line-height:24px;
	margin-top:20px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #003468;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin: 0px 0px 15px 0px;
	display: block;
	padding: 2px 0px 2px 5px;
	background-color: #CCCCCC;
}

#check ul {
	list-style-image: url(images/check.gif);
}

img{
	display:block;}

li {
	margin-bottom: 5px;
}

a {
	color: #003468;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

#main {
	width: 912px;
	margin: 0px auto 0px auto;
}

#header {

}

#mainnav {
	height: 27px;
	background-image: url(images/mainnav-bg2.gif);
	font-size: 14px;
	font-weight:bold;
	padding-left:200px;
}

#mainnav a {
	color: #fff;
	background-image: url(images/hover-bg2.gif);
	text-decoration: none;
	display: block;
	padding: 0px 35px 0px 35px;
	height: 27px;
	line-height: 27px;
}

#mainnav a:hover {
	background-image: url(images/hover-bg2.gif);
	background-repeat: repeat-x;
	color:#b3d66e;
}

#contentarea {
	/*background-image: url(images/content-bg1_2.gif);*/
	margin: 0px 10px 0px 10px;
	background-color:#FFF;
}

#contentarea2 {
	/*background-image: url(images/content-bg2.gif);*/
	margin: 0px 6px 0px 6px;
	background-repeat: repeat-x;
	line-height: 18px;
	color: #333333;
}

#footer {
	height: 40px;
	background-image: url(images/footer-bg2.gif);
	margin: 0px 10px 0px 10px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 10px;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
}
