body {
	margin: 0;
	color: #373a3b;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #255e97; }

#wrap {
	width: 970px;
	margin: 0 auto;
}

#header {
	height: 101px;
	/*background-image: url('../images/header_bg.jpg');*/
}

#logo {
	float: left;
	margin-left: 25px;
}

#menu {
	border: 1px solid #fff;
	margin: 10px 32px 0px 32px;
	background: #993913;
}

#menuitem {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#menuitem a {
	text-decoration: none;
	color: #fff;
	height: 20px;
	padding-top: 5px;
	display: block;
	border-right: 1px solid #fff;
	background: #993913;
}

#menuitem a:hover {
	background-color: #1852a0;
	color: #f8db66;
}

#content {
	padding: 5px 32px 5px 32px;
}

#contentleft {
	float: left;
	width: 681px;
}

#contentright {
	float: right;
	width: 204px;
}

#footer {
	background-color: #94b4db;
	border-top: 7px solid #94b4db;
	background-image: url('../images/footer_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#footer a {
	text-decoration: underline;
	color: #fff;
}

#footcontent {
	padding: 20px;
	padding-bottom:0;
}

#subfoot a {
	color: #373a3b;
	text-decoration:underline
}

#subfoot a:hover {
	text-decoration:underline;
}

/* TEXT STYLES */

h1,h2,h3 {
	padding: 0;
	margin: 0;
}

h1 {
	color: #255e97;
	font-size: 16px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }

.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }

.blue { color: #255e97; }
.white { color: #fff; }
.dark { color: #373a3b; }

.italic { font-style: italic; }
.bold { font-weight: bold; }

.input {
	border: 1px solid #7799cb;
}