body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #184984;
	font-size: 12px;
}
.background1 {
	background-image: url(siteimages/template/bg_blend.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.navbar {
	background-color: #e9e9e9;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #acacac;
}
.navbar a {
	font-weight: bold;
	color: #184984;
	text-decoration: none;
}
.menu {
	width: 195px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 14px;
	padding-bottom: 26px;
}
.menu h1 {
	font-size: 14px;
	color: #4466cc;
	background-image: url(siteimages/template/menu_h1bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menu h2 {
	font-size: 12px;
	color: #164982;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(siteimages/template/menu_rule.gif);
	background-repeat: no-repeat;
	background-position: 15px bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.menu a {
	font-size: 12px;
	color: #164982;
	padding-left: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-image: url(siteimages/template/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-right: 14px;
}
.menu a:hover {
	background-image: url(siteimages/template/arrow_over.gif);
	color: #4466cc;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	background-image: url(siteimages/template/menu_rule.gif);
	background-repeat: no-repeat;
	background-position: 15px bottom;
}
.background2 {
	background-image: url(siteimages/template/footer_blend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.footer {
	color: #FFFFFF;
	background-color: #184984;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.content {
	padding-top: 26px;
	padding-right: 36px;
	padding-bottom: 36px;
	padding-left: 26px;
}
.content ul {
	padding-left: 15px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4466CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #184984;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #184984;
}


.imageBorder {
	border: 1px solid #CCCCCC;
}
a {
	color: #184984;
	text-decoration: underline;
}

a:hover {
	color: #c43c3c;
}

a.arrow {
	font-size: 14px;
	font-weight: bold;
	color: #184984;
	text-decoration: none;
	background-image: url(siteimages/template/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 150%;
}
a.arrow:hover {
	font-size: 14px;
	font-weight: bold;
	color: #4466CC;
	text-decoration: none;
	background-image: url(siteimages/template/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.form {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
