/* CSS Document */

body {
	background-image: url(images/bg.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: #363636;
	background-image: url(images/hover-bg.gif);
	background-repeat: repeat-x;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-weight: bold;
	font-size: 21px;
	color: #003468;
	margin: 0px 0px 15px 0px;
	padding-left: 15px;
	line-height: 24px;
}

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);
}

li {
	margin-bottom: 5px;
}

a {
	color: #003468;
	text-decoration: underline;
}


/* ----------------------------------------- */
/* 8/16/2011 - Added by Damon Pettitt to do something different with <img> tags with links */
div.img
   {
   margin:2px;
   /*border:1px solid #0000ff;*/  /* this adds a nasty blue border around <img> tags, blech! */
   height:auto;
   width:auto;
   float:left;
   text-align:center;
   }
 div.img img
   {
   display:inline;
   margin:3px;
   border:1px solid #ffffff;
   }
 div.img a:hover img
   {
   border:1px solid #0000ff;
   }
 div.desc
   {
   text-align:center;
   font-weight:normal;
   width:120px;
   margin:2px;
   }
 /* ----------------------------------------- */






a:hover {
	color: #000000;
}

#main {
	width: 912px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(images/header.jpg);
	height: 91px;
	padding: 10px 25px 10px 15px;
	text-align: right;
	font-size: 11px;
}

#mainnav {
	height: 27px;
	background-image: url(images/mainnav-bg.gif);
	font-size: 14px;
}

#mainnav a {
	color: #FFFFFF;
	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;
}

#contentarea {
	background-image: url(images/content-bg1.gif);
	margin: 0px 10px 0px 10px;
}

#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-bg.gif);
	margin: 0px 10px 0px 10px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
}

