body {
	background-color: #003300;
	z-index: 2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#body {
	left: 15px;
	position: relative;
	
}

.copyright {
	font-size: small;
	color: #FFFFFF;
	background-color: #666666;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#content {
	height: 500px;
	width: 650px;
	top: auto;
	position: relative;
	left: 45px;
	background-image: url(images/cbg.png);
	background-repeat: no-repeat;
	z-index: 1;
	padding: 3px;
}
#banner {
	height: 152px;
	width: 500px;
	position: relative;
}
#navbar {
	height: 45px;
}
.globalLink{
	height: 23px;
	min-width: 640px;
	padding: 0px 0px 12px;
	margin: 0px;
	z-index: 100;
	left: 5px;
	text-align: left;
	width: 200px;
	vertical-align: bottom;
}
a.glink, a.glink:visited{
	color: #333300;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
	font-size: medium;
}
a.glink:hover{
	text-decoration: none;
	color: #006600;
}
.skipLinks {display: none;}

.mainbar {
	padding: 10px;
	background-repeat: no-repeat;
	border: 3px dashed #FFFFFF;
	vertical-align: top;
}
.sidebar {
	width: 210px;
	vertical-align: top;
	padding-top: 3px;
	background-image: url(images/woodbg.jpg);
	background-repeat: repeat;
	padding-bottom: 5px;
	padding-right: 5px;
}
.sidebar a:visited, .sidebar_td_td a:active, 
.sidebar a:link{
 display: block;
 color: #FFFFFF;
 text-decoration: none;
 }
.sidebar a:hover {
 display: block;
 color: #CCCCCC;
 text-decoration: none;
}
.sidebar h2 {
	text-align: center;
	color: #FFFFFF;
}
.sidebar ul {
	margin-right: 10px;
}