/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html, body {
	scrollbar-face-color: #656cac;
	scrollbar-highlight-color: #a0a6d1;
	scrollbar-3dlight-color: #7b82c3;
	scrollbar-darkshadow-color: #3b4295;
	scrollbar-shadow-color: #7b82c3;
	scrollbar-arrow-color: #e8eaf9;
	scrollbar-track-color: #c2c5e6;
	}
body {
	background: #E4E5F8 url(body-bg.gif) repeat-x top; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0px;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #403265; color: #403265;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#body_fl{
	background: url(page-bg-f.gif) no-repeat top left;
	padding-top:20px;
	padding-bottom:20px;
	}

#container {
	margin: 0 auto;
	width: 854px;
	background: #fff url(dot_line.gif) repeat-y 20%;
	border: 1px solid #8486D3;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #8486D3 url(header.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	height: 103;
	}	
#header h1 { 	
	margin: 0;
	color: #8486D3;
	font-size: 2.0em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #403265;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #8486D3; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #8486D3;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #5252AC; }
#nav li a.on { background-color: #5252AC; color: #FFFFFF; }

/*------------------------------------------------------------*
**  MiddleSection (side bar and content)
**------------------------------------------------------------*/
#middlesection { 
	background: #EEF2FD url(body-bg-left.gif) no-repeat top left; 
	width: 854px;
	/*border: 1px solid #c2c5e6;*/
	}	

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div {  }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}	
#sidebar div a:link, a:visited, a:active {
	font-size: 1.0em;
	font-weight: bold;
	color: #5253AD;
	border-bottom: 0px;
}
#sidebar div a:hover {
	/*color: #403265;*/
	color:#FFFFFF;
	/*border-bottom: 0px;*/
	border:1px solid #fff;
	background-color: #5253AD;
	
  	opacity:.6;filter:Alpha(opacity=10);
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 664px;
	margin-left: 180px; /*leave space for sidebar*/
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div {  }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #C5CCFA url(header-bg.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	text-align: center;	
	color: #7C51ED;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #8486D3; border-bottom: 1px dashed #8486D3; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
