/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background: White url(bodyback.jpg) repeat;*/
	/* background: #fff url(bg2.gif);  */
	font-family: Arial, 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: 640px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 0px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
display:none;
	background: #ffffff url(banneri.jpg) no-repeat 100% 0;
	height: 90px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#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;
	}	

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

#nav {
display: none;
width: 738px;
	background: #ffffff; /*cc6509;*/ /*858F9E;*/ 
	/* border-bottom: 4px solid #fff; */
	margin-bottom: 3px;
	border-top: 1px solid #000000;
	border-right: 0px solid #cc6509;
	border-left: 0px solid #cc6509;
	margin: 0; 
	padding: 0;
	height: 2.0em;
	text-align: center;
	}
#nav li {
display:none;

	list-style-type: none;
	display: inline;
	line-height: 23px; text-align: center;
	}		
#nav li a { 
font-family: Arial, 'Times New Roman','Courier New', Courier, monospace;
	text-transform: uppercase;
	text-decoration: none; 
	color: #000000; /*ddd;*/
	background-color: #ffffff; /*cc6509;*/ /*858F9E;*/
	border-right: 1px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1.0em;
	
	
/*font-weight: bold;*/
	}
#nav li a:hover { 
background-color: #ffffff; /*6B7687;*/ 
border-bottom: 2px solid #cc6509; 
border-top: 2px solid #cc6509;
color: #000000;}

#nav li a.on { 
background-color: #ffffff; /*49515C;*/ 
color: #000000; 
border-bottom: 2px solid #cc6509;}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
display:none;
	float: left;
	width: 175px;
	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;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: auto;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(para_bg.jpg) repeat-x; }	

#content a { text-decoration: none; color: #369; border-bottom: 0px dashed #369; }
#content a:hover { border-bottom: 0px dashed #49515C; color: #49515C; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {

	background: #ffffff; /*cc6509;*/ /*49515C url(hheader_right.gif) no-repeat 100% 0;*/
	border-bottom: 5px solid #fff;
	border-top: 1px solid #cc6509;
	padding-top:5px;
	text-align: center;	
	color: #000000;
	font-size: 1.0em;
	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; }



#footer-print {
text-align: center;	
}



h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px dashed #000000;
}
h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 2px;
	border-bottom: 1px solid #dddddd;
}
h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 2px;
}
h4 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 2px;
}
h5 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 2px;
}
h6 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 2px;
}
