/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(../img/16.jpg); /* 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: 790px;
	background: #ddd url(../img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 40px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(../img/head.jpg) no-repeat 100% 0;
	height: 94px;
	border-bottom: 4px solid #ddd;
	border-top: 5px solid #ddd;
	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 {
	background: #858F9E; 
	border-bottom: 4px solid #ddd;
	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: #eeeeee;
	background-color: #858F9E;
	border-right: 4px solid #ddd; 
	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: #dddddd; }
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 173px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;
	}
#sidebar div { background: #ddd url(../img/para_bg.gif) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar h3 a { border-bottom: 0; font-color: #858F9E; }
#sidebar h3 a:hover { border-bottom: 0; font-color: #6B7687; }
#sidebar div { 
	border-top: 1px solid #333; 
	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 613px;
	position: relative;
	margin-left: 4px;
	margin-top: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	}	
#content div { 
	background: #ddd url(../img/para_bg.gif) repeat-x;
	border-top: 1px solid #333; 
	padding: 10px;
	}
#content h3 { 	
	font-size: 1.5em;
	text-align: center; 
	}	
#content p { 	
	font-size: 1.3em; 
	}	
#content a { font-size: 0.9em; font-weight: bold; border-bottom: 0; font-color: #858F9E; }
#content a:hover { font-size: 0.9em; font-weight: bold; border-bottom: 0; font-color: #6B7687; }
#content news { 	
	font-size: 1.3em; 
	}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #858F9E no-repeat 100% 0;

	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 2px;
	line-height: 10px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 0px; }
#footer a:hover { color: #fff; border-bottom: 0px;}

/*------------------------------------------------------------*
**  Robots
**------------------------------------------------------------*/
#robots {
	background: #ddd no-repeat 100% 0;

	text-align: right;	
	color: #fff;
	font-size: 0.7em;
	padding: 5px;
	line-height: 0px;
	clear: both;
	}
	
#robots a { text-decoration: none; color: #A2AFBF; border-bottom: 0px; }
#robots a:hover { color: #fff; border-bottom: 0px;}
