@charset "utf-8";
/* CSS Document */

body { background: #ffffff url(dimages/bk2.jpg);}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#sitetitle {
	width: 760px;
	height: 150px;
	display: block;
}
#leftpanel {
	font-family: Arial;
	font-size: 14px;
	float: left;
	width: 205px;
	background-color: #c8c59b;
}
#rightpanel {
	font-family: Arial;
	font-size: 14px;
	float: right;
	width: 555px;
	background-color: #FFFFFF;
}
/* --------------  WEBSITE LINKS ------------- */

a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
}
.nav a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #400000;
	display: block;
	height: 20px;
	width: 185px;
	padding-left: 5px;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	padding-top: 2px;
	margin-top: 2px;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
}
.ftlink a {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.ftlink a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* ------------------  Website Text  ------------ */
.title1 {
	font-family: "Times New Roman";
	font-size: 36px;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}
.pagetitle {
	font-family: Arial;
	font-size: 24px;
	color: #400000;
	font-weight: bold;
}
.subtitle1 {
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;
}
.titlehead1 {
	font-family: Arial;
	font-size: 16px;
	color: #400000;
	background-color: #e6ecc1;
	display: block;
	height: 20px;
	width: 500px;
	font-weight: bold;
}
.txt2 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.txt3 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.txt4 {
	font-family: Arial;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}
.footertxt {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
}