.box { 
	background: url(../images/boxFiller.jpg) repeat;
	width: 700px;
	text-align:left;
	margin:40px auto;
 }
 
.boxtop div {
	background: url(../images/TopL.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(../images/TopR.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(../images/BottomL.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(../images/BottomR.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width:1000px;
	margin: 0 auto;
	text-align:left;
 }

.header
{
	margin-left:00px;
	margin-right:0px;
	height:auto;
}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #006633;
	text-decoration: none;
}

.navigation a:active {
	color: #003300;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo {
	display: inline;
	font-size: medium;
	line-height:65px;
	color: #006633;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-weight: bold;
	
} 

.sidebar {
	width:150px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
}

.main {
	width:auto;
	margin-left:200px;
	margin-right:20px;
	padding-top:5px;
	font-size: 12px;
	color:#666666;
}

.main h1 {
	font-size: 18px;
	color:#000000; 

}

.main h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}

.main h3 {
	font-size: 12px;
	color:#666666;  
}

body {
	background: ;
	background-repeat:no-repeat;
	
	background-color: #FFFFFF;
	text-align:center; 
	font-size: 12px; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}
	
.footer {
	font-size: small;
	width:1024px;
	color: #999999;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

.BottomNavBar {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight:bold;

}

.BottomNavBar a:link {
color: #999999;
text-decoration: none;
}

.BottomNavBar a:visited {
color: #999999;
text-decoration: none;
}

.BottomNavBar a:hover {
	color: #009933;
	text-decoration: none;
	font-size: 10px;
	font-weight:bolder;
}

.BottomNavBar a:active {
	color: #006633;
	text-decoration: underline;
	font-style: italic;
}

.webLink {
	color:#006633;
	text-decoration:none;
}

.webLink a:hover {
	color: #006633;
	text-decoration: underline;
	font-style: none;
}
.webLink a:active {
	color: #006633;
	text-decoration: underline;
	font-style: italic;
}
.webLink a:visited {
color: #993333;
text-decoration: none;
}
