/*former gree: #299f1d
New green: #299f1d*/

body {
	margin: 0px;
	background:url(bk.png) repeat-x center top;
	font-family: "Lucida Grande",geneva,arial,sans-serif;
	color: #373B3D;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
}
	
p{
	margin:0 10px 10px;
	}
	
a{
	
	color: #FFCC00;
	text-decoration: none;
	
	}



div#hr{
	border-top: dotted 2px #808080;
	padding:5px;
}
li{
	
	text-align: justify;
	list-style: square;
	
}	
div#header{
	background: transparent;
	width: 710px;
	padding: 8px;
	margin: 10px auto;
	text-align: center;
	color:#ffffff;
	font-size:10px;
	font-variant:small-caps;	
	}
	 
  

	
.titles{
	color: #299f1d;
	font-size: 14px;
	font-variant: small-caps;
}
	
div#extra{
	background:#FF8539;
	}
	
	
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: left;
	}

div#container{
	width:700px;
	margin:20px auto;
	text-align:center;
	min-height: 100%;
		}
	
div#right{
	float:right;
	width:500px;
	text-align: left;
	}
	
div#left{
	float:left;
	width:200px;
	text-align: left;
	}
	
	
div#footer{
	clear: both;
	background: #ffffff;
	width:700px;
	margin:0px auto;
	padding: 10px 5px 5px 5px;
	text-align: left;
	color:#111111;
	font-size:10px;
	
	}
	
/*Navigation Controls*/


div#header ul{
	color:#ffffff;
	text-align:center;
	background:transparent;
	display: inline;
}

div#header li{
	background: transparent;
	color: #FFFFFF;
	font-size:13px;
	display: inline;
	list-style-type: none;
	text-align:center;
	font-weight:bold;
	height:auto;
}
div#header a{
	
	color: #981793;
	padding:17px 10px 17px 10px ;
	}
	
#header li a:link{
	background: transparent;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display: inline;
	}

#header li a:visited{
	background: transparent;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
		
	}
#header li a:hover{
	background: #000000;
	color: #FFFFFF;
	font-size:13px;
	text-decoration:none;
	
	}

#header li a:active{
	backgroundr: transparent;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a:link{
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #299f1d;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #299f1d;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #299f1d;
	font-size: 11px;
	font-weight:bold;

}

a:active{
	font-family:"Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #299f1d;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

h1,h2,h3,h4{
margin:0 10px 10px;
}

.green{
color:#299f1d;
}

.black{
color: #111111;
}

	
	
