body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../_images/bg_page.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #231f20;
	background-color: #ffffff;
}
#container_outer {
	width: 796px;
	background: #ffffff;
	border: 1px solid #ff9900;	
	text-align: center;
	margin: 0 auto;	
}

#container { 
	width: 780px;  /* 780 */
	background: #FFFFFF;	
	text-align: left;
	padding: 8px; 
} 

#sidebar1 {
	float: left; 
	width: 185px; 
	background: #666666; 
	margin: 0;
	padding: 0;	
}

#sidebar1Top {
	background: #666666; 
	height: 211px;
} 

#sidebar2 {
	float: right; 
	width: 185px;  
	background: #ffffff; 
	margin: 0;
	padding: 0;
}

#sidebar2Top {
background: #ff9900;
/* width: 180px; */
height: 237px;
margin: 0;
padding: 0;
color: #ffffff;
margin-bottom: 9px;
}

.sidehead {
	padding-left: 12px;
	line-height: 28px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.sidecontent {
		padding: 12px;
}
/* cms structure */
 #cmsContainer { 
	padding:10px 5px 10px 5px;
	background: #ffffff;
	text-align: left; 
	margin: 9px;
} 

#cmsContent { 
	margin-left: 190px;
	
} 

#cmsTop {
	width: 100%;
	padding:0;
	text-align: left;
	line-height: 38px;	
	background: #666666;
}

/* */
#mainHead {
	float: left;
	width: 400px;
	padding: 0 5px 0px 5px; 
	text-align: left;
}


#mainHeadTop {
height: 237px;
background: #ff9900;
margin: 0px;
padding: 0px;
font-weight: bold;
margin-bottom: 9px;
}

#mainContentHome { 
	margin-left: 190px;
	margin-right: 190px;
	width: 375px;
	padding: 5px 10px 10px 5px; 
	text-align: left;
} 

#mainContentFull { 
	margin-left: 190px;
/*	margin-right: 9px; */
	width: 565px;
	padding: 5px 10px 10px 5px; 
	text-align: left;
} 

.topleft {
	float: left;
	width: 300px;
	padding-left: 10px;
	line-height: 26px;
}

.topleft a {
color: #333333;
font-size: 14px;
}

.topleft a:link, .toplink a:visited, .toplink a:active {
	text-decoration: none;
	color: #333333;	
}

.topleft a:hover {
	text-decoration: underline;
	color: #666666;}

.topright {
	width: 171px;
	padding: 0 5px 0 9px;
	line-height: 26px;
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-weight: bold;	
}


#footer { 
	margin: 20px 0px 0px 0px;
	padding: 5px; 
	background:#ff9900;
	font-size: 10px;
	text-align: center;
} 
#footer p  {
	font-size: 10px;
}

#footer a {
color: #333333;
font-size: 10px;
font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}

/*      */
.fltrt { 
	float: right;
	margin-left: 9px;
}
.fltlft { 
	float: left;
	margin-right: 9px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* navigation  */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
		width : 185px;
		left: 0px;
		top: 0px;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left; 
		width: 185px;
		margin: 0px;
		background-color: #666666;	
		
	}
	
	#nav li a {
		width: 165px;
		w\idth : 165px;
		display : block;
		color : #ffffff;
		font-weight: bold;	
		font-size: 12px;
		text-decoration : none;
		background-color: #666666;
		padding: 0px 0px 0px 20px;
		border: none;
		text-align: left;
		line-height: 26px; 		
	}
	
	#nav li .on a {
		width: 165px;
		w\idth : 165px;
		display : block;
		color : #333333;
		font-weight: bold;	
		font-size: 12px;
		text-decoration : none;
		background-color: #ff9900;	
		padding: 0px 0px 0px 20px;
		border: none;
		text-align: left;
		line-height: 26px; 		
	}
	
		
	#nav li a:hover {
		display : block;
		color: #333333;
		background-color: #ff9900;						
		padding: 0px 0px 0px 20px;
		border: none;
		text-align: left;
		line-height: 26px; 		
	}

	#nav li ul { /* second-level lists */
		position : relative;
		float: left;
		display: block;
		width : 185px;
		background-color: #333333;	
	}
	
	#nav li ul li a {
		width: 155px;
		w\idth : 155px;
		display : block;
		color : #ffffff;
		font-weight: bold;	
		font-size: 12px;
		text-decoration : none;
		background-color: #333333;
		padding: 0px 0px 0px 30px;
		border: none;
		text-align: left;
		line-height: 26px; 		

}

#nav li ul li a:hover {
		display : block;
		color: #333333;
		background-color: #ff9900;						
		padding: 0px 0px 0px 30px;
		border: none;
		text-align: left;
		line-height: 26px; 		

} 

/* form styles */

input {
	border: 1px solid #ff9900;
	padding:2px;
	font-size: 11px;
}

.forminput {
	border: 1px solid #ff9900;
	padding:2px;
	font-size: 11px;
}



.formtable {
	background: #efefef;
	font-size: 11px;
}

.formheading {
	font-weight: bold;
	font-size: 12px;
}
.formfieldlabel {
	font-weight: bold;
}

.formbutton {
font-size: 12px;
background-color:#ff9900;
color: #333333;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
padding: 4px;
border: 1px solid #666666;

} 
.formlabel {
font-weight: bold;
} 



