body {
	background: url('images/bg.jpg');
	margin: 0;
	padding: 0;
}
.shell {
	border-left: 2px #DBB81C solid;
	border-right: 2px #DBB81C solid;
	font-family: Arial;
	font-size: 11px;
	background: #FFFFFF;
	width: 760px;
}
.shell table {
	font-family: Arial;
	font-size: 11px;	
}
/*-----Header-----*/
.top {
	background: #A7CEBB;
	border-bottom: 6px solid #FFF;
	font-family: Arial;
	color: #000000;
}
.top .upperNav {
	vertical-align: top;
	text-align: right;
	color: #1e3529;
	padding-top: 4px;
	padding-right: 4px;
	font-size: 11px;
}
.top .upperNav a {
	margin: 0 4px;
	color: #1e3529;
	text-decoration: none;
}
.top .upperNav a:hover {
	text-decoration: underline;
}
.top .mainNav {
	text-align: center;
	width: 140px;
	line-height: 30px;
}
.top .mainNav a {
	color: #1e3529;
	width: 140px;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	display: block;
	border-left: 1px #A7CEBB solid;
	background: #DFF0E8;
}
.top .mainNav a:hover {
	color: #FFF;
	display: block;
	background: #8FAFA0;
}
.top .mainNavBlank {
	background: #8FAFA0;
}
/*-----Left Content-----*/
.contentLeft {
	border-right: 1px solid #8fb0a0;
	vertical-align: top;
	padding: 8px;
	width: 180px;
	height: 100%;
}
.contentLeft ul {
	list-style: none outside url('images/arrow.gif');
	margin: 0 0 0 30px;
	padding: 0;
}
.contentLeft li {
	line-height: 12px;
	margin-bottom: 8px;
}
.contentLeft li a {
	text-decoration: none;
	color: #016100;
}
.contentLeft li a:hover {
	text-decoration: underline;
	color: #E4CE5F;
}
/*-----Middle Content-----*/
.contentMid {
	vertical-align: top;
	padding: 8px;
	width: 400px;
}
/*-----Right Content-----*/
.contentRight {
	border-left: 1px solid #8fb0a0;
	vertical-align: top;
	padding: 8px;
	width: 180px;
}
.contentRight #AccessIDVisible {
	width: 80px;
	height: 20px;
	border: 1px solid #8FAFA0;
}
/*-----Footer-----*/
.bottom {
	border-top: 6px solid #FFF;
}
.bottom td {
	background: #A7CEBB;
	color: #1e3529;
	font-size: 11px;
	border-top: 3px solid #8FAFA0;
	padding: 8px;
	font-family: Arial;
	vertical-align: top;
}
.bottom a {
	margin: 0 2px;
	color: #1e3529;
	text-decoration: none;
}
.bottom a:hover {
	color: #1e3529;
	text-decoration: underline;
}
/*-----Global-----*/
.title {
	color: #016100;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
p.title {
	margin-bottom: 10px;
}
a {
	color: #016100;
	text-decoration: underline;
}
a:hover {
	color: #016100;
	text-decoration: none;
}