html, body {
	background: #AFADA4;
	color: #3F3E37;
	font-family: helvetica, verdana, sans serif;
	font-size: 9pt;
	line-height: 14pt;
	padding: 0px;
	margin: 0px;
}

a {
	color: #89408a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img {
	border: 0px;
}

h2, h3 {
	color: #853786;
	font-family: georgia, verdana, helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 24pt;
}
h3 {
	font-size: 12pt;
}

#container {
	background: white;
	border: 15px solid #BFBDB3;
	margin: 20px auto 0px;
	padding: 20px 30px 40px;
	width: 750px;
}

#title {
	padding: 10px 0px 20px;
}
#title img {
	float: left;
}
#title ul {
	float:right;
	margin: 15px 0px 0px 0px;
}
#title ul li {
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 15px;
}
#title ul li a {
	color: #3F3E37;
	text-decoration: none;
}
#title ul li a:hover {
	color: #89408a;
	text-decoration: none;
}

#banner {
	height: 173px;
	width: 750px;
}
#banner img {
	display: none;
	height: 173px;
	position: absolute;
	width: 750px;
}

#footer {
	margin: 25px auto 20px auto;
	text-align: center;
	width: 750px;
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.purpleBar {
	background: #89408a;
	height: 15px;
	margin: 0px 0px 15px 0px;
}

.content {
	
}

.narrow {
	float: left;
	padding: 20px 0px 0px 0px;
	width: 530px;
}
.narrow  h2 {
	margin-top: 0px;
}

.sideMenu {
	float: right;
	font-size: 8pt;
	line-height: 12pt;
	padding: 50px 0px 0px 0px;
	width: 170px;
}
.sideMenu h3 {
	margin-top: 0px;
}
.sideMenu a {
	color: black;
}
.sideMenu p {
	margin-top: 0px 0px 5px;
}

.ta_center {
	text-align: center;
}
.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}

.clear {
	clear: both;
}

.module {
	margin: 0 0 10px;
}
.module .f_left {
	width: 350px;
}
.module .f_right {
	width: 350px;
}

.pageSelection {
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	text-align: center;
}
.pageSelection a {
	font-weight: bold;
	margin: 0px 3px 0px 3px;
	text-align: center;
}

/* ImageScroller */
.viewer {
	border: 3px solid #e5e5e5;
	clear: both;
	height: 100px;
	margin: 0px auto 10px auto;
	overflow: hidden;
	width: 600px;
}
.viewer div {
	clear: both;
	padding: 0px;
	width: 700px;
}
.viewer img {
	border: 2px solid #aaa;
	display: block;
	float: left;
	height: 90px;
	margin: 3px;
	width: 90px;
}

.directionalButtons {
	margin: 0px auto 0px auto;
	width: 63px;
}
.directionalButtons img {
	margin: 0px 5px 0px 5px;
}

.ad_inp {
	font-family: helvetica, verdana, sans serif;
	font-size: 9pt;
	width: 530px;
}

.login {
	margin: 0 auto;
	text-align: right;
	width: 270px;
}
.login .f_left {
	line-height: 17pt;
}
.login .f_right .txt{
	font-family: helvetica, verdana, sans serif;
	font-size: 9pt;
	width: 200px;
}

input.ad_inp {
}

textarea.ad_inp {
	height: 200px;
}

.red {
	color: red;
	font-weight: bold;
}

