﻿body {
	margin: 0;
	padding: 0;
	overflow: auto;
	background: url('../siteart/bg.jpg') #fff repeat-x;
	font-family: Helvetica, Verdana, sans-serif;
}

a {
	color: #0a283c;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #21465e;
}

#wrapper {width: 960px;text-align: center;}

#nav {margin: 0 auto;line-height: 43px; width: 940px; text-align: center;}

#nav a {
	padding: 0 25px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	color: #424549;
	background: url('../siteart/nav-mid.jpg') repeat-x;
}

#nav a:hover {color: #fff; background: url('../siteart/nav-mid-over.jpg') repeat-x;}

.divider {width: 2px;background: url('../siteart/divider.jpg') no-repeat;}

#left {width: 7px;background: url('../siteart/nav-left.jpg') no-repeat;}

#right {width: 7px;background: url('../siteart/nav-right.jpg') no-repeat;}

#mid {padding-top: 25px; padding-left: 25px; text-align: left;}

#mission {
	margin-top: 15px;
	width: 450px;
	font-weight: bold;
	font-style: italic;
	color: #dfe7ed;
	line-height: 22pt;
}

#about {
	float: left;
	width: 600px;
	margin: 25px;
	font-style: italic;
	text-align: left;
	line-height: 23pt;
}

#ftr {
	margin: 15px 0;
	padding: 15px 0;
	background: #000;
}

h1,h2,h3,h4,h5,h6 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #0a283c;
}

/*ANYLINK MENU*/
.anylinkcss{
position:absolute;
border-left: 1px solid #000;
border-right: 1px solid #000;
margin-top: -2px;
visibility: hidden;
z-index: 100;
text-align: center;
font-size: 10pt;
line-height: 38px;
width: 164px;
}

.anylinkcss a {
display: block;
background: url('../siteart/nav-mid.jpg');
background-position: 0 -4px;
text-decoration: none;
font-weight: bold;
color: #424549;
}

.anylinkcss a:hover{color: #fff; background: url('../siteart/nav-mid-over.jpg') repeat-x 0 -4px;}
