@charset "utf-8";


body {
	background-color: #6A0300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6A0300;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#text_bkg {
	background-image: url(img/page_bkg_main.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left {
	width: 540px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 50px;
}
#right {
	width: 130px;
	position: relative;
	background-image: none;
	float: right;
	padding-right: 45px;
}

a:link {
	color: #750075;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: larger;
	font-weight: bold;
	color: #750075;
	text-decoration: none;
}
.nav {
	font-weight: bold;
	color: #750075;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ol li {
	margin-bottom: 1.5em;
}
p
{
	margin-top: 0;
}
#footer_bkg {
	background-image: url(img/page_bkg_bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 800px;
}
#footer_bkg_about {
	background-image: url(img/page_bkg_bottom_about.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 800px;
}

#footer_menu {
}
.footer_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #750075;
	text-decoration: none;
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	text-decoration: none;
	color: #F30;
}

.orange {
	text-decoration: none;
	color: #F30;
}
.border {
	border: 2px solid #000;
}

.letters {
	list-style-type: upper-alpha;
}
.right_align {
	float: right;
	padding: 10px;
}
.caption {
	color: #006;
	font-style: normal;
	font-size: smaller;
}
.ext{
	font-size: larger;
	font-weight: bold;
}
.clr {clear:both;
} 
.nothing {
	display: block;
	margin: 0px;
	padding: 0px;
}
.quote {
	color: #006;
	font-size: 18px;
	letter-spacing: 110%;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	line-height: 1.8em;
}
.table_right {
	text-align: center;
	padding: 5px;
}
.indent {
	margin-left: 50px;
}
.right_align_border {
	float: right;
	border: 2px solid #000;
	margin: 10px;
	position: relative;
}
.left_align_border {
	float: left;
	border: 2px solid #000;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
