@charset "utf-8";
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
    
body {
	background-image: url(../images/layout/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#contents {
    width: 950px;
	background-color: #99CC99;
	margin: auto;
	min-height: 100%;
	padding-bottom: 10px;
}
#banner {
    padding: 10px 10px 0px 10px;
}
#title {
	width: 930px;
	height: 26px;
	background-image: url(../images/layout/title.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
}
#title #left {
    float: left;
}
#title #left h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
}
#title #right {
    float: right;
	font-size: 10px;
	color: #FFFFFF;
	padding: 6px 10px 0px 0px;
	font-weight: bold;
}
#menu {
    margin-left: 10px;
	width: 200px;
	float: left;
}
#menu #top {
	background-image: url(../images/layout/menuitemtop.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 190px;
	color: #006300;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	margin-top: 5px;
}
#menu #bottom {
	background-image: url(../images/layout/menuitembottom.gif);
	background-repeat: no-repeat;
	width: 180px;
	background-color: #006300;
	background-position: center bottom;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
}
#menu #bottom a {
    color: #FFFFFF;
	text-decoration: none;
}
#menu #bottom a img {
    border: none;
}
#menu .countdown {
    text-align: center;
}
#sponsors {
    margin-right: 10px;
	width: 200px;
	float: right;
}
#sponsors #top {
	background-image: url(../images/layout/menuitemtop.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 190px;
	color: #006300;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	margin-top: 5px;
}
#sponsors #bottom {
	background-image: url(../images/layout/menuitembottom.gif);
	background-repeat: no-repeat;
	width: 180px;
	background-color: #006300;
	background-position: center bottom;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
}
#sponsors #bottom a {
    color: #FFFFFF;
	text-decoration: none;
}
#sponsors #bottom a img {
    border: none;
}
#main {
    background-color: #FFFFFF;
	margin: 5px 0px 0px 5px;
	float: left;
	width: 520px;
}
#main #top {
	background-image: url(../images/layout/maintop.gif);
	background-repeat: no-repeat;
	height: 7px;
}
#main #bottom {
	background-image: url(../images/layout/mainbottom.gif);
	background-repeat: no-repeat;    
	background-color: #99CC99;
	font-size: 10px;
	color: #006300;
	text-align: center;
	padding-top: 14px;
}
#main #body {
    padding: 15px;
}
#main #body h1 {
    font-size: 18px;
	font-weight: bold;
	color: #ED6E21;
	padding-top: 0px;
	margin-top: 0px;
}
#main #body #list {
    border-collapse: collapse;
	font-size: 12px;
	border: 1px solid #99CC99;
	width: 100%;
}
#main #body #list td {
	border: 1px solid #99CC99;
	padding: 3px;
}
#main #body #list th {
	background-color: #99CC99;
}
#main #body a {
    color: #006300;
}
#main #body ul li {
	list-style-image: url(../images/layout/bulletwhite.gif);    
}
#main #body hr {
	margin: 0px;
	padding: 0px;
	border: 0px solid #006633;
	height: 4px;
	color: #006633;
	background-color: #006633;
}
#registration {
    margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
#registration td {
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5EAD5;
}
#registration td.left {
    width: 40%;
}
#registration td.noborder {
    border-bottom: none;
}
