/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(bg2.gif); /* Optional */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
html { overflow-y: scroll; }

acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; }
a:hover { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(header.gif) no-repeat 100% 0;
	height:126px;

	}	
#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: #99e1d9; 
	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: #684519;
	background-color: #99e1d9;
	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: #99e1d9; }
#nav li a.on { background-color: #99e1d9; color: #000; }

/*------------------------------------------------------------*
**  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 0 0; 
	cursor: default;
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	margin-left: 15px;

	}

#content h1, #content h2,#content h3,#content h4{
	margin:0 0 10px 0;
	letter-spacing:-1px; 
	font-weight:bold;
	color:#684519;
}
#content h1 {font-size:1.8em;}
#content h2 {font-size:1.6em;}
#content h3 {font-size:1.4em;}
#content h4 {font-size:1.2em;}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #684519;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}

table {
margin:0 0 16px 0;
padding:0;
border-collapse:collapse;
border-color: #d8d8d8;
}

img {
padding:1px;
margin:5px;
border-color: #f0f0f0;
}
	
#footer a { text-decoration: none; color: #FFFFFF; }
#footer a:hover { color: #fff; }
