body {
	background: #5a1100 url("images/bkg.jpg") repeat-x top left;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial;
}

h1 {
	background: url("images/h1bkg.jpg") no-repeat top left;
	color:#525252;
	font-size: 18pt;
	margin: 0;
	padding: 0px 0px 0px 60px;
	text-align: left;
	line-height: 60px;
}

h2 {
	color: #525252;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#header {
	background: #ffffff url("images/header.jpg") no-repeat top center;
	width: 900px;
	height: 214px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

#content {
	background-color: #ffffff;
	width: 900px;
	height: 100%;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

#topmenu {
	background: #ffffff url("images/menu.jpg") no-repeat top center;
	width: 900px;
	height: 40px;
	border-bottom: #000000 solid 1px;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 29px;
	padding-top: 11px;
	list-style: none;
}
 
#menu li {
	display: inline;
	margin: 0;
	padding: 11px 4px;
	color: #000;
}

.selected_menu_item {
	background-color: #90C388;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#menu a {
	color: #000;
	text-decoration: none;
	letter-spacing: 0pt;
}

#menu a:hover {
	color: #3C4A3B;
	text-decoration: underline;
}

#leftpane {
	width: 185px;
	margin: 5px;
	float: right;
	border: solid #000 1px;
	background-color: #90C388;
}

#content-body {
	float: left;
	background-color: #fff;
	width: 680px;
	height: 100%;
	min-height: 286px;
	padding: 10px;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	font-size: 10pt;
	width: 900px;
	height: 50px;
	margin-top: 30px;
}

.dashed {
	border: 0;
	border-top: dashed 1px #000;
	width: 90%	
}

.left{
	text-align: left;
}

/*.contentHeader {
	font-size: 16pt;
	color: blue;
	font-weight: bold;
}

.sectionHeader {
	float: left;
}*/

.regTable{
	text-align: center;
	border: 1px solid #000;
}

.regTable th{
	background-color: #90C388;
}

.policies, .faq{
	text-align: left;
	margin: 0px 30px 0px 30px;
	padding: 0;
}

.policies li{
	margin-bottom: 5px;
}

.faq dd{
	margin-bottom: 10px;
}

/*#kwick_container {
	position: relative;
	height: 80px;
	width: 405px;
	background: url("images/quickGuideTabEnd.gif") no-repeat top right;
}

#kwick_container .kwicks {
	display: block;
	height: 80px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#kwick_container li {
	float: left;
	list-style: none;
}
 
#kwick_container .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 99px;
}

#kwick_container .kwick span {
	display: none;
}
 
#kwick_container .registration {
	background: #ffffff url("images/quickGuideTab1.gif") no-repeat top left;
}

#kwick_container .events {
	background: #D21C5E url("images/quickGuideTab2.gif") no-repeat top left;
}

#kwick_container .forums {
	background: #FFD200 url("images/quickGuideTab3.gif") no-repeat top left;
}

#kwick_container .help {
	background: #0083FF url("images/quickGuideTab4.gif") no-repeat top left;
}

span.clr {
	display: block;
	clear: both;
}

#news {
	float: right;
	margin-right: 5px;
}*/

a:link {
	color: #248EFE;
}

a:visited { }

a:hover { }

a:active { }