/**
 * Website Layout
 */
#layout {
	margin: 0px auto 0px auto;
	width: 976px;
	text-align: left;
}
/**
 * Header
 */			
#hdr {
	position: relative;
	margin: 0px;		
	width: 976px;
	height: 100px;
	border-bottom: 1px solid #00a94f;	
}
#nav {
	position: relative;
	background: #25282b;
	margin: 0px;		
	width: 976px;
	height: 30px;	
}	
/**
 * Body 
 */			
#bdy {
	background: #ffffff;
	width: 976px;	
	margin: 6px 0px 0px 0px;
}
		
/**
 * Footer
 */		
#ftr {
	background: #1f1f1f url(/images/ftr.background.gif) no-repeat;;
	width: 956px;	
	color: #636363;
	margin: 3px 0px 0px 0px;
	padding: 10px;
	font-size: 12px;
	height: 20px;
}
#ftr .links {
	float: right;
}
#ftr .copyright {
	float: left;
}
#ftr a {
	color: #636363;
	text-decoration: none;
}	
#ftr a:hover {
	color: #00a94f;
	text-decoration: underline;
}	
.exomark, .exomark a {
	color: #2e2f2f;
	font-size: 9px;
}	
.exomark a:hover {
	color: #707c98;
}	
/**
 * Content
 */		
#content {
	float: left;
	width: 696px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
}
/**
 * Left Menu Layout
 */
#menu {
	float: left;
	text-align: left;
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
/** Level 1 **/
#menu li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	width: 240px;
}
#menu li a {
	background: #d9d9d9;
	color: #25282b;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}
#menu li a:hover {
	background: #727b84;
	color: #ffffff;
}
#menu li a.on {
	background: #25282b;
	font-weight: bold;
	color: #ffffff;
}	
/** Level 2 **/	
#menu li li a {
	background: #f6f9f0 url(/images/li.li.gif) no-repeat;
	border-bottom: 1px solid #ebebeb;
	padding: 0px 0px 0px 20px;
	height: 25px;
	line-height: 25px;
}	
#menu li li a:hover {
	background: #f6f9f0 url(/images/li.li.ovr.gif) no-repeat;
	color: #25282b;
}
#menu li li a.on {
	background: #ffffff url(/images/li.li.on.gif) no-repeat;
	color: #25282b;
	font-weight: bold;
}	
/**
Tabs
**/	
#tabs {
	height: 35px;
	position: relative;
}
#tabs ul {
	left: 0px;
	list-style: none;
	margin: 0px; /* IE */
	padding: 0px; /* NS */
	position: absolute;
	bottom: -8px;
}
#tabs li {
	float: left;
	font: 12px Arial;
	padding-right: 2px;
}
#tabs a {
	color: #ffffff;
	background: #2a3135;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	height: 28px;
	width: 85px;
	text-align: center;
	line-height: 28px;
	float: left; /* NS */
}
#tabs a:hover {
	background: #40464b;
}
#tabs a.on {	
	background: #ffffff;
	font-weight: bold;
	color: #000000;
}
#tabs a.current:Hover { }		

/**
Column Layout 2
**/	
.columnLayout2 { margin: 0px 0px 20px 0px;}
.columnLayout2 .column1 {
	float: left;
	width: 340px;
	padding: 0px 8px 0px 0px;
}
.columnLayout2 .column2 {
	float: left;
	width: 340px;
	padding: 0px 0px 0px 8px;
}


