body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 980px;  
	background: #FFFFFF;
	margin: 10px auto; 
	border: 1px solid #191b64;
	text-align: left; 
	
}

#container_inner {
/*	width: 780px; */
	margin: 10px; /* 960 */
	background:url(/_images/bg_bottom_fade.jpg) bottom  repeat-x;
} 

#cmscontainer { 
/*	width: 800px; */ 
	background: #FFFFFF;
	margin: 10px; 
	border: 1px solid #191b64;
	text-align: left; 
}

#cmscontainer_inner {
/*	width: 780px; */
	margin: 10px;
	background:url(/_images/bg_bottom_fade.jpg) bottom  repeat-x;

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

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

#header { 	
	padding: 0px;  
	margin: 0px;
	height: 150px;
	margin-bottom: 5px;
	background-color: #191b64;
} 

#cmsheader { 	
	padding: 0px;  
	margin: 0px;
	height: 150px;
	margin-bottom: 5px;
	background-color: #191b64;
} 

#topbar {
	border-top: 1px solid #fc716d;
	border-bottom: 1px solid #fc716d;
	height: 30px;
	line-height:28px;
	
}

#sidebar1 {
	margin-top: 0px;
	float: left; 
	width: 160px;	
}
#sidebar2 {
	
	margin-top: 5px;
	float: right; 
	width: 110px; 
}

#homesidebar2 {
	margin-top: 5px;
	float: right; 
	width: 220px; 
}

#homemainContent {
	margin-top: 5px;
	margin-bottom: 10px;
/*	width: 460px; */
	margin-left: 200px; /* to allow for navigation column */
	margin-right: 250px; /* to allow for the right hand image colum */
}

#mainContent { 	
	margin-top: 5px;
	margin-bottom: 10px;
	width: 610px; 
	margin-left: 200px; /* to allow for navigation column */
	margin-right: 140px; /* to allow for the right hand image colum */
}

#mainContentFull { 	
	margin-top: 5px;
	margin-bottom: 10px;
	width: 730px; 
	margin-left: 200px; /* to allow for navigation column */
	margin-right: 20px;  /* no right hand image colum */
	padding: 0;
} 

#searchcontent  {
	float: left;
	width: 580px;
}

#cmsContentFull { 	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 170px; /* to allow for navigation column */
	margin-right: 20px; /* no right hand image colum */
} 

#mainContentPopup { 	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px; /* no right hand image colum */
} 
 
#footer { 
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 200px;
	font-size: 10px;
	text-align: center;
	overflow: visible;
	margin-bottom: 10px;	
	margin-top: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 : 160px;
		left: 0px;
		top: 0px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		width: 160px;
		margin-top: 0px;
		
	}
	
	#nav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : #ffffff;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background:url(/_images/bg_button_off.jpg) no-repeat;			
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;
	}
	
	#nav li a:hover {
		display : block;
		color: #fc761d;
		background:url(/_images/bg_button_on.jpg) no-repeat;
		border-bottom: 2px solid #ffffff;

	}

	/* second-level lists */
	#nav li ul { 
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 160px;
		margin-top : -1px;	
		width: 250px;
	}
	
	#nav li ul li {
		width: 250px;	
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li ul li a {
		width: 240px;
		w\idth : 240px;
		display : block;
		color : #ffffff;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background:url(/_images/bg_button_off.jpg) repeat-x;			
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;
	}
	
	#nav li ul li a:hover {
		display : block;
		color: #fc761d;
		background:url(/_images/bg_button_on.jpg) repeat-x;
		border-bottom: 2px solid #ffffff;

	}
	
	#nav li .on a {
		color: #fc761d;
		width: 150px;
		w\idth : 150px;
		display : block;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background:url(/_images/bg_button_on.jpg) no-repeat;				
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;

	}
	
		
	
	#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;
	}

/* navigation  */
#usernav, #usernav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 160px;
		left: 0px;
		top: 0px;
	}
	
	#usernav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		width: 160px;
		margin-top: 0px;
		
	}
	
	#usernav li ul { /* second-level lists */
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 160px;
		margin-top : -1px;	
	}
	
	#usernav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#usernav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : #191b64;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background: #fc761d;		
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;
	}
	
	#usernav li .on a {
		color: #fc761d;
		width: 150px;
		w\idth : 150px;
		display : block;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background: #191b64;				
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;

	}
	
		
	#usernav li a:hover {
		display : block;
		color: #fc761d;
		background: #191b64;	
		border-bottom: 2px solid #ffffff;

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



/* cms navigation  */

#cmsnav, #cmsnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 160px;
		left: 0px;
		top: 0px;
	}
	
	#cmsnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		width: 160px;
		margin-top: 0px;
		
	}
	
	#cmsnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -2px;
	}
	
	#cmsnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#cmsnav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color: #191b64;
		background-color: #ffffff;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		border-bottom: 1px solid #fc761d;
		padding-left: 10px;
	}
	
	#cmsnav li .head a  {
		background-color: #ffffff;
		color: #191b64;
		font-size: 12px;
		width: 150px;
		w\idth : 150px;
		display : block;
		font-weight: bold;	
		text-decoration : none;
		padding-left: 10px;
	}
	
		
	#cmsnav li a:hover {
		color : #ffffff;
		background-color: #fc761d;
	}
	
	#cmsnav li:hover ul ul, #cmsnav li:hover ul ul ul, #cmsnav li.csfhover ul ul, #cmsnav li.csfhover ul ul ul {
		left: -999em;
	}
	
	#cmsnav li:hover ul, #cmsnav li li:hover ul, #cmsnav li li li:hover ul, #cmsnav li.csfhover ul, #cmsnav li li.csfhover ul, #cmsnav li li li.csfhover ul { /* lists nested under hovered list items */
		left: auto;
	}




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

#breadcrumb a:link {
	text-decoration: none;
	font-weight:normal;
	color: #fc761d;
}
#breadcrumb a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #fc761d;
}
#breadcrumb a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #191b64;
}

/* bulletin box */

.bulletinBox {
/*	width: 428px; */
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px;
	background:url(../_images/bg_bulletin_top.jpg) bottom repeat-x;
	border: 1px solid #f89828;
	}
	
.bulletinBox p {
	margin: 0;
	padding: 0;
}


/* news box */

.newsBox {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background:url(../_images/bg_bulletin_side.jpg) right repeat-y;
	border: 1px solid #f89828;
}

