/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #FFF;
	background-image: url(images/background.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#812F23;
}
a:visited{
	 color:#812F23;
}
a:active {
	color:#812F23;
}
a:hover {
	color:#8697C4;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat;
	border: 1px solid #E1D5D9;
}
#topper{
	height: 60px;
}
#masthead{
	height: 65px;
	border-top: solid 1px #916574;
	border-bottom: solid 1px #916574;
}
#leftcolumn{
	float:left; 
	width: 150px;
}
#rightcontent {
	float:right;
	width: 700px;
	color: #333333;
	padding-right: 30px;
	text-align: justify;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(images/rightcorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer{
	clear:both;
	height:50px;
	text-align: center;
	background-color: #E1D5D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #916574;
	}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#812F23;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #812F23;
	font-size: 12px; 
}
h2 {
	font-size: 13px;
	color: #812F23;
}
hr {
	color: #812F23;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #812F23;
}
img {
border: none;
}
/* Menu */
#menu  {
	color: #812F23;
	font-size: 100%;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:link {
	color: #812F23;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: #812F23;
	font-weight: bold;
	text-decoration: none;
}
#menu a:active {
	color: #812F23;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #8697C4;
	font-weight: bold;
	text-decoration: underline;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(images/bullet.gif) no-repeat 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #812F23;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #812F23;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.redtext {
	color:#CC0000;
}