@import "reset.css";
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#bfbfbf;
}
a {
	color:#96770c;
	text-decoration:none;
	font-family:Arial;
}
a:hover {
	color:#564a1f;
}
a:active {
	color:#efd05d;
}
h1 {
	font-family:Arial Narrow;
	font-size:42px;
	font-weight:normal;
	color:#585858;
}
h2 {
	font-family: "Arial Narrow";
	font-size:34px;
	font-weight:bold;
	color:#585858;
}
h3 {
	font-family: "Arial Narrow";
	font-size:18px;
	font-weight:normal;
	color:#585858;
}
h4 {
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	color:#585858;
}
h5 {
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#585858;
}
p {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#515151;
	line-height:20px;
}
#master {
	margin:0px auto;
	padding:0px;
	width:800px;
	border-right:2px solid #a3a3a3;
	border-left:2px solid #a3a3a3;
	border-bottom:2px solid #a3a3a3;
	background-color:#FFFFFF;
}
div#header-wrapper {
	background:url("../images/header-background.jpg") 0 0 no-repeat;
	background-color:#543a73;
	height:118px;
	width:800px;
	margin:0 auto;
	overflow:hidden;
}
#header-wrapper #header-content {
	margin:0 auto;
	width:770px;
	text-align:left;
}
#header-content #logo {
	float:left;
	margin-top:25px;
	border:none;
}
#toplinks {
	width:225px;
	height:40px;
	overflow:hidden;
	float:right;
	font-size:10px;
	margin:25px 0 0 0;
	padding:0;
	text-transform:uppercase;
	color:#FFF;
}
#toplinks p {
	text-align:right;
	margin:3px 0 0 0;
	padding:0;
	line-height:10px;
	color:#FFF;
}
#toplinks a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
}
#toplinks a:hover {
	text-decoration:none;
}
#header-content #search {
	margin-top:5px;
	padding:0;
	float:right;
	background:url("../images/header-search-box-background.jpg") 0 0 no-repeat;
	width:205px;
	height:31px;
	overflow:hidden;
}
#search #box {
	margin:6px;
	padding:0;
	border:none;
	background-color:#5d5d5d;
	width:148px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#dfdfdf;
}
#search #button {
	margin:0;
	padding:0;
	width:40px;
	height:31px;
	border:none;
	float:right;
}
#splash {
	margin-top:1px;
	height:340px;
	width:800px;
	overflow:hidden;
}
.linkarea {
	height:30px;
}
.linkarea ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#FFF;
}
.linkarea li {
	width:160px;
	height:30px;
	background-color:#5d7f91;
	background-image:url("../images/buttonup.jpg");
	padding:0;
	float:left;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	overflow:hidden;
}
.linkarea li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	height:30px;
	width:160px;
	margin:0;
	padding-top:8px;
	font-weight:bold;
}
.linkarea li:hover, .linkarea li a:hover {
	background-color:#4A3365;
	color:#FFF;
	background-image:url("../images/buttonover.JPG");
	cursor:pointer;
}
#tabarea {
	height:280px;
	width:800px;
	background-color:#000;
	overflow:hidden;
	position:relative;
}
.tab {
	height:280px;
	width:800px;
	background-color:#000;
	overflow:hidden;
}
.tab ul.index-tab-links {
	list-style-type:none;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	width:200px;
	height:235px;
	overflow:hidden;
	border:none;
	margin:10px 0;
	padding:10px;
	float:left;
}
.tab ul.index-tab-links li {
	margin-bottom:20px;
}
.tab ul.index-tab-links li a {
	text-decoration:none;
}
.tab ul.index-tab-links li a:hover {
	border-bottom:1px dashed;
}
.tab ul#purple {
	margin-left:315px;
}
.tab ul#purple li a {
	color:#FFF;
}
.tab ul#yellow {
	margin-left:25px;
}
.tab ul#yellow li a {
	color:#4a3365;
}
.textbox {
	color:#4A3365;
	width:280px;
	height:260px;
	padding:10px;
	margin:0px;
	float:left;
}
.textbox p {
	margin:0px;
	padding:0px;
}
.textbox .title {
	font-family:Arial Narrow;
	font-size:22px;
	font-weight:bold;
	height:40px;
}
.textbox .body {
	font-family:Arial;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
.textbox .links {
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
	line-height:25px;
}
.textbox a {
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	color:#4A3365;
	border-bottom:1px dashed #4A3365;
}
.textbox a:hover {
	color:#5d7f91;
	border-bottom:1px dashed #5d7f91;
}
#content {
	width:760px;
	min-height:250px;
	margin:0 auto;
	padding:0 20px 20px 20px;
	background:url("../images/page-background.jpg") 0 0 no-repeat;
}
#content a {
	text-decoration:none;
	color:#4A3365;
	border-bottom:1px dashed #4A3365;
}
#content a:hover {
	color:#5d7f91;
	border-bottom:1px dashed #5d7f91;
}
#content h1 {
	font-size:36px;
	font-weight:bold;
	line-height: 40px;
	text-align:left;
	padding-top:15px;
	padding-bottom: 15px;
}
#content h2 {
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 8px;
}
#content h3 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
}
#content h4 {
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	padding-bottom: 4px;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
#content ol {
	list-style-type:decimal;
	color:#515151;
	margin:20px 20px 20px 30px;
}
#content ol li {
	margin-bottom:10px;
	font-family:arial;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
#links {
	width:800px;
	min-height:250px;
	margin:0 auto;
	padding: 0;
	background:url("../images/page-background.jpg") 0 0 no-repeat;
}
.column {
	float:left;
	width:240px;
	margin:0px 0px 0px 20px;
	padding:10px 0px 10px 0px;
}
.column h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:10px 0px 10px 0px;
	font-size:12px;
	color:#5d7f91;
	text-transform:uppercase;
	font-weight:bold;
}
.column ul {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style-type:none;
	list-style-image:none;
}
.column ul li {
	background-image:url("../images/arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin:0px;
	padding:0px 0px 0px 7px;
	font-size:11px;
	line-height:15px;
}
.column ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4A3365;
	text-decoration:none;
}
.column ul li a:hover {
	border-bottom:1px dashed #5d7f91;
	text-decoration:none;
	color:#5d7f91;
}
.column h3 {
	font-size:10px;
	font-weight:lighter;
	margin:20px 0 0 0;
	padding:0;
}
.column h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5d7f91;
	text-decoration:none;
}
.column h3 a:hover {
	color:#4A3365;
	text-decoration:none;
	border-bottom:1px dashed #4A3365;
}
#footer {
	margin:0px auto;
	width:800px;
	height:50px;
	color:#999999;
	font-size:9px;
	clear:both;
	padding:5px;
}
#footer p {
	float:left;
	line-height:15px;
	font-size:9px;
}
#footer a {
	color:#424242;
	text-decoration:none;
	border-bottom:1px dashed #424242;
}
#phonenumbers p {
	float:right;
	text-align:right;
}

