body {
	margin-top: 20px;
	text-align: center;
	color: #666;
}
body, td, input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	background-color: #fff;
}

#header {
	height: 82px;
	border-bottom: 1px solid #C3C3C3;
}
#logo {
	float: left;
	margin-left: 17px;
	width: 200px;
	height: 68px;
}
#navMain {
	float: right;
	margin-top: 63px;
}
#navMain a {
	display: inline;
	font-weight: bold;	
	color: #666;
	padding-left: 6px;
	text-decoration: none;
}
#navMain a:hover, #navMain a:active {
	text-decoration: underline;
}

#navTop {
	clear: both;
	border-top: 4px solid #ECECEC;
	padding-bottom: 3px;
}
#navTop a {
	display: block;
	background-color: #830023;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px dotted #fff;
}
#navTop a.last {
	border-right: 0px;
}
#navTop a:hover, #navTop a:active {  /* Odd interaction with leftNav */
	background-color: #A74641;
}

#splash {
	height: 168px;
}
#login {
	float: left;
	background-color: #366496;
	width: 199px;
	height: 168px;
}
#login .sectionHeader {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 7px;
}
#login .blurb {
	font-size: 11px;
	color: #fff;
	padding: 7px;
}
/*
#loginForm {
	background-color: #C5D7EB;
	margin: 5px;
	padding: 5px;
	border: 1px solid #fff;
}
#loginForm .label {
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}
#loginForm input {
	margin-bottom: 7px;
}
#loginForm .button {
	color: #fff;
	font-weight: bold;
	background-color: #366496;
	border: 1px solid #fff;
	padding: 2 3 2 3;
}
*/

#member {
	float: right;
}

#homeContent {
	clear: both;
}
#navLeft {
	float: left;
	width: 198px;
	margin-top: 5;
	padding: 13px;
	border: 1px solid #c3c3c3;
}
html>body #navLeft {
	width: 170px;
}
#navLeft a, #navLeft a.last {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #405EBE;
	padding-bottom: 19px;
	text-decoration: none;
}
#navLeft a.last {
	padding-bottom: 4px;
}
#navLeft a:hover, #navLeft a:active {
	text-decoration: underline;
}

#homeGrid {
	float: right;
	width: 561px;
}
#homeGrid .box {
	border: 1px solid #c3c3c3;
	padding: 13px;
}
#homeGrid a {
	color: #830023;
	text-transform: uppercase;
	text-decoration: none;
}
#homeGrid a:active, #homeGrid a:hover  {
	color: #A74641;
	text-decoration: underline;
}

#subPageLeft {
	float: left;
	width: 570px;
	padding: 33px;
}
html>body #subPageLeft {
	width: 502px;
}
#subPageRight {
	float: right;
	width: 190px;
	padding: 20px;
	background-color: #366496;
	color: #fff;
}
html>body #subPageRight {
	width: 150px;
}

.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #405EBE;
	padding-bottom: 5px;
}
.sectionHeader {
	font-size: 12px;
	font-weight: bold;
	color: #405EBE;
	padding-bottom: 5px;
}
.bullet {
	color: #830023;
}
.bulletItem {
	padding-top: 8px;
}
.action {
	font-weight: bold;
	color: #99CFF8;
}

#subPageRight .sectionHeader {
	color: #FFE68B;
	text-transform: uppercase;
}
#subPageRight a {
	font-weight: bold;
	color: #99CFF8;
	text-decoration: underline;
}
#subPageRight a:active, #subPageRight a:hover {
	color: #fff;
}
#navRight {
	margin-top: 15px;
}
#navRight a {
	display: block;
	padding-top: 5px;
	font-weight: normal;
	color: #99CFF8;
	text-decoration: underline;
}
#navRight a:active, #navRight a:hover {
	color: #fff;
}

#login a {
	font-size: 12px;
	color: #fff;
}
#login a:hover, #login a:active {
	color: #C5D7EB;
}

a {
	color: #405EBE;
}
a:active, a:hover {
	color: #99CFF8;
}

.red {
	color: #ff0000;
}
.colheader, .bold, .newstitle {
	font-weight: bold;
}

ul {
	margin-top: 0px;
}
ul li {
	margin-left: -15px;
}
ul.sub {
	margin-top: 0px;
}
ul.sub li {
	margin-left: -15px;
}

.address {
	font-weight: bold;
}
.req {
	color: #ff0000;
}
input.req {
	color: #000000;
	background-color: #ffffcc;
}

#footer {
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
}
#footer a.email {
	color: #405EBE;
	text-decoration: underline;
}
#footer a.email:active, #footer a.email:hover {
	text-decoration: none;
}