body	{
	margin:0px;
	background-image:url(images/bg-site.jpg);
	background-repeat:repeat-y;
	}
	
img	{
	border:0px;
	}	

div	{
	font-family:arial, sans-serif;
	}	
	
#topnav	{
	width:280px;
	position:absolute;
	top:0px;
	left:550px;
	font-size:11px;
	}	
	
#topnav	a	{
	color:#506100;
	text-decoration:none;
	}	

#topnav	a:hover	{
	color:#BEAE03;
	}

#footer	{
	font-size:11px;
	color:#555555;
	width:770px;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;	
	}

#footer	a	{
	text-decoration:none;
	color:#506100;
	}	

#footer	a:hover	{
	text-decoration:none;
	color:#BEAE03;
	}	
	
#footer	ul	{	
	margin-left:0px;
	}
		
#footer ul li	{
	display:inline;
	margin-left:5px;
	margin-right:5px;
	}
	
#footer	li a	{
	color:#506100;
	text-decoration:none;
	}	

#footer	li a:hover	{
	color:#BEAE03;
	}
	
#logo	{
	position:absolute;
	top:0px;
	left:0px;
	}	

h1	{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#566700;
	}	
	
#container	{
	width:770px;
	background-image:url(images/bg-content.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	}
	
#section	{
	position:absolute;
	top:55px;
	left:200px;
	}	
	
#left	{
	float:left;
	height:300px;
	background-image:url(images/bg-left.gif);
	background-repeat:no-repeat;
	width:200px;
	}	

#right	{
	float:left;
	background-image:url(images/bg-right.gif);
	background-repeat:no-repeat;
	width:570px;
	overflow:visible;
	}	
	
#content	{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:40px;
	width:490px;
	font-size:12px;
	color:#000000;
	}	
	
#content a	{
	color:#938200;
	text-decoration:none;
	font-weight:bold;
	}	

#content a:hover	{
	color:#506100;
	font-weight:bold;
	}		
	

#content ul	{
	list-style:square;
	}	

#content	td	{
	font-size:11px;
	}
	
input.button	{
	background-color:#000000;
	color:#ffffff;
	font-size:11px;
	border:0px;
	height:30px;
	width:100px;
	}	

#nav	{
	position:absolute;
	top:145px;
	left:200px;
	font-size:11px;
	}	
			
#nav ul	{
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
	width:550px;
		}	
	
#nav ul li	{
	float:left;
	width:95px;
	height:49px;
	background-image:url(images/bg-nav-00.gif);
	background-repeat:no-repeat;	
	}
		
#nav li a {
		display:block;
		width:95px;
		height:49px;
		color:#ffffff;
		text-align:center;
		text-decoration: none;
		padding-top:18px;
		padding-bottom:18px;
		}	
		
#nav li	a.twolines	{
		padding-top:10px;	
	}
		
#nav li a:hover {
		background-image:url(images/bg-nav-01.gif);
		background-repeat:no-repeat;
		}	

html>body #nav li a {
		height: auto;
		}		
		
#left	ul	{
	margin:0px;
	margin-left:19px;
	margin-top:58px;
	padding:0px;
	list-style:none;
	}
	
#left ul li	{
	background-color:#ffffff;
	width:180px;
	border-left:#DEE3C6 solid 1px;
	border-bottom:#DEE3C6 solid 1px;
	}			
	
#left ul li.borderBoth	{
	border-bottom:#DEE3C6 solid 1px;
	border-top:#DEE3C6 solid 1px;
	border-left:#DEE3C6 solid 1px;
	}			
	
#left li a {
	display:block;
	font-size:11px;
	width:180px;
	color:#506100;
	text-decoration: none;
	padding:5px;
	}		
	
#left li a:hover {
	color:#ffffff;
	background-color:#707A39;
	}			
	
html>body #left li a {
		width: auto;
		}			
		
	
