* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "files/design/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background-color: #92A577;
	margin:0;
	padding:0;
	background-image: url(files/design/images/header-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
a:link, a:active, a:visited 
{
	color: #2390A5;
	outline: none;
	text-decoration: underline;
}
a:hover
{
	color: #006600;
	text-decoration: underline;
}
#container {
	width: 930px;
	margin: 0 auto;
}
#header {
	width: 980px;
	margin: 0 auto;
	overflow:auto;
}
.redtitle {
	font-size: 16px;
	color: #993420;
}

#navhold {
	width: 817px;
	margin: 0 auto;
	height:30px;
}
ul#nav {
	display: inline;
	list-style: none;
}
ul#nav li {
	float: left;
}
ul#nav li a {
	text-decoration: none;
	padding:5px 8px 16px 9px;
	font-size:15px;
	font-family: Lucida Grande;
	text-align:center;
	font-weight: bold;
	display:block;
	color:#B9520F;
}

ul#nav li a:hover {
	font-size:15px;
	color:#DE6412;
}
#contentwrap {
	background-image: url(files/design/images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 847px;
	padding: 0 62px 0 71px;
	margin: 0 auto;
	overflow:auto;
}
* html #contentwrap {
	background-image: url(files/design/images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 847px;
	position:relative;
	top:-3px;
	padding: 0 62px 0 71px;
	margin: -3px auto 0px auto;
	overflow:auto;
}
*:first-child+html #contentwrap {
	background-image: url(files/design/images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 847px;
	position:relative;
	top:-3px;
	padding: 0 62px 0 71px;
	margin: -3px auto 0px auto;
	overflow:auto;
}
#content {
	/*overflow:auto;*/
	width: 570px;
	position:relative;
	z-index:2;
	padding: 0 25px 10px 25px;
	line-height:15px;
	background-image:url(files/design/images/subpage_bg.jpg);
	background-position: 60px top;
	background-repeat:no-repeat;
}
#contentindex {
	overflow: auto;
	width: 570px;
	position:relative;
	z-index:2;
	padding: 0 25px 10px 25px;	
	line-height:15px;
}

#footer {
	background-image: url(files/design/images/bg-footer.jpg);
	height: 79px;
	width: 980px;
	margin: 0 auto;
}
/** html #footer {
	background-image: url(files/design/images/bg-footer.jpg);
	height: 79px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	top:-3px;
}*/
*:first-child+html #footer {
	background-image: url(files/design/images/bg-footer.jpg);
	height: 79px;
	width: 980px;
	position:relative;
	top: -3px;
	margin: 0 auto;
}
#navholdf {
	width: 790px;
	margin: 0 auto;
	height:40px;
	text-align:center;
}
ul#navf {
	display: inline;
	list-style: none;
}
ul#navf li {
		float: left;
}
ul#navf li a {
	text-decoration: none;
	margin:10px 15px 13px 15px;
	text-align:center;
	display:block;
	color:#ababab;
}

ul#navf li a:hover {
	font-size:12px;
	color:#414141;
}
#footerFeedback
{
	clear: both;
	font-size: 11px;
	color:#C06F51;
	text-align:center;
	border-left: 1px Solid #C5B55E;
	border-right: 1px Solid #C5B55E;
	border-top: 1px Solid #C5B55E;
	padding-top: 2px;
	margin-left: 250px;
	margin-right: 250px;
	background: #EEEAD1;
}
#footerFeedback a, #footerFeedback a:visited, #footerFeedback a:active
{
	text-decoration: none;
	font-style: italic;
	color:#C06F51;
}
#footerFeedback a:hover
{
	text-decoration: none;
	font-style: italic;
	color:#C06F51;
}

