html
{
	width: auto;
	height:	auto;	
/*	background-image:url(../images/dots.gif);
	background-repeat: repeat; */
	/*background-color:#d6e7f1;*/
	
}

/* margin */

body
{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-color:#c1cdcd;
}

#container
{	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*background-color:#98bad3;*/
	background-color: #fffff;
	border: 1px solid #34618B;
}

#headLine
{
	background-color: #34618B;
	text-align: center;
	/*background-image:url(../images/h_bg.gif);
	background-repeat: repeat-x;*/
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	
}

#content
{
	margin-bottom: 5px;
	padding-right: 5px;
	/*background-color:#FFFF33;*/
	background-color:#FFFFFF;
}

#leftNav
{
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	font-weight:bold;
}

#leftNav ul     /*un ordered list*/
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #34618B;
}
		
#leftNav li   /*list*/
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#leftNav li a   /* list anchor*/
{
	display: block;
	width:95%;
	padding: 3px 0px 3px 3px;
	border-left: 5px solid #34618B;
	color:#000066;
	border-right: 5px solid #5a769d;
	background-color: #2c8fe2;
	text-decoration: none;
}

#leftNav li a#active  /* list anchor*/
{
	display: block;
	width:95%;
	padding: 3px 0px 3px 3px;
	border-left: 5px solid #34618B;
	color: #FFF;
	border-right: 5px solid #5a769d;
	background-color: #2175bc;
	text-decoration: none;
}

html>body #leftNav li a 
{
	width: auto;
}

#leftNav li a:hover 
{
	border-left: 5px solid #1c64d1;
	border-right: 5px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#mainContent
{
	/*background-color:#d6e7f1;*/
	float: right;
	width: 587px;
	color:#000066;
	text-align:justify;
}

#footer
{
	clear: both;
	width:790px;
	/*background-color:#CC0000;*/
	background-color: #7CB3E7;
	text-align: center;
	padding: 5px;
	/*background-image:url(../images/h_bg.gif);
	background-repeat: repeat-x;*/
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	/*border: 1px solid red;*/
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

#footer a:hover
{
	color:#000066;
	text-decoration:inherit;
}
	
