@charset 'utf-8';
/* CSS Document */


body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2b2b2b;
	background-color: #bdbfc0;
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(img/bg.png);	
}
html, body {
height: 100%;
}
* html #container {
height: 100%;
}

p, div{
	line-height:18px;
	font-size: 13px;
}

hr {
	color: #CCC;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.hed{
	font-size: 24px;
	font-weight: normal;
}
.hed2{
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color:#CCC;
	}
.subhed {
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
}

h2{text-decoration:underline; font-weight:normal;}

.bm5{margin-bottom: 5px;}
.twoColHybLtHdr #container {
	width: 968px;
	border: none;
	text-align: left;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: center top;
	min-height: 100%;
	margin-top: 0px;
} 
.twoColHybLtHdr #containerInner{
	width: 950px;
	min-height: 100%;
	border: none;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 9px;
	background-position: center top;
	color: #CCC;
	padding-top:40px;
} 


.twoColHybLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 950px;
	height: 121px;
	background-position: center top;
	background-color: transparent;
	background-repeat: no-repeat;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 335px;
	padding: 0;
	height: 614px;
	background-color: #a6bc32;
	background-repeat: no-repeat;
	float:left;
	text-align: left;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColHybLtHdr #mainContent {
	width: 650px;
	margin-left:140px;
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}

/* Misc */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFFFFF;
}

/* NAVIGATION STYLES */
.navmenu{
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(img/tab_bg_off.gif);
	background-repeat:repeat-x;
	height: 28px;
	border-top: 1px solid #b69c00;
	border-right: 1px solid #b69c00;
	border-left: 1px solid #b69c00;
	margin:0px;
}

.navmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: transparent;
}

.navmenu ul li{
position: relative;
display: inline;
float: left;
}

.navmenu ul li a{
	display: block; 
	color: white;
	color: #2d2b2b;
	text-decoration: none;
	background-color: transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b69c00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f8e9ba;
}

.navmenu ul li span{
	display: block; 
	height:23px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f8e9ba;
}


.navmenu ul li a:link, .navmenu ul li a:visited{
	color: #2b2b2b;
}

.navmenu ul li a:hover{
background-image:url(img/tab_on.gif);
color: #2b2b2b;
height:17px;
}

a.navon{background-image:url(img/tab_on.gif);
color: #2b2b2b;
height:17px;
}

#contentBg{
	background-color: #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 650px;
	padding: 15px;
	min-height: 560px;
	padding-right: 20px;
	margin-bottom: 25px;
	}

table.regtable {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #000;
}
table.regtable th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	background-color: #000;
	-moz-border-radius: ;
}
table.regtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: gray;
	background-color: #000;
	-moz-border-radius: ;
}
