/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url("img/bg_body.jpg") repeat-x 0 188px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666666;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #F79213;
	border-bottom-color: #F79213;
	border-color: #F79213;
}
a:hover {
	color: #F79213;
	border-bottom: 1px solid #F79213;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 600px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(img/bg_header.jpg) repeat-x;
	padding: 38px 0;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	}	
#header h1, 
#header h2 {
	margin: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 {
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #FFFFFF;
}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav {
	margin: 0;
	padding: 0 0 0 30px;
	border: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: auto;
	text-align: left;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 50px;
	margin-right: 5px;
	margin-bottom: 50px;
	}		
#nav li a {
	text-decoration: none;
	color: #666666;
	border-bottom: 0;
	padding: 9px 8px 8px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	border: 0;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #CCCCCC;
	}
#nav li a:hover {
	border-top: 5px solid #ddd;
	background-color: #FFFFFF;
}
#nav li a.on {
	border-top-color: #FF9900;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	line-height: 22px; 
	text-align: left; 
	word-spacing: 2px;
	text-align: left; /* Cancel IE Fix */	
	background: #fff url(img/bg_line.gif) no-repeat 50% 2px;
	padding: 0px 30px;
	font-size: 1.1em;
	}	
#content h3 {
	font-size: 1em;
	color: #F79213;
	margin: 0;
	cursor: default;
	}
#content p { margin-top: 5px; margin-bottom: 10px; }
#content blockquote { 
	background: #E7FAFF; 
	margin: 10px 0; 
	padding: 10px 20px;
	border-top: 1px solid #CEECDE;
	border-bottom: 1px solid #CEECDE;
	}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li {
	list-style-image: url(img/li_bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: url(img/bg_footer.jpg) repeat-x;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	}
	
#footer a { text-decoration: none; color: #7CCAB1; border-bottom: 1px solid #7CCAB1; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }
#content p_table {
margin-top: 5px; margin-bottom: 10px;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}
