@charset "utf-8";
body {
	margin: 0px;
	color: #000000;
	background-color: #2E6CA5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main-container {
	width: 1092px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center 644px;
	margin-bottom: 1px;
	padding-bottom: 10px;
}
h1 {
	line-height: 24px;
	margin: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 151px;
}
#navigation {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	height: 52px;
	background-position: center top;
	padding-left:72px
}
#navigation a{
margin-left:22px
}
a:link.menu_o{
color:#e16c2c;
text-decoration:none;
font-weight:bold;
}
a:visited.menu_o{
color:#e16c2c;
text-decoration:none;
font-weight:bold;
}
a:hover.menu_o{
color:#02498B;
text-decoration:none;
font-weight:bold;
}
a:active.menu_o{
color:#02498B;
text-decoration:none;
font-weight:bold;
}
a:link.menu_b{
color:#02498B;
text-decoration:none;
font-weight:bold
}
a:visited.menu_b{
color:#02498B;
text-decoration:none;
font-weight:bold
}
a:hover.menu_b{
color:#EA7607;
text-decoration:none;
font-weight:bold
}
a:active.menu_b{
color:#EA7607;
text-decoration:none;
font-weight:bold
}

.blue a:link, .blue a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #02498B;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 13px;
}
.orange a:link, .orange a:visited {
	color: #EA7607;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 13px;
}
#body_bottom {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	margin-bottom: 1px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 141px;
	padding-right: 110px;
	padding-left: 110px;
	font-size: 11px;
	color: #333333;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#body-background {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 135px;
	padding-left: 135px;
	background-attachment: fixed;
}

#body {
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 115px;
	padding-left: 115px;
}
.headline {
	font-size: 22px;
	font-weight: bold;
	color: #01488A;
}
.textblue {
	color: #01488A;
}
.text-highlight {
	background-color: #FFFF66;
}
.text14px {
	font-size: 14px;
}
#clear {
	clear: both;
}

.li-arrow {
	list-style-image: url(images/arrow.gif);
	margin-bottom: 15px;
	list-style-position: outside;
}
