html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-repeat:repeat;
	background-position:center top;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;left:0px;top:0px;z-index:0;
	color:#6c6d71;
}

input {
	color:#666666;
	font-size:10px;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	/*border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');*/
}

/*
select {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#666666;
	font-size:9pt;
	width:210px;
}

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}
*/

ul,li {
	margin-left:10px;
	padding-left:0px;
}

td {
	vertical-align:top;
	color:#959595;
	font-size:12px;
}

div.nohover a:hover, .nohover a:hover, td.nohover a:hover { 
	background-color: transparent; 
	filter:none;
	border-width:0;
	border:none;
}

.container {
	margin:0 auto;
	width:100%;
	text-align:center;
	height:0 auto;
	height:100%;
}

.nav_container {
	margin:0 auto;
	text-align:center;
	width:972px;
	position:relative;
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

.bg_container {
	margin:0 auto;
	width:972px;
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

.content_container {
	text-align:left;
	padding-left:15px;
	width:957px;
	/*
	min-height:200px;
  	height:auto !important;
  	height:200px;
	*/
}

.heading , h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin:0;
	text-align:left;
	margin-bottom:10px;
}

.subheading , h2{
}

.content {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*
	line-height:14px;
	margin-top:20px;
	margin-bottom:20px;
	*/
}

.content a {
	color:#fe5050;
	text-decoration:none;
	font-size:12px;  
}

.content a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#fe5050;
}

.input_default {
	border:#d5d2cd solid 1px; 
	width:150px; 
	color:#959595; 
	font-size:10px; 
	height:16px; 
	padding-left:10px;
	padding-top:2px;
}

.line {
	width:98%; 
	background-color:#e0e0e0; 
	height:1px;
	margin-top:10px; 
	margin-bottom:10px;
	clear:both;
}

.dots {
	width:100%; 
	background-image:url(../images/dots.jpg); 
	background-repeat:repeat-x; 
	height:1px;
	clear:both;
}

.subnav {
	margin-bottom:1px;
}

.subnav a {
	color:#666666;
	text-decoration:none;
	font-size:12px; 
	padding-right:14px;  
}

.subnav a:hover, a.subnav_selected {
	text-decoration:none;
	background-color:#ffffff;
	color:#fe5050;
	background-image:url(../images/arrow_red.gif); 
	background-repeat:no-repeat;
	background-position:right 6px;
}

.signup td {
	vertical-align:middle;
	white-space:nowrap;
}

.txt_signup, textarea {
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:370px;
	border:#dadada solid 1px;
	height:16px;
	line-height:16px;
}

.no_border input {
	border-width:0;
	border-style:none;
}

.footer {
	color:#666666;
	font-size:11px;
	margin-top:65px;
	margin-left:20px;
	float:left;
	width:760px;
}

.footer a {
	color:#666666;
	text-decoration:none;
	font-size:11px; 
	padding:1px;
}

.footer a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#666666; 
}

.home_news {
	color:#666666;
	font-size:12px;
	margin-top:10px;
}

.home_news a {
	color:#fe5050;
	text-decoration:none;
	font-size:12px; 
	padding-right:14px;  
	background-image:url(../images/arrow_red.gif); 
	background-repeat:no-repeat;
	background-position:right 5px; 
}

.home_news a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#fe5050;
	background-image:url(../images/arrow_red-over.gif); 
	background-repeat:no-repeat;
	background-position:right 5px; 
}