body  {
	font: 12px  Arial, Helvetica, sans-serif;
	background:url(../_images/bg_page.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 5px auto; 
	border: 1px solid #efae37;
	text-align: left; 	
}

#container_inner {
	width: 770px;
	margin: 5px;
} 

#container_content {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#container_popup { 
	width: 700px;  
	background: #FFFFFF;
	margin: auto; 
	border: 1px solid #efae37;
	text-align: left; 
} 

#container_popup_inner {
	width: 680px;
	margin: 10px;
}

#header { 	
	padding: 0px;  
	margin: 0px;
	height: 120px;
	width: 770px;
	border-bottom: 1px solid #efae37;
} 
#headerleft {
	float: left; 
	width: 94px;	
}

#headerright {	
	width: 401px;
	float: right;
}

#topbar {
	height: 30px;
	line-height:20px;	
}

.sidebar1 {
	float: left; 
	width: 168px;	
}

.mainContent { 	
	padding-left: 15px;
	margin-bottom: 10px;
	width: 577px;
	float:left;
}


#mainContentPopup { 	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px; 
} 
 
#footer { 
	width: 770px;
	margin: 10px auto;
	font-size: 10px;
	text-align: center;
	overflow: visible;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.footertext {
	font-size: 10px;
}

.fltright { 
	float: right;
	margin-left: 8px;
}
.fltleft { 
	float: left;
	margin-right: 8px;
}
.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 : 168px;
		left: 0px;
		top: 0px;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left; 
		width: 168px;
		margin-top: 0px;
		margin-bottom: 5px;
		background-color: #efae37;	
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 168px;
		margin-top : -1px;	
		background-color: #efae37;	
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 161px;
		w\idth : 161px;
		display : block;
		color : #921376;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background-color: #efae37;
		padding: 4px 2px 4px 5px;
		border-bottom: 1px solid #efae37;;
		text-align: left;		
	}
	
	#nav li .on a {
		color: #ffffff;
		width: 161px;
		w\idth : 161px;
		display : block;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background-color: #921376;					
		padding: 4px 2px 4px 5px; 
		border-bottom: 1px solid #921376;	
		text-align: left;		

	}
	
		
	#nav li a:hover {
		display : block;
		color: #ffffff;
		background-color: #921376;							
		padding: 4px 2px 4px 5px; 
		border-bottom: 1px solid #921376;
		text-align: left;		

	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.topnav {
	line-height: 24px;
	color: #921376;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.topnav a {
	padding-left: 15px;
	color:  #921376;
	text-decoration: none;
}

.topnav a:hover {
	color:  #efae37;
	text-decoration: none;
}

.topnav .on {
	color:  #efae37;
	text-decoration: none;
}


#breadcrumb  {
	font-size: 10px;
	font-weight:normal;
	color: #efae37;
}

#breadcrumb a:link {
	text-decoration: none;
	font-weight:normal;
	color: #efae37;
}
#breadcrumb a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #efae37;
}
#breadcrumb a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #921376;
}
/* form styles */

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

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

.inputsearch {
	border: 1px solid #efae37;
	width: 80px;
}



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

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

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

} 
.formlabel {
font-weight: bold;
} 


.buttonbox {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #efae37;
	color: #921376;	
	text-align: center;
}

.buttonbox a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}		


.buttonbox a:link, .buttonbox a:visited, .buttonbox a:active {
	text-decoration: none;
	color: #921376;	
}

.buttonbox a:hover {
	color: #efae37;
	text-decoration: none;
}

