@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtr   a:link  {
	color: #99C000;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr    a:visited  {
	color: #002F74;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr   a:active  {
	color: #99C000;
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtr   a:hover  {
	color: #99C000;
	text-decoration: underline;
	font-weight: normal;
}

.oneColFixCtr #container {
	width: 1027px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr  #topBar  {
	background-image: url(images/top_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 39px;
}
.oneColFixCtr #headerBar {
	height: 204px;
	padding-right: 24px;
	padding-left: 24px;
}
.oneColFixCtr  #navigationBar {
	background-color: #919190;
	height: 22px;
	padding-right: 18px;
	padding-left: 18px;
	margin-right: 24px;
	margin-left: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
.oneColFixCtr #navigationBar  .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 99%;
}
.oneColFixCtr   #navigationBar   .navlist   li {
	float: left;
	padding-right: 16px;
	line-height: 22px;
	padding-left: 24px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr   #navigationBar   .navlist  li.first
{
	float: left;
	padding-right: 16px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 22px;
	padding-left: 0px;
	background-image: none;
}
.oneColFixCtr  #navigationBar  .navlist  li a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.oneColFixCtr  #navigationBar  .navlist a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}



.oneColFixCtr #mainContent {
	margin-top: 15px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE0DD;
	margin-right: 24px;
	margin-left: 24px;
	padding: 0;
}
.oneColFixCtr #mainContent h1 {
	font-size: 28px;
	color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #99C000;
	padding-bottom: 22px;
	font-weight: normal;
	margin-bottom: 22px;
	line-height: 28px;
}
.oneColFixCtr #mainContent h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #99C000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #mainContent  img {
	border: 4px solid #919190;
}
.oneColFixCtr #mainContent img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr     #mainContent   .navlist
{
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 0px;
	
}
.oneColFixCtr      #mainContent       .navlist     li
{
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 40px;
}


.oneColFixCtr    #mainContent    .navlist    li   a 
{
	text-decoration: none;
	color: #99C000;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
}
.oneColFixCtr    #mainContent   .navlist   a:hover
{
	text-decoration: underline;
	color: #99C000;
	font-size: 13px;
	text-transform: none;
}
.oneColFixCtr #mainContent .navlist ul {
	list-style-type: disc;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
}


.oneColFixCtr #mainContent #leftContent {
	background-color: #F2F2F2;
	float: left;
	width: 187px;
	padding: 18px;
}
.oneColFixCtr     #mainContent     #leftContent    .navlist
{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	
}
.oneColFixCtr      #mainContent      #leftContent      .navlist     li
{
	padding-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtr  #mainContent  #leftContent  .navlist  li a.selected {
	padding-bottom: 10px;
	color: #99C000;
}

.oneColFixCtr    #mainContent    #leftContent    .navlist    li   a 
{
	text-decoration: none;
	color: #535353;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.oneColFixCtr    #mainContent    #leftContent    .navlist   a:hover
{
	text-decoration: underline;
	color: #535353;
	font-size: 13px;
	text-transform: uppercase;
}
.oneColFixCtr #mainContent #leftContent #sponsors h1 {
	font-size: 14px;
	font-weight: bold;
	color: #002F74;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 18px;
	margin: 0px;
}
.oneColFixCtr #mainContent #leftContent #sponsors img {
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtr  #mainContent  #middleContent2of2 {
	float: left;
	width: 738px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.oneColFixCtr   #mainContent   #middleContent2of3 {
	float: left;
	width: 436px;
	padding: 18px;
}

.oneColFixCtr  #mainContent  #rightContent3of3 {
	background-color: #F2F2F2;
	float: left;
	width: 248px;
	padding: 18px;
}
.oneColFixCtr #mainContent #rightContent3of3 img {
	border: 4px solid #FFFFFF;
}

.oneColFixCtr #mainContent #contactForm {
	padding-top: 0px;
	padding-left: 0px;
	display: inline-block;
}
.oneColFixCtr      #mainContent      #contactForm      input.contact    {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
}

.oneColFixCtr     #mainContent     #contactForm     label.contact     {
	text-align: left;
	width: 60px;
	padding-right: 20px;
	display: block;
	float: left;
}


.oneColFixCtr #footerBar {
	font-size: 10px;
	color: #565656;
	padding-right: 24px;
	padding-left: 24px;
	height: 40px;
	line-height: 40px;
}
.oneColFixCtr #footerBar a {
	text-transform: uppercase;
	color: #565656;
	font-weight: normal;
}

.oneColFixCtr #footerBar .copyright {
	float: left;
}

.oneColFixCtr #footerBar .navlist
{
	list-style-type: none;
	float: left;
	width: 454px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
.oneColFixCtr #footerBar  .navlist   li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.oneColFixCtr #footerBar .navlist  li.first
{
	float: left;
	padding-right: 10px;
	padding-left: 0px;
}
.oneColFixCtr #footerBar  .navlist  li a 
{
	text-decoration: none;
	color: #565656;
	text-transform: uppercase;
	font-weight: normal;
}
.oneColFixCtr #footerBar .navlist a:hover
{
	text-decoration: underline;
	color: #565656;
	text-transform: uppercase;
}


.oneColFixCtr #bottomBar {
	background-image: url(images/top_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 39px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 26px;
	padding-right: 24px;
	padding-left: 24px;
}
.oneColFixCtr  #bottomBar  .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.oneColFixCtr  #bottomBar   .navlist    li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtr  #bottomBar  .navlist   li.first
{
	float: left;
	padding-right: 10px;
	padding-left: 0px;
}
.oneColFixCtr  #bottomBar   .navlist   li  a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr  #bottomBar  .navlist  a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColFixCtr  #mainContent  #leftContent  .navlist  li  ul  li  {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.oneColFixCtr  #mainContent  #leftContent  .navlist  li  ul  {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.oneColFixCtr #mainContent #leftContent .navlist li ul li a {
	text-decoration: none;
	color: #535353;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
.oneColFixCtr #mainContent #adminForm {
	padding-top: 0px;
	padding-left: 0px;
	display: inline-block;
}
.oneColFixCtr      #mainContent      #adminForm      input.admin    {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

.oneColFixCtr     #mainContent     #adminForm     label.admin     {
	text-align: left;
	width: 200px;
	padding-right: 20px;
	display: block;
	float: left;
}
.oneColFixCtr #mainContent #adminForm textarea.admin {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtr #mainContent #adminForm img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.oneColFixCtr #container #mainContent #myTable {
	width: 100%;

}

.oneColFixCtr  #container  #mainContent   #myTable td {
	padding: 4px;
}
.oneColFixCtr  #container  #mainContent  #myTable  thead th {
	text-align: left;
	text-indent: 4px;
}
.oneColFixCtr #container #mainContent #myTable th.click {
	text-align: left;
	cursor: pointer;
}
th.headerSortUp                      {
	background-image: url(images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 15px;
}
th.headerSortDown                      {
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 15px;
}
tr.even       {
	background-color: #FFFFFF;
	text-indent: 0px;
}
tr.odd       {
	background-color: #F2F2F2;
	text-indent: 0px;
}
.oneColFixCtr #mainContent ul {
	margin-left: 20px;
	padding-left: 20px;
}
