body { 
	overflow: auto;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9e2d8;
	background-image: url(images/stripes.jpg);
	color: #484948;
}

table { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a { color: #004800;}

a:hover { color:#009933;}

.outer { 
	height: 100%;
	width: 600px;
	text-align: center;
}

.main { 
	height: 90%;
	width: 600px;
	border: 5px solid #004800;
	background-color: #fff;
	margin-top: 10px;
}

.banner { 
	background-color: #004800;
	width: 498px;
}
	
.logo { width: 85px;}

.nav { 
	background-color:#004800;
	height: 18px;
	width: 498px;
	padding-left: 20px;
	color: #fff;
	word-spacing: 2px;
}

.navlink {
	color: #fff;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

.navlink:a:hover { color:#ffcc00;}

.active {
	font-weight: bold; 
	color: silver;
}

.subnav { 
	height: 19px;
	background-image: url(images/subnav.jpg);
	background-position: top;
	backround-repeat: repeat-x;
	background-color: #fff;
	text-align: right;
	padding-right: 28px;
}

.subnavlink { 
	color:#000;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	text-decoration: none;
}

.subnavlink:a:hover { color:#009933;}

.bar { 
	background-color:#004800;
	width: 18px;
	height: 100%;
}

.body { 
	vertical-align: top;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 100%;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
