@charset "UTF-8";
body, html {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #000000;
}
a:link {
	color: #99200F;
	text-decoration: underline;
}
a:visited {
	color: #99200F;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #99200F;
	text-decoration: underline;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	height: 124px;
	width: 760px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header div {
	width: 320px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 230px;
}
#nav {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/navbk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-top: 10px;
}
.nvborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.nvborder a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nvborder a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nvborder a:hover {
	color: #000000;
	text-decoration: none;
}
#container {
	background-image: url(img/contentbk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	width: 175px;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#right {
	float: right;
	width: 515px;
	padding: 10px;
	font-size: 12px;
}
#spacer {
	clear: both;
}
#base {
	background-color: #839299;
	height: 25px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#base a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#base a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#base a:hover {
	color: #333333;
	text-decoration: none;
}
.redtxt {
	color: #7F1311;
}
.yellowtxt {
	color: #CEB953;
}
.bluetxt {
	color: #003366;
}
.txt10 {
	font-size: 10px;
}
.greytxt {
	color: #666666;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
input, select, textarea {
	font-size: 12px;
	border: 1px solid #8D8D8D;
	background-color: #FFFFCC;
}
#button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99200F;
	border: 1px solid #333333;
}

