/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333333;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border: 0; }
a:hover { border-bottom: 1px dashed #369; color: #369; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 775px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #333941 url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	}
#header2 {
	background: #333941 url(img/right2.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	}
#header3 {
	background: #333941 url(img/right3.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	}
#header4 {
	background: #333941;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	}
#header5 {
	background: #333941;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 20px 10px;
	}	


#header h1, #header2 h1, #header3 h1, #header4 h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2, #header2 h2, #header3 h2, #header4 h1 { 	
	margin: 0;
	color: #8D8E90;
	font-size: .9em;
	padding-left: 1px;
	cursor: default;
	}	
#header a, #header2 a, #header3 a, #header4 h1{
	color: #ccff66;
	text-decoration: none;
	font-size: 10px;
	}

#header5 h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 2em;
	font-weight: normal;
	cursor: default;
	}	
#header5 h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1em;
	padding-left: 1px;
	cursor: default;
	}	
#header5 a {
	color: #ccff66;
	text-decoration: none;
	font-size: 1.3em;
	}


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.4em;
	}
#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: right;
	width: 185px;
	position: relative;
	font-size: 1em;
	line-height: 22px; 
	word-spacing: 2px;	
	background-color: #c9afa4 
	}

#sidebar h4 {
	font-size: .9em;
	color: #49515C;
	margin: 0;
	}

#sidebar p {
	margin: 0;
	text-align: center;
	}

#sidebar h3 { 
	font-size: 1.3em; 
	color: #49515C; 
	text-align: center;
	margin: 0 5px 0 0; 
	cursor: default;
	}

#sidebar h2 { 
	font-size: 1.1em; 
	color: #49515C; 
	text-align: center;
	margin: 0 5px 0 0; 
	cursor: default;
	}

#sidebar div.green {
	background: white;
	text-align: center;
	font-weight: bold;
	line-height: 17px; 
	border: 2px solid #858F9E;
	color: #333941;
	}

#sidebar a {
	font-size: 11px;
	color: #49515C;
}

#sidebar div { background: #c9afa4 }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#content h3, #content2 h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #content2 div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	font-size: 12px;
	color: black;
	}	


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 581px;
	position: relative;
	margin-left: 0;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	border-right: 2px solid #ddd;
	}	
#content table {
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	border: 0;
	}
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }
#content2 {
	float: left;
	width: 775px;
	position: relative;
	margin-left: 0;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content2 table {
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	}
#content2 div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	padding: 5px;
	line-height: 16px;
	clear: both;
	}

#footer2 {
	background: #ffffff 100% 0;
	border: 2px solid #ddd;
	text-align: left;	
	color: #ddd;
	font-size: 1em;
	padding: 5px;
	line-height: 16px;
	clear: both;
	}

#footer2 table {
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	color: #000000;
	border: 0;
	}

#footer2 h3 { 
	font-size: 1.4em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#footer3 {
	background: #ffffff 100% 0;
	text-align: left;	
	color: #ddd;
	font-size: 1em;
	padding: 5px;
	line-height: 16px;
	clear: both;
	}

#footer3 h4 { 
	font-size: 1.4em; 
	color: #4b6b45; 
	margin: 0 10px 0 0; 
	cursor: default;
	text-align: center;
	}

#footer table {
	width: 100%;
}
#footer a { text-decoration: none; color: #ccff66; border: none;}	
#footer2 a { text-decoration: none; font-size: .8em; color: #A2AFBF; border: none;}
#footer, #footer a:hover { color: #fff; border: none; }

