body {
/*	background: url('img/body-bg.gif') repeat-x;*/
	background: #e3e3e3;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
#div-container {
	width: 758px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 6px;
/*	background: url('img/container-bg.gif') repeat-x;*/
	background-color: #5A6D8D;
	border: 1px solid #ffffff;
}
#div-header {
	width: 758px;
	height: 248px;
	background: #ffffff;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#back {
	width: 283px;
	height: 140px;
	background: #5A6D8D;
}
img#img-logo {
	position: absolute;
	left: 39px;
	top: 41px;
	border: 0;
}
img#img-header {
	position: absolute;
	right: 4px;
	top: 4px;
}
div#div-container div#div-header ul#secondary-menu {
	height: 18px;
	width: 272px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 166px;
	left: 7px;
}
div#div-container div#div-header ul#secondary-menu li {
	height: 18px;
	width: 90px;
	float: left;
	text-align: center;
	list-style-type: none;
}
div#div-container div#div-header ul#secondary-menu li a {
	height: 20px;
	width: 90px;
	line-height: 18px;
	text-align: center;
	text-decoration: underline;
	font-size: 10px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}
div#div-container div#div-header ul#secondary-menu li a:hover {
	text-decoration: none;
	background: none;
}
ul#main-menu {
	height: 40px;
	width: 752px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 208px;
	left: 4px;
}
ul#main-menu li {
	height: 40px;
	width: 150px;
	float: left;
	text-align: center;
	list-style-type: none;
}
ul#main-menu li a {
	background: url('img/menu-bg.gif');
	display: block;
	height: 40px;
	width: 150px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
ul#main-menu li a:hover {
	background: url('img/menu-bg-on.gif');
	background-color: #979797;
}







#div-footer {
	margin: 0 auto;
	width: 758px;
	height: 30px;
	background: inherit;
	text-align: left;
	padding: 0;
}
#div-footer p {
	font-size: 10px;
	color: #444444;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
}
#div-footer p a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	line-height: 20px;
}
#div-footer p a:hover {
	color: #ffffff;
	background: #3F4E7B;
	text-decoration: none;
}

