body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000047;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-position: center top;
}

a {
	color: #ff9214;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	margin: 15px 0px 15px 0px;
}

sup {
	font-size: 10px;
}

.arrow {
	background-image: url(images/icon-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	line-height: 14px;
	height: 15px;
	padding: 0px 0px 0px 20px;
}

.arrow-gray {
	background-image: url(images/icon-arrow-gray.gif);
	display: block;
	background-repeat: no-repeat;
	line-height: 14px;
	height: 15px;
	padding: 0px 0px 0px 20px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #ff9214;
	line-height: 21px;
}


#main {
	background-color: #FFF;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
}

#header {
	background-image: url(images/header.jpg);
	height: 160px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 960px;
	color: #FFF;
	font-size: 13px;
}

#header2 {
	background-image: url(images/header2.jpg);
	height: 160px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 960px;
	color: #FFF;
	font-size: 13px;
}

#header a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
}

#mainnav {
	margin: 0px auto 0px auto;
	width: 960px;
	height: 39px;
	border-bottom: Solid #d3d3db 1px;
}

#mainnav ul{
	padding:0;
	margin:0;
}

#mainnav li{
	float:left;
	position:relative;
	z-index:50;
	list-style-type:none;
}

#mainnav a {
	color:#666691;
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	height: 39px;
	line-height:39px;
	background-image: url(images/mainnav-bg.gif);
	background-repeat: repeat-x;
	border-left: Solid #d3d3db 1px;
}

#mainnav a:hover{
	background-image: url(images/mainnav-bg-over.gif);
}

#mainnav li ul li a {
	display:block;
	font-size:10px;
	width:150px;
	padding:0px 15px;
	color:#000047;
	background:#c6d0d6;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	height:25px;
	line-height:25px;
}

#mainnav li ul li a:hover{
	background:#c6d0d6;
	color:#FFF;
}

#mainnav ul ul {
	visibility:hidden;
	position:absolute;
	width:108px;
	height:0;
}

#mainnav ul li:hover ul,
#mainnav ul a:hover ul{
	visibility:visible;
}

#content {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 16px;
	color: #000047;
}

#content ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#footer {
	height: 154px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer2 {
	height: 154px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	width: 960px;
	margin: 0px auto 0px auto;
	color: #FFF;
	font-size: 10px;
	line-height: 16px;
	background-position: center top;
}

#footer2 ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#footer2 a {
	color: #FFF;
	text-decoration: none;
}

#footer2 a:hover {
	color: #CCC;
}
