body {
	text-align: center;
	background-image: url(images/background.jpg);
	/*background-color:#CCCCCC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
h1, table {
	margin: 0px;
	padding: 0px;
	}
blockquote {
	margin-top: 10px;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	color: #72395C;
	line-height:30px;
	border-bottom: solid #72395C 5px;
	}
h3 {
	font-size: 14px;
	margin: 0;
	color: #403E7D;
	padding-left: 0px;
	}
h4 {
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
	}
h5 {
	font-size: 14px;
	margin: 0;
	color: #72395C;
	padding-left: 0px;
	/*font-style:italic;
	text-align:center;*/
	}
hr {
	color: #52666F;
	background:  #52666F;
	border: hidden;
	}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	}
#wrapper {
	width: 755px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: solid 20px #383877;
	overflow: hidden;
	}
#topNav {
	background-color: #878787;
	text-align: right;
	font-weight:bold;
	}
#topNav a {
	font-size: 10px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
#topNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
#header {
	/*background-color: #FFFFFF;*/
	border-bottom: solid 10px #878787;
	}
#bannerImage {
	border-top: solid 10px #666666;
	}
#leftCol {
	float: left;
	width: 180px;
	/*height: 400px;*/
	padding-top: 0px;
	background-image: url(images/grayFade.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 10px #666666;
	}
#leftCol li {
	margin-top: 0px;
	margin-bottom: 20px;
	list-style-image: url(images/button.jpg);
	line-height: 16px;
	}
#leftCol li a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#leftCol li a:hover {
	text-decoration: underline;
	color: #72395C;
	font-weight:bold;
	}
#online {
	font-weight: bold;
	margin: 0 0 30px 0px;
	text-align: center;
	}
.onlineAccess {
	width: 140px;
	color: #4A656B;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	background: #FFFFFF;
	border: #7D6854 solid 1px;
	}
.onlineAccess:hover {
	background: #DBD2CA;
	}
#content {
	float: left;
	width: 575px;
	}
.contentPadding {
	border-top: solid 10px #666666;
	padding: 5px 5px 5px 5px;
	}
#footer {
	clear: both;
	}
#bottom {
	text-align: left;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	}
#buttons {
	}
#buttons a {
	background: #7D6854;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#buttons a:hover {
	color: #978471;
	}
.contentLeft {
	width: 358px;
	/*height: 303px;*/
	padding: 0px 5px 0px 0px;
	background-color: #CCCCCC;
	}
.contentRight {
	width: 217px;
	/*height: 303px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	}
.contentBottm {
	width: 575px;
	/*height: 303px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	color: #000000;
	}

.indented {
	margin-left: 10px;
	}