/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	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 #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 1014px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #FFFFFF url(logo.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 49px 60px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
/*------------------------------------------------------------***  Slideshow**------------------------------------------------------------*/		#slideshow {	position: absolute;	left:450px; top:350px; width:300px; height:150px	}	
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #fae1c2; 
	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: #000;
	background-color: #fae1c2;
	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: #6B7687; }
#nav li a.on { background-color: #49515C; color: #fae1c2; }
/*------------------------------------------------------------***  SubNav**------------------------------------------------------------*/#subnav {	background: #fff; 	border-bottom: 2px solid #fff;	margin: 0; 	padding: 0;	height: 2.2em;	}#subnav li {	list-style-type: none;	display: inline;	line-height: 20px;	}		#subnav li a { 	text-decoration: none; 	color: #000;	background-color: #fff;	border-right: 2px solid #000; 	border-bottom: 0;	padding: 3px 8px;	font-size: 1.0em;	float: left;	}#subnav li a:hover { background-color: #000; color: #fff; }#subnav li a.on { background-color: #000; color: #fff; }/*------------------------------------------------------------***  SubSubNav**------------------------------------------------------------*/#subsubnav {	background: #fff; 	border-bottom: 2px solid #fff;	margin: 0; 	padding: 0;	height: 1.6em;	}#subsubnav li {	list-style-type: none;	display: inline;	line-height: 10px;	}		#subsubnav li a { 	text-decoration: none; 	color: #000;	background-color: #fff;	border-right: 2px solid #000; 	border-bottom: 0;	padding: 3px 8px;	font-size: 0.9em;	float: left;	}#subsubnav li a:hover { background-color: #000; color: #fff; }#subsubnav li a.on { background-color: #000; color: #fff; }
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#print div, #content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 1014px;
	position: relative;
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
                font-weight: bold;
       
	}	
#print {
	float: left;
	width: 980px;
	position: relative;
	margin-left: 0px;
	line-height: 0px; 
	text-align: right; 
	word-spacing: 2px;	
	}	
#print div, #content div { background: #fff;}/* url(para_bg.jpg) repeat-x; } */	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #FFFFFF; /* url(footer.jpg) no-repeat 100% 0;*/
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: right;	
	color: #A2AFBF;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }