/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#999999;
	margin:0px 0px; padding:0px;
}
div.header{
	font-size: 13px;
	text-align:left;
	color:#9B2536;
	font-weight: bold;
	line-height: 28px;
} 
div.spacer{
	position: relative;
	height:10px;
}
div.container{
	position: relative;
	width:950px;
	margin:0px auto;
	padding:0px;
	background-color: #FFFFFF;
	padding: 2px;
	margin-left:auto;
	margin-right:auto
	border: 2px solid black;
	float:none;
	overflow:hidden;
} 
div.contentborder{
	position: relative;
	width: 920px;
	height: auto;
	border-width: 1px;
	border-color: #000033;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	overflow:hidden;
}
div.logo {
	position: relative;
	width: 310px;
	height: 174px;
	
}
div.leftpic {
	position: relative;
	width: 310px;
	height: 225px;
	background-image:url(/images/siderednavpic.jpg);
	background-repeat: no-repeat; 
	text-align:center;
}
div.nav {
	position: relative;
	width: 310px;
	height: 190px;
	background-image: url(/images/behindnav.jpg);
	background-repeat: no-repeat;
	
}
div.nav2 {
	position: relative;
	width: 310px;
	height: 25px;
}
div.nav3 {
	position: relative;
	width: 310px;
	height: 150px;
	background-color:#743138;
}
div.rednav {
	position: relative;
	width: 310px;
}
div.right {
	position: relative;
	float: right;
	width: 610px;
	
}
div.redarea{
	position: relative;
	height: 25px;
	background-color:#743138;
	font-family: verdana;
	color: white;
	font-size: 13px;
	line-height: 25px; 
	font-weight: bold;
	text-align: right;
}
div.page_title{
	position: relative;
	height: 25px;
	background-color:#BAC5C8;
}

div.text{
	position:relative;
	width: 610px;
	height:300px;
	background-color: #FFFFFF;
	padding-top: 20px;
	line-height: 18px;
}
div.insetfull{
	position:relative;
	width: 540px;
	float: left;
	padding-right: 10px;
	padding-left: 25px;
	}
div.insettext{
	position:relative;
	width: 270px;
	float: left;
	padding-right: 10px;
	padding-left: 25px;
	}
div.addressbar {
	color:#F1CFCF;
	position: relative;
	width: 920px;
	height: 50px;
	background-color:#743138;
	font-family: Arial;
	font-size:80%;
	float:left;
	
}
#navbar li {
	text-align: left;
	float: bottom;
}
#navbar2 li {
	text-align: left;
	float: bottom;
}
#navbar #one, #two, #three, #four, #five, #six, #seven, #eight, #red{
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 35px;
	width: 310px;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 2px;
}
#navbar #one:hover, #two:hover, #three:hover, #four:hover, #five:hover, #six:hover, #seven:hover, #eight:hover {
	color: #B8BFFE;
	background-position: 0 -25px;
}
#navbar #red:hover {
	color: #FFCC00;
	background-position: 0 -25px;
}
#navbar {
	margin: 0px;
	padding: 0px;
	height: 23px;
	list-style: none;
}
#navbar a {
	text-decoration: none;
	display: block;
}
#navbar2 {
	margin: 0px;
	padding: 0px;
	height: 23px;
	list-style: none;
}
#navbar2 a {
	text-decoration: none;
	display: block;
}
#navbar3 {
	margin: 0px;
	padding: 0px;
	height: 23px;
	list-style: none;
}
#navbar3 a {
	text-decoration: none;
	display: block;
}


