/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url('bg2.gif'); /* 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; }

h1 { font-size: 130%; color: #666; font-weight: normal; }
h2 { font-size: 110%; text-indent: 16px; color: #666; }
h3 { font-size: 100%; text-indent: 16px; }
h4 {  }
h5 {  }
h6 {  }

h2, h3, h4 { border-bottom: 1px dashed #666; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url('dot_line.gif') repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #fc3 url('header_dirt.jpg') no-repeat 100% 0; /* Dirt */
/*	background: #fff url('header_clouds.jpg') no-repeat 100% 0;  clouds*/
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 4px 12px; /*28 30*/
}	
#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;
	}	
#header a {text-decoration: none; border:0;}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
/*	background: #858F9E; */
	background-color:#fc3;
	border-bottom: 4px solid #fff;
	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: #333;
	background-color: #fc3;
	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: #f60; }
#nav li a.on { background-color: #f90; color: #000; }
/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/
#banner { background: #fff url('banner.jpg') no-repeat;
	height:160px; border-bottom: 5px solid #fff;}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	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 10px 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 5px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: right;
	width: 540px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
/*	text-align: justify; */
	word-spacing: 2px;	
	}	
#content div { background: #fff url('para_bg.jpg') repeat-x; }	
#content img { margin: 5px; border:1px solid #666;}
#content table {width: 90%;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
/*	background: #49515C url(header_right.gif) no-repeat 100% 0; */
	background: #fc3 url('footer_right.gif') no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #000;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #666; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }


/*------------------------------------------------------------*
**  Custom Classes
**------------------------------------------------------------*/
.data {text-align: left; border-top: 1px solid #ccc; margin: 4px; font-size: 90%;}
.data th {font-weight: normal; text-align: left; background: #eee; color: #666; border-bottom: 1px solid #ccc; padding: 1px 4px;}
.data td {border-bottom: 1px solid #ccc; padding: 1px 4px;}



/*  Float containers fix:
		http://www.csscreator.com/attributes/containedfloat.php  
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
