/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: center; /* IE Fix */
	margin-top: 5px;
	color: #4A4344;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: underline; color: #369; }
a:hover {   text-decoration: underline; color: #369; }

a.b { text-decoration: underline; color: #000000; }
a.b:hover {   text-decoration: underline; color: #000000; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 780px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C ;
	border-bottom: 6px solid #696969;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	position:relative;
	}	

#search {position:absolute; top:35px; right:20px;}

#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 {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 5px 0 0 0; 
	padding: 0;
	height: 1.0em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	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: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 180px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;
	margin-top: 5px ;
	padding: 10px 0 10px 10px;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 18px; 
	margin: 0 0 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: 550px;
	position: relative;
	margin-left: 15px;
	margin-top: 5px ;
	text-align: justify; 
	word-spacing: 2px;	
	padding: 10px 0 10px 10px;
	}	

#content img {
float: left; 
border: 1px solid #C4C4C4;
}

#content div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C ;
	border-bottom: 5px solid #fff;
	text-align: center;	
	color: #fff;
	clear: both;
	font-size: 0.8em;
	margin: 0px auto;
	width: 780px;
	padding-top: 8px ;
	padding-bottom: 8px ;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
