body {
	background-color: #7E6EA7;
	color: #1E0018;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

a:link {color: #642D43;}
a:visited {color: #3B1E34;}
a:hover {color: #AF8870; background-color: #76445A;}
a:active {color: #AF8870; background-color: #76445A;}

div#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 708px;
	border: 0px;
	vertical-align: top;
}

div#header {
	display: block;
	float: left;
	background: url("../img/nav_header.jpg") no-repeat;
	width: 708px;
	height: 96px;
	margin: 0px;
}

div#columns {
	display: block;
	float: left;
	background: url("../img/nav_bkg.jpg") repeat-y;
	width: 708px;
	margin: 0px;
	padding: 0px;
}

div#navleft {
	font-size: 60%;
	display: block;
	float: left;
	width: 150px;
	margin: 5px 0 0 0;
	padding: 0px;
}

div#content {
	display: block;
	float: left;
	width: 540px;
	margin: 5px 0 0 0;
	padding: 0px;
}

div#footer {
	width: 708px;
	height: 27px;
	clear: both;
	background: url("../img/nav_footer.jpg") no-repeat;
}

h1 {
	font-size: 160%;
	text-transform: uppercase;
}

h2 {
	font-size: 140%;
	text-transform: uppercase;
}

h3 {
	font-size: 120%;
	text-transform: uppercase;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	font-size: 85%;
	text-transform: uppercase;
}

img {
	border-style: solid;
	border-color: #96767E;
	border-width: 3px;
}

img.noborder {
	border-style: none;
}

ul {
	list-style-type: square;
}

ul.indentonly {
	list-style-type: none;
}

li.error {
	color: #1E0018;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

div#navleft ul {
	font-size: 14px;
}

div#navleft ul li {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 -5px;
	padding: 0 0 15px 0;
}

div#navleft a:link {color: #3B1E34; text-decoration: none;}
div#navleft a:visited {color: #3B1E34; text-decoration: none;}
div#navleft a:hover {color: #AF8870; background-color: #76445A; text-decoration: none;}
div#navleft a:active {color: #AF8870; background-color: #76445A; text-decoration: none;}

hr {
	height: 3px;
	color: #96767E;
	background-color: #96767E;
	border-style: solid;
}

/* BEGIN -- styles for contact form */

input {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
}

input.text {
	background-color: #F0F0F0;
}

select {
	background-color: #F0F0F0;
}

textarea {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
	background-color: #F0F0F0;
}

.button {
	background-color: #D0D0D0;
	text-align: center;
}

/* END -- styles for contact form */

.firstp {
	margin-top: 0px;
	padding-top: 0px;
}

.intro {
	font-weight: bold;
}

.right {
	text-align: right;
}

.centered {
	text-align: center;
}

.boxed {
	padding: 8px;
	border-style: solid;
	border-color: #837DA9;
	border-width: 3px;
}

.boxedbkg {
	background: url("../img/nav_bkg_boxed.jpg") repeat-y;
	padding: 8px;
	border-style: solid;
	border-color: #837DA9;
	border-width: 3px;
}

.boxedtable td {
	padding: 8px;
	border-style: solid;
	border-color: #96767E;
	border-width: 3px;
	vertical-align: text-top;
}

.big {
	font-size: 140%;
}

.small {
	font-size: 80%;
}
