body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* ----------------------------- */
/* ----------------------------- */
/* top table top navigation & logos */
#topTable {
	line-height: 1.5em;
	width: 100%;
}
#header {
	background-color: #333;
	color: #CCC;
	height: 30px;
	margin-bottom: 3px;
}
#sectionName {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFCC00;
	height: 40px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 600px;
}
#logo {
	background-color: #FFCC00;
	padding-bottom: 6px;
}
.topNav {
	padding: 6px;
}
.topNav a {
	font-size: 80%;
	font-weight: bold;
	color: #BCBCBC;
	text-decoration: none;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav ul {
	margin: 0px;
	padding: 0px;
}
.topNav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
/* end - top table top navigation & logos */
/* ----------------------------- */
/* ----------------------------- */
/* content table left & right navigation & content */
#contentTable {
	line-height: 1.5em;
	width: 780px;
}
/* main content area */
#mainContent {
	font-size: 100%;
	font-size: 100%;
	background-position: top;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#mainContent .feature {
	font-size: 90%;
	line-height: 120%;
	margin-top: 2px;
	margin-bottom: 6px;
}
#mainContent p {
	font-size: 80%;
	line-height: 120%;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent h1 {
	font-size: 160%;
	margin-bottom: 3px;
	font-weight: normal;
	color: #C41200;
}
#mainContent h2 {
	font-size: 110%;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#mainContent h3 {
	font-size: 80%;
	margin-bottom: 6px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-transform: uppercase;
}
/* end main content area */
/* ----------------------------- */
/* ----------------------------- */
/* left navigation area */
#leftNav {
	width: 113px;
	font-size: 85%;
	vertical-align:top;
	font-size: 85%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
/* left navigation */
.navcontainer {
}
.navcontainer ul {
	font-size: 90%;
	list-style-type: none;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
}
.navcontainer ul ul {
}
.navcontainer a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 110px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.navcontainer a:link {
	color: #000000;
	background-color: #B8B8B8;
}
.navcontainer a:visited {
	color: #FFFFFF;
	background-color: #999999;
}
.navcontainer a:active {
	color: #FFFFFF;
	background-color: #4F4F4F;
}
.navcontainer a:hover {
	color: #FFFFFF;
	background-color: #4F4F4F;
}
.sectioncurrent a {
	color: #FFFFFF !important;
	background-color: #4F4F4F!important;
	border-bottom-style: dotted !important;
	font-weight: normal !important;
	text-decoration: underline;
}
.sectioncurrent a:hover {
	color: #FFFFFF !important;
	border-bottom-style: dotted !important;
	font-weight: normal !important;
	text-decoration: none!important;
}
.pageOn {
	background-image: url(images/homeplate-white.gif);
	background-repeat: no-repeat;
	background-position: right;
}
 /* end left navigation */
/* ----------------------------- */
/* ----------------------------- */
/* right column area */
#rightNav {
	width: 160px;
	vertical-align:top;
}
#rightNav p {
}
.bulletBox:first-child {margin-top: 45px;}
.bulletBox {
	background-color: #EBEBEB;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 8px;
}
.bulletBox a:hover {
	text-decoration: none;
}
.bulletBox h1 {
	font-size: 100%;
	color: #C41200;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletBox h2 {
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletBox p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}
.bulletBox ul {
	list-style-type: disc;
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
.bulletBox li {
	margin: 0px;
	padding: 0px;
}
.bulletBox a {
	color: #000000;
}
/* end right column area */
/* ----------------------------- */
/* ----------------------------- */
/* footer area */
#footer {
	color: #666666;
	font-size: 80%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

 }
/* end footer area */
/* ----------------------------- */
/* ----------------------------- */
/* global styles */
td, p, ul {
        font-family: Arial, Helvetica, sans-serif;
 }
h1:first-child {margin-top: 0;}
h2:first-child {margin-top: 0;}
h3:first-child {margin-top: 0;}

/* table style */
.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
.contentTable td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tableHead1 {
	font-weight: bold;
	text-align: left;
}
.tableHead2 {
	font-weight: bold;
	background-color: #E3E3E3;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.tableColNorm {
	text-align: center;
}
.tableItemLeft {
	padding-left: 10px;
	text-align: left;
}
.tableColHighlight {
	background-color: #FFFFCC;
	text-align: center;
}
/* end global styles */
/* ----------------------------- */
/* ----------------------------- */
/* home page layout */
.homeBody {
	padding: 0px;
	background-color: #E4E4E4;
}
/* Yellow box Marque */
#MarqueHolder {
	width: 100%;
	height: 240px;
	background-color: #181A21;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#MarqueYellow {
	background-color: #FFCC00;
	width: 760px;
}
#MarqueBlack {
	background-color: #000000;
	width: 760px;
}
#marqueText {
	font-size: 96%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px;
	width: 480px;
}
.logoRight {
	text-align: right;
}
/* Table w/ descriptor and links */
#linksTable {
	width: 780px;
}
/* Center cell w/ description and register link */
#descCell {
	background-color: #E4E4E4;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 220px;
	background-image: url(images/home_guy.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#descCell p {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#descCell a:hover {
	text-decoration: underline;
}
#descCell a {
	font-size: 120%;
	font-weight: bold;
	color: #C41200;
	text-decoration: none;
}
/* cells w/ header and links */
#linksCell {
	background-color: #E4E4E4;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	width: 30%; /* adjust width value if adding/removing cells */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/cell-bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 12px;
}
#linksCell h1 {
	text-transform: uppercase;
	font-size: 90%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #333333;
}
#linksCell h2 {
	font-size: 80%;
	color: #666666;
	padding: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 12px;
}
#linksCell p {
	font-size: 80%;
	margin-bottom: 6px;
	color: #333333;
	margin-top: 0px;
}
#linksCell a {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}
#linksCell a:hover {
	text-decoration: none;
}
.firstCell {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/* sponsor logos cell */
#sponsorCell {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 25%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#sponsorCell h1 {
	font-size: 80%;
	text-transform: uppercase;
	color: #666666;
	line-height: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#sponsorCell h2 {
	font-size: 70%;
	text-transform: uppercase;
	color: #666666;
	line-height: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* home page footer */
#homeFooter {
	font-size: 80%;
	color: #666666;
	text-align: center;
	padding: 10px;
}
/* end home page styles */
/* ----------------------------- */
#linksCell1 {

	background-color: #E4E4E4;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	width: 25%; /* adjust width value if adding/removing cells */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/cell_white_bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 12px;
}
.10ptNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.10ptbold-grey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.10ptSmall-1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.footer_font {font-size: 9px;}
.main_head{font-size: 20px; font-weight: bold;}
.sub_head{font-size: 15px; font-weight: bold;}
.lable{font-size: 12px; }
.msg{font-size: 10px; font-weight: bold;}
.link_font{font-size: 12px; font-weight: bold;}
.sublink_font{font-size: 11px; font-weight: bold;}
.page_legend{font-size: 12px; font-weight: bold;}
.tbl{border: none; background-color:#336699; }
.td_normal {background:#FFFFFF; font-size: 12px; padding: 2px; }
.td_head {background:#336699;   font-size: 12px; font-weight: bold; color:#FFFFFF ; padding: 2px;

