@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	background-color: #EFE8CB;
	background-image: url(/images/bg.gif);
	margin: 0px;
	padding: 0px;
}
.gradient {
	background-image: url(/images/bg-gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	min-height:740px;
}
.border-top, .border-btm, .container {
margin: 0 auto;
text-align: left;
}
.border-top {
width: 850px;
height: 14px;
background:url(/images/bg-border-top.gif);
}
.border-btm {
width: 850px;
height: 14px;
background:url(/images/bg-border-btm.gif);
}
.container {
width: 842px;
border-left: 1px solid black;
border-right: 1px solid black;
padding: 3px;
position: relative;
background: #fff;
}
.nav {
	float:right;
	margin-top: 50px;
	}
.nav .left, .nav .right {
width: 7px;
height: 22px;
float: left;
background:url(/images/bg-nav-left.gif);
}
.nav .right {
background:url(/images/bg-nav-right.gif);
}
.nav .buttons {
background: #5190CD;
float:left;
color: #fff;
}
.nav .buttons ul {
list-style: none;
margin: 0px;
padding: 0px;
height: 22px;
}
.nav .buttons ul li {
display: block;
float: left;
margin-left: 10px;
margin-right: 10px;

}
.nav .buttons ul li a {
line-height: 22px;
vertical-align: middle;
color: #fff;
}
.nav .buttons ul li a img {
vertical-align: middle;
}
.feature{
margin-top: 15px;
text-align: center;
}
.pagetitle {
	background-image: url(/images/bg-pagetitle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 50px 10px 50px;
}
.pagetitle h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #AC0000;
}
.sidebar {
	float: left;
	width: 185px;
}.content {
	background-image: url(/images/graydot.gif);
	background-repeat: repeat-y;
	background-position: 185px;
}
.sidebar ul {
	list-style-image: url(/images/raquo-white.gif);
	margin-top: 3px;
}
.sidebar ul li {
	margin-left: 15px;}
	
.bodytext h2 {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 16px;
}

.bodytext {
margin-left: 195px;
}
a:link, a:visited {
	color: #AC0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #5190CD;
	text-decoration: underline;
}
.copyright {
font-size:xx-small;
text-align: center;
}
