@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8e8e8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
}
.header {
	background-color: #FFFFFF;
}
.greyHorizontal {
	background-image: url(../images/grey-hirizontal-expander.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
}
a {
	color: #eb880e;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #88bce5;
}

.paleBlueExpander {
	background-image: url(../images/pale-blue-expander.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	line-height: 17px;
	padding-bottom: 15px;
}
.orangePaleExpander {
	background-image: url(../images/orange-expander.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	line-height: 17px;
	padding-bottom: 15px;
}
.linksBlue:hover {
	color: #ffffff;
}
.copyright {
	color: #8d959a;
	background-color: #dde1e4;
	text-align: right;
	font-size: 9px;
	vertical-align: middle;
	padding-right: 10px;
}

.linksWhite:hover {
	color: #88bce5;
}

.darkBlueExpander {
	background-image: url(../images/dark-blue-expander.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	line-height: 17px;
	padding-bottom: 15px;
}
.orangeExpander {
	background-image: url(../images/orange-thin-expander.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	line-height: 17px;
	padding-bottom: 15px;
}
.linksBlue {
	font-weight: bold;
	color: #11234d;
	background-image: url(../images/transparent-arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
}
.linksWhite {
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/transparent-arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
}
.content {
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #42495b;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu-level2{
	margin-left: 10px;
	padding-bottom: 5px;
}
.links-level1,.links-level2{
	display: block;
	color: #ffffff;
	background-image: url(../images/transparent-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
}
.links-level1:hover,.links-level2:hover {
	color: #88bce5;
}
.links-level1 {
	font-weight: bold;
}
.links-level2{
	font-weight: normal;
}.bold {
	font-weight: bold;
	color: #25396A;
	font-size: 12px;
}
