/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff ; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left; /* IE Fix */
	margin: 0;
	color: #000066;
	}
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: #B12211; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 2px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #fff url(/media/facility.png) no-repeat 100% 0;
	border-bottom: 1px solid #fff;
	border-top: 5px solid #fff;
	padding: 2px 5px;
        height:187px;
	}	
#header h1 { 	
	margin: 0;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #008080; 
	border-bottom: 0px solid #fff;
	border-left: 300px solid #008080; 
	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: #FFFFFF;
	background-color: #008080;
	border-right: 0px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #ce2c1b; }
#nav li a.on { background-color: #ce2c1b; color: #FFFFFF; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 170px;
	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: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #b12211 url(/media/footer.png) no-repeat;
	border-bottom: 1px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
height:13px;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

