﻿body{
	background: url('images/bg.jpg');
	font-family: arial;
	font-size: 11px;
	padding: 9px;
}
ul{
	list-style-image: url('images/list_bullet.gif');
	line-height: 1.5em;
}
.shell{
	width: 780px;
	background: #FFFFFF;
	font-family: arial;
}
.topNav{
	vertical-align: top;
	padding: 8px;
	color: #000000;
	font-size: 11px;
	text-align: right;
}
.topNav A{
	color: #000000;
	text-decoration: none;
}
.topNav A:hover{
	text-decoration: underline;
}
.mainNav{
	text-align: center;
}
.mainNav A {
	color: #004D38;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	display: block;
	padding: 8px;
	border-left: 1px #FFFFFF solid;
	background: #97C0B5;
}
.mainNav A:hover {
	color: #FFFFFF;
	display: block;
	background: #80B3A5;
	padding: 8px;
}
.mainNavBlank{
	background: #004D38;
	width: 100px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.content{
	font-family: arial;
	font-size: 11px;
	padding: 9px;
}
.contentPlain, table{
	font-family: arial;
	font-size: 11px;
}
.small{
	font-size: 9px;
}
.title{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #004D39;
	color: #003300;
}
.bottom{
	background: #C2A980;
	border-top: 4px solid #004D38;
	padding: 8px;
}
.bottomNav{
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 8px;
}
.bottomNav A{
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav A:hover{
	text-decoration: underline;
}
.homeContent{
	font-family: arial;
	font-size: 11px;
	width: 400px;
	vertical-align: top;
}
.homeLeft{
	border-right: 1px #848684 solid;
	vertical-align: top;
	width: 190px;
}
.homeRight{
	border-left: 1px #848684 solid;
	vertical-align: top;
	width: 190px;
	text-align: center;
}
.arrowlink{
	padding-left: 19px;
	background: url('images/arrow.jpg') top left no-repeat;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 4px;
	margin-left: 20px;
}
.arrowlink A{
	color: #848684;
	text-decoration: none;
}
.arrowlink A:hover{
	text-decoration: underline;
}
.login{
	background: #EFEBEF;
	font-family: arial;
	color: #000000;
	font-size: 11px;
}
a.greenBtn {
	width: 162px;
	height: 28px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
	background: url('images/btn_green.gif') no-repeat;
	color: #fff;
	font-weight: bold;
}
a.greenBtn:hover {
	background: url('images/btn_white.gif') no-repeat;
	color: #000;
}