/* form */

* {
margin:0px;
padding:0px;
}
td {
	padding: 2px;
}
p {
	margin:8px 0 6px 0;
}

ol, ul {
	padding: 0 0 0 1.5em;
	margin:  0 0 0 0;
	}
#centercol ul{
	margin-bottom: 14px;
	}	
h1 {
	color:#000;
	font-size:2em;
	font-weight:normal;
	margin:5px 0 8px 0;
	font-weight:normal;
	line-height:150%;
}

h2 {
color:#000;
		font-size:1.3em;
	font-weight:normal;
	margin:10px 0 4px 0;
	font-weight:normal;
	line-height:140%;
}

h3 {
	color:#000;
	font-size:1em;
	margin:5px 0 0 0;
	font-weight:normal;
	line-height:140%;
}

.smaller {font-size:.82em; }

.warning {
	color: #EC1D25;
}

a, a:visited {
color:#000;
}

a:hover {
color:#EC1D25;
}


.intro{
	color:#333;
	font-size:1.2em;
	line-height:120%;
}
.dark {
	color:#000;
}

/*container divs*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#70727D;
	line-height:140%;
	background-color:#161A19;
	margin-bottom:16px;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
		}
#header {
		background-image:url(images/bg_hd.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
	height:26px;
	
}

#headimage {
	float:right;
	width:721px;
	margin-bottom:15px;
}
*html #headimage {
	margin-bottom:0px;
}
		
#left {
	width:231px;	
	float:left;
	background-image:url(images/bg_nav.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	padding-left:6px;
	}

#container {
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	background-image:url(images/bg_container.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}

#subcontainer {
	background-image:url(images/ft_images.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	padding-bottom:80px;
}

#rightcol {
	float:right;
	width:265px;
	margin-right:0px;
	padding:15px 15px 15px 10px;
}
*html #rightcol {
	width:260px;
}
#centercol {
	margin-left:240px;
	margin-right:295px;

	padding:15px 15px 15px 15px;
}
*html #centercol {	
	margin-right:290px;

}
#registration {
	background-image:url(images/bg_reg.jpg);
	background-position:0 99px;
	background-repeat:no-repeat;
}

#widecol {
	float:right;
	width:692px;
	margin-bottom:5px;
	margin-right:15px;
}
*html #widecol {
	width:680px;
	margin-bottom:5px;
	margin-right:15px;

}
#centercol li, #rightcol li, #widecol li{
	list-style-image: url(images/gr_arrow.gif);
	line-height: 150%;
	margin-bottom: 4px;
	margin-left:20px;
	margin-right:2px;
	margin-top: 6px;

}
.padtext {
	padding:4px 6px 15px 12px;
}



/*-- nav styles --*/

#left ul {
	width:100%;
	padding:0;

}
#left li{
	margin: 0px;
	cursor: pointer;
	list-style:none;
	overflow:hidden;
}
.nav ul li a:link, .nav ul li a:visited {
	color:#FFF;
	text-decoration:none;
	padding: 2px 3px 2px 18px;
	margin: 0 0 0 0;
	display:block;
	height:18px;

}

.nav ul li a.navon {
	background-color:#000;
	text-decoration:none;
	font-weight:bold;
	display:block;
padding: 2px 3px 2px 18px;
	height:18px;


}
.navoff {
}

.nav ul li a:hover, .nav ul li a:visited.current {
	color:#efefef;
	display:block;
	background-color:#000;
}


/*-- footer styles --*/

#footer {
	height:102px;
	clear:both;
	font-size:.9em;
	padding:5px 0px 0px 12px;
	color:#00AEEF;
	font-size:10px;
	background-color:#161A19;
}


/*-- extra styles --*/

.wrapright{
	float:right;
	border:0;
	padding-left:6px;
}
.wrapleft{
	float:left;
	border:0;
	padding-right:10px;
}
