.box-bottom {
	overflow: hidden;
	background: transparent url(images/boxbottom.png) no-repeat;
	height: 10px;
	width: 978px;
	clear: both;
}
.box-bottom-mirror {
	overflow: hidden;
	background: transparent url(images/boxbottom_mirror.png) no-repeat;
	height: 60px;
	width: 978px;
	clear: both;
}
.box-top {
	overflow: hidden;
	background: transparent url(images/boxtop.png) no-repeat;
	height: 10px;
	width: 978px;
	clear: both;
}
.container {
	font-size: 1.0em;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 978px;
}
.content {
	font-size: 1.0em;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
}
.content h1 {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
}
.content h2 {
	font-family: verdana,arial, sans-serif;
	margin-top: -5px;
	padding-bottom: 2px;
	color: #7F7F7F;
	height: 20px;
	font-weight: normal;
	font-size: 130%;
}
.content table {
	color: #7f7f7f;
	font-size: 1.0em;
}
.contentouter {
	background-color: #FFFFFF;
	border-right: solid 10px white;
	border-left: solid 10px white;
	color: #7F7F7F;
	overflow: hidden;
	clear: both;
}
.header {
	background-color: #FFFFFF;
	border-right: solid 10px white;
	min-height: 130px;
	border-left: solid 10px white;
	color: #7F7F7F;
	clear: both;
	position:relative;
}
.header-bottom {
	clear: both;
	width: 958px;
	font-size: 1.0em;
	height: 30px;
	background: #FF0000;
}
.header-bottom a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: #FF0000;
}
.header-bottom a:hover {
	color: yellow;
}
.header-bottom p {
	color: white;
	font-size: 120%;
	margin-left: 30px;
	background: #FF0000;
}
.header-top {
	clear: both;
	width: 958px;
	height: 100px;
	font-size: 1.0em;
	background: white;
}
.menu a {
	text-decoration: none;
	color: blue;
}
.menu a:hover {
	text-decoration: none;
	color: navy;
}
.sitelogo {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 1;
	margin: 15px 0 0 15px;
	background: url(images/bg_logo.png);
}
.sitename {
	width: 500px;
	height: 90px;
	position: absolute;
	z-index: 1;
	margin: 5px 0 0 110px;
	overflow: hidden;
}

.sitename a {
	text-decoration: none;
	color: #7F7F7F;
}
.sitename a:hover {
	text-decoration: none;
}
.sitename h1 {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 220%;
}
.sitename h2 {
	font-family: verdana,arial, sans-serif;
	margin-top: -5px;
	padding-bottom: 2px;
	color: #7F7F7F;
	height: 20px;
	font-weight: normal;
	font-size: 100%;
}
body {
	color: red;
	background-color: #02014d;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
}
li {
	padding-bottom: 5px;
}
