#container {
	width: 780px;
	margin: auto;
	height: 700px;
}
#header {
	top: 0px;
	width: 780px;
	height: 183px;
	background: #D2D2C6;
	float: left;
}
.headerOne h2 span, .headerOne h5 span{
	color: #FFFFFF;
	display: none;
}
.headerOne {
	background:      #9A0000 url(../images/header.jpg);
	height: 150px;
	width: 780px;
	top: 40px;
	position: absolute;
	border-right: 1px solid #9A0002;
	border-left: 1px solid #9A0002;
}
.headerTwo {
	height: 33px;
	width: 780px;
	position: relative;
	border-right: 1px solid #214694;
	border-left: 1px solid #214694;
	background-color: #214694;
	background-image: url(../images/bgHeaderTwo.jpg);
}
#menu {
	height: 25px;
	width: 405px;
	left: 50px;
	top: 0px;
	position: absolute;
	visibility: visible;
	z-index: 10;
}

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:98px;
	height:31px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F4F3EA;
	font-style: italic;
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	border-right: 1px dotted #FFFFFF;
	border-top: 1px solid #214694;
	border-bottom: 1px solid #214694;
	background-color: #214694;
	background-image: url(../images/bgHeaderTwo.jpg);
}
a.nav:hover {
	color:#fff;
	background:#B10207;
	border-top: 1px solid #A33E14;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px solid #A33E14;
}
a.nav:active {color:#fff; background:#FF0000;}
body {
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#body {
	width: 780px;
	height: auto;
	float: left;
	margin: auto;
	background: #F0F0F0;
}
#footer {
	height: 60px;
	width: 780px;
	border-right: 1px solid #214694;
	border-left: 1px solid #214694;
	margin: 0px;
	float: left;
	background-color: #214694;
	background-image: url(../images/bgFooter.jpg);
}
#submenu_1 li {
	display: inline;
}
#submenu_1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#submenu_1 ul {
	list-style:none;
	color: #000066;
	left: 310px;
	top: 20px;
	position: relative;
	margin: -5px;
	width: 320px;
}
.submenu_2 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 350px;
	left: 350px;
	top: 32px;
	position: relative;
}
.textFooter {
	margin-top: 20px;
	margin-left: 60px;
}

a.a
{
	width:4em;
	color:white;
	padding:5px;
}
a.a:hover {
	text-decoration: none;
	color: #FF3300;
}
a.b
{
	width:4em;
	color:white;
	padding:4px;
	text-decoration: none;
}
a.b:hover {
	text-decoration: none;
	color: #FF3300;
}
.home {
	float: right;
	height: 33px;
	width: 70px;
}