#cherryonefooter {
	width: 840px;
	margin: 0 auto;
	text-align:center;
	padding: 0px 0px 25px 0px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #d9d9d9;
}
#cherryonefooter a:link {
     color: #d9d9d9;
     text-decoration:none;	
}
#cherryonefooter a:visited {
     color: #d9d9d9;
     text-decoration:none;	
}
#cherryonefooter a:hover {
     color: #d9d9d9;
     text-decoration:none;	
}
#cherryonefooter a:active {
     color: #d9d9d9;
     text-decoration:none;	
}
.BorderTable, .BorderTable td, .BorderTable th
{
	border-color: #666666; 
	border-style: solid;
}
.BorderTable
{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
	border-collapse: collapse;
}
.BorderTable th
{
	background-color: #EFC659;
	font-weight: bold;
}
.BorderTable td, .BorderTable th
{
	margin: 0;
    padding: 5px;
    border-width: 1px 1px 0 0;
}
.pagetitles 
{
	font-family: Pristina, Verdana, Arial, Helvetica, sans-serif;
	color: #5B6A41;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 10px 20px 0px;
}
.headingText 
{
	color:#000000;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}
.subHeadingText 
{
	color:#000000;
	font-size:13px;
	font-weight: bold;
}
.HighlightsSub
{
	position:absolute; 
	top:214px; 
	left:50%;
	margin-left:204px;
	z-index:2; 
	width:224px; 
	height:385px; 
	background: url(files/design/images/highlights-sub.jpg);
}
.HighlightsHome
{
	position:absolute; 
	top:560px; 
	left:50%; 
	margin-left:204px;
	z-index:2; 
	width:224px; 
	height:385px;	
	background: url(files/design/images/highlights.jpg);
}
ul.Highlights
{
	list-style: none;
	width: 200px;
	margin: 70px auto;
	padding-left: 10px;
}
ul.Highlights li 
{	
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 20px;
	font-family: times new roman;
}
ul.Highlights li a, ul.Highlights li a:visited, ul.Highlights li a:active
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
ul.Highlights li a:hover
{
	color: #EDCB45;
	text-decoration: underline;
}
#SubHighlights
{
	position:absolute; 
	top:514px; 
	left:50%;
	margin-left:215px;
	width: 190px;
	z-index:2; 
}
#Banner
{
	background: url(files/design/images/banner.jpg) left top repeat-y #FFFFFF;
	width: 100%;
	margin-top: 100px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
}
#Banner h3
{
	font-family: Pristina, Verdana, Arial, Helvetica, sans-serif;
	color: #FDD947;
	font-weight: bold;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}
#Banner a:link, #Banner a:active, #Banner a:visited
{
	color: #ffffff;
	font-size: 18px;
	font-family: times new roman;
	text-decoration: none;
}
#Banner a:hover
{
	color: #EDCB45;
	text-decoration: underline;
}
#graySection, .graySection
{
	background-color: #F7F7F7;
}
#graySection p
{
	padding-left: 10px;
}
#graySection ul
{
	margin: 0;
	padding: 10px 10px 10px 30px;
}
#graySection ul li
{
	line-height: 20px;
}
#sectionHeading
{
	background: url(files/design/images/green_header_bar.gif) left top no-repeat #DCDCDC;
	font-family: Pristina, Verdana, Arial, Helvetica, sans-serif;
	color: #C06F51; /*#5B6A41;*/
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 18px;
	vertical-align: middle;
}
#SponsorList
{
	margin: 10px 0 0 0;
}
#SponsorList ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#SponsorList ul li
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	border-left: 1px Solid #2390A5;
}
#SponsorList ul li:first-child 
{
	border-left: 0px;
	padding-left: 0px;
}
.imagepop
{
	position: relative;
	margin: 0;
	padding: 0;
}
.imagepop a:link span, .imagepop a:active span, .imagepop a:visited span 
{
	display: none;
}
.imagepop a:hover span 
{
    display: block;
    width: 1px;
	height: 1px;
    position: absolute;
    top: 20px;
    left: -330px;
    padding: 2px;
    font-weight: normal;
    color: #000000;
    z-index: 100;
}
.imagepop a:hover span img
{
	border: 1px Solid #000;
}
.OrangeHeading
{
	font-size: 15px;
	font-variant: upper;
	color: #FF6600;
}
#Feedback
{
	background: url(files/design/images/feedback_bg.jpg) left top no-repeat #FFFFFF;
	position: relative;
	width: 100%;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	color: #C06F51;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
#Feedback a:link, #Feedback a:active, #Feedback a:visited
{
	color: #C06F51;
	text-decoration: none;
	font-style: italic;
}
#Feedback a:hover
{
	color: #C06F51;
	text-decoration: none;
	font-style: italic;
}
.CountDown 
{
	background: url(../files/design/images/countdown_bg.jpg) left top no-repeat #FFFFFF;
	width: 500px;
	height: 50px;
	font-family: Pristina, Verdana, Arial, Helvetica, sans-serif;
	color: #FCD645;
	font-size: 30px;
	margin: 5px 0 10px 40px;
	padding-top: 12px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 5px;
}
.CountDown label
{
	font-size: 35px;
}