body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center; /* IE Fix */
	margin-top: 22px;
	color: #333;
	margin-bottom: 22px;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a {
	text-decoration: underline;
	color: #369;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	width: 760px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #49515C;
	text-align: left; /* Cancel IE Fix */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h1 {
	margin: 0;
	color: #C6C4C5;
	font-size: 2em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 {
	margin: 0;
	color: #000;
	font-size: 1.4em;
	padding-left: 1px;
	cursor: default;
	font-weight: normal;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	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: #ddd;
	background-color: #858F9E;
	padding: 3px 8px;
	font-size: 1.4em;
	float: left;
	font-weight: normal;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #fff;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div {
	background-color: #fff;
	background-repeat: repeat-x;
}	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.4em;
	color: #333;
	cursor: default;
	background-color: #FFFFFF;
	margin: 0;
	}
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	padding: 6px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 735px;
	position: relative;
	margin-left: 10px;
	text-align: justify;
	word-spacing: 2px;
	}	
#content div {
	background-color: #fff;
	background-repeat: repeat-x;
}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;
	color: #000;
	font-size: 1em;
	line-height: 16px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; }
.style1 {font-size: 0.9em}
.style2 {color: #FF0000}


img
                             {  border-style: none;
}

