body {
	background: #1B5994 url(images/background.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #676666;
	text-align:center;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 772px;
	text-align:left;
}
h1 {
	color: #1B5994;
	font: bold 15px Arial, Helvetica, sans-serif;
}
#innerWrapper {
	margin: 0px;
	background: url(images/inner_bg.gif) no-repeat center top;
	padding: 14px 30px;
}
h2 {
	font-size: 15px;
	color: #1B5994;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 10px 0px 0px;
	padding: 0px;
}
a {
	color: #1B5994;
	text-decoration: none;
	font-weight: bold;
}
#innerWrapper td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	color: #1B5994;
	font-size: 11px;
	padding-left: 200px;
	margin-top: 20px;
	margin-bottom: 5px;
	float:left;
}
#footer a {
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
div.internal#innerWrapper {
	background: url(images/internal_bg.jpg) no-repeat left top;
	min-height: 319px;
	padding: 18px 13px 0;
}
#leftColumn {
	float: left;
	width: 166px;
}
#rightColumn {
	float: left;
	width: 510px;
	padding-left:35px;
	padding-right:35px;
	background-color: transparent;
}
#subnavigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnavigation li a {
	background: url(images/subnav_bg.jpg) no-repeat center top;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 15px;
	color: #036AAC;
}

#subnavigation li a.nobottom {
	background: url(images/subnav_bg2.jpg) no-repeat center top;
}#subnavigation li ul {
	list-style: none;
	margin: 4px 0px;
	padding: 0px;
}
#subnavigation li ul li {
	background: #FFFFFF url(none);
	height: auto;
	padding: 2px 0px 2px 25px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	cursor: default;
}
#subnavigation a.selected {
	color: #000000;
}
#subnavigation a.large {
	background: url(images/subnav-large_bg.jpg) no-repeat center top;
	padding-top:14px;
	padding-left:14px;
	min-height:46px;
}
#subnavigation a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #1B5994;
}
.blue {
	color: #1B5994;
}
#contact input {
}
#contact .textField {
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
}
