a {
	color: #000;
	text-decoration: none;
	font-size:14px;
	margin-bottom:10px;

}

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

a:hover {
	color:#F78571;
	text-decoration: underline;
}


body{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#cccccc 100%); /* W3C */

margin:0 auto;
 padding:0; 

 text-align:center; 
 font-family:Arial, Helvetica, sans-serif;
 font-size: 14px;

}

 #button1 {
 	padding: 10px;
	background-color: #cc0000;
	width: 150px;
	color: #fffff0;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
	
 }
 #button2 {
 	padding: 10px;
	background-color: #cc0000;
	width: 150px;
	color: #fffff0;
	font-size:20px;
	font-weight: bold;
	text-align:center;
		display: block;
    margin-left: auto;
    margin-right: auto;
	
 }
  #button1 a {
 	color:#fff;
	text-decoration: none;
 }
 #button2 a {
 	color:#fff;
	text-decoration: none;
 }
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 padding-top: 15px;

} 
 .buttona{

background-color:#fff;
color:#cc0000;
font-size: 15px;
padding:3px;
text-align:center;
margin-top:5px;

 }
 .buttona a{
 	color: #cc0000 !important;
 }
#header{
 position:relative; 
 float:left;
 
 width:765px;
 margin-bottom: 5px;

} 
#header2{
 position:relative; 
 float:left;
  background-color:#FFFFFF; 
 width:723px;
 margin:15px 0;
 border:1px red solid;
 padding:20px;

} 
#leftcol{
 width:475px;
  float:left;
 position:relative; 
margin: 0 20px 0 20px;
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:190px; 
margin: 0 15px 0 15px;
background-color: #EF7261;
color: white;
padding: 5px 15px 15px 15px;
 }
 
#footer{
margin-top: 20px;
font-size:11px;
text-align:center;
 } 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}


#navcontainer ul{
	padding: 0;
	margin: 10px 0 0 0;
	text-align:center;
	border-top:2px eee solid;
	border-bottom:2px eee solid;
	
}

#navcontainer ul li {
	list-style:none;
	float:left;
	height:35px;
	border-right:#f78571 solid 1px;
	margin:0;
	padding:0 13px;
	background: #f78571; /* Old browsers */
	background: -moz-linear-gradient(top, #f78571 0%, #fe6d4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78571), color-stop(100%,#fe6d4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f78571 0%,#fe6d4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f78571 0%,#fe6d4c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f78571 0%,#fe6d4c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78571', endColorstr='#fe6d4c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f78571 0%,#fe6d4c 100%); /* W3C */
	border-bottom:#f78571 2px solid;
}

#navcontainer ul li a{
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-decoration: none;
	line-height:35px;
}


#navcontainer ul li.green{
	border-radius:3px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	background: #006600; /* Old browsers */
	background: -moz-linear-gradient(top, #006600 1%, #00cc00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#006600), color-stop(100%,#00cc00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006600 1%,#00cc00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006600 1%,#00cc00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #006600 1%,#00cc00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006600', endColorstr='#00cc00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #006600 1%,#00cc00 100%); /* W3C */
	border-bottom:#00cc00 2px solid;
	
}

#navcontainer ul li:hover{
	border-bottom:#ccc 2px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
	
}

#navcontainer ul li:hover a{color: #000;}

#contest1 {
background-color:#0200BF;

}
#contest2 {
background-color:#000;
}
#contest3 {
background-color:#000098;
}
#contest4 {
background-color:#cc0000;
}
#contest5 {
background-color:#cc0000;
}
#contest6 {
background-color:#666633;
}
#contest7 {
background-color:#336666;
}
#contest8 {
background-color:#993366;
}
#contest9 {
background-color:#6666cc;
}
#contest10 {
background-color:#000063;
}
#contest12 {
background-color:#000063;
}
#contest13 {
background-color:#6666cc;
}
.contest img {
border:0;
display:block;
margin: 0 auto 5px auto;
}
.contest a {
	display: block;
	height: 100%;
	width: 100%;
	color:white;
text-decoration:none;
}

.contest a:hover {
color:white;
text-decoration:none;
display: block;
	height: 100%;
	width: 100%;
	}

.contest h2{
font-size:22px;
text-align:center;
font-weight:bold;
padding:0;
margin:0;
font-variant:small-caps;
}
.contest h3{
font-size:16px;
font-weight:bold;
text-align:center;
}
.contest {
width:330px;
border: solid #000 3px;
padding:15px;
color:white;
margin: 25px 0 0 0;
font-face:verdana,arial,helvetica;
font-size:15px;

}

.ContestTable {
width:600px;
display:block;
margin:0 auto 0 auto;
clear:left;
font-size:16px;
}

.ContestTable input {
padding:5px;
color:#fff;
margin-left:20px;
background-color: #cc0000;
border:solid #cc6633 0px;
font-size:16px;
}
.ContestTable select {
padding:5px;
color:#fff;
margin-left:20px;
background-color: #cc0000;
border:solid #cc6633 0px;
font-size:16px;
}
#ContestTop img{
display:block;
margin: 0 auto 0 auto;
}

#ContestTop {
margin:0;
}
#ContestTop h2 {
text-align:center;
font-size:23px;
color:#cc0000;
}
#ContestTop h3 {
text-align:center;
font-size:18px;
}
#ContestTop h4 {
text-align:center;
font-size:16px;
}

.EnterButton {
background-color:#cc0000;
font-size:18px;
color:white;
padding:10px;
border:solid 2px black;
display:block;
margin:0 auto 0 auto;
font-weight:bold;
}
.normalfld{
background-color:#cc0000;
}
.focusfld{
background-color:#0000cc;
}
.ContestRules li{
margin-bottom:5px;
font-size:12px;
}
.ContestRules ul{
margin:0;
}

.clear{
	clear:both;
}

.add-this{
	width:300px;
	height:50px;
	float:right;
	height:auto;
	margin-top:75px;
}

.header-logo{
	width:492px;
	height:105px;
	float:left;
}

.category-letter{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}


