@charset "utf-8";
body {
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.topper {
	height: 176px;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
}
.contain {
	text-align: left;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/containback.jpg);
	background-repeat: repeat;
	background-position: right;
}



.clear {
	clear: both;
}

.footer {
	width: 100%;
	height: 65px;
	text-align: center;
	color: #335500;
	background-color: #990000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C37C08;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C37C08;
} 
.leftside_box {
	float: right;
	height: 100%;
	width: 210px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 15px;
}


.navigationleft {
	float: left;
	width: 177px;
	background-image: url(images/sidenavback.jpg);
	background-position: right top;
	overflow: auto;
	min-height: 100%;
	bottom: 0;
}
.contentmain {
	background-image: url(images/backinside.gif);
	float: right;
	width: 616px;
	background-color: #FFFFFF;
	min-height: 100%;
	padding-left: 20px;
	bottom: 0;
	padding-right: 25px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/button.gif);
	background-position: right;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #660606;
}
.orange_bolded {
	font-weight: bold;
	color: #B41F01;
}
.black_bolded {
	font-weight: bold;
	color: #000000;
}
.red_bolded {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
}
.rightalign {
	text-align: right;
	margin-right: 15px;
}
a {
	text-decoration: none;
	color: #660000;
}
a:hover {
	color: #C88308;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
} 

h2 {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #B41F01;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #8F0A0A;
}
.floatright {
	float: right;
	margin-right: 5px;
	margin-left: 15px;
}
.quotes {
	background-image: url(images/quotebackdrop.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #FFFFCC;
	padding-right: 25px;
	padding-left: 15px;
	text-align: left;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #CC9933;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.psmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
}
.floatrightmargin {
	float: right;
	margin-right: 65px;
	margin-left: 15px;
}
.clear {
	clear: both;
	height: 1px;
	width: 100px;
}

