@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	padding: 1em;
	background-color: #333333;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #660000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #cc9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	text-decoration: none;
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 200%;
}
h2 {
	text-decoration: none;
	color: #cc9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:150%;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.codebox {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	background-color: #FFF;
	padding: 3px;
	border: thin solid #333;
	font-size: small;
}
.codename {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#container {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.clear {
  clear: both;
}
.Wrapper {
  position: relative;
}
.header {
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	overflow: hidden;
}	
.hl1 {
	height: 40px;
	width: 125px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-left: -100%;
	float: left;
	overflow: hidden;
}
.hr1 {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	float: left;
	overflow: hidden;
}
.hl2 {
	height: 60px;
	width: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: -100%;
	float: left;
	overflow: hidden;
}
.hr2 {
	height: 60px;
	width: 100%; 
	float: left;
	overflow: hidden;
}
.headwrap {
	margin-left: 125px;
	overflow: hidden;
}
.headlogo{
	float: left;
	position: relative;
	width: 189px;
	height: 60px;
	overflow: hidden;
}
.headleftmenu{
	margin-left: 189px;
	text-align: right;
	height: 60px;
	margin-right: 300px;
	padding-top: 20px;
}
.headrightmenu{
	float: right;
	position: relative;
	vertical-align: middle;
	height: 60px;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 20px;
	overflow: hidden;
}

.navBack {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #999999;
	left: 0;
	width: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.nav {
  float: left;
  position: relative;
  z-index: 1;
  width: 125px;
  padding:.1em;
}
.contentBack {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #999999;
	left: 125px;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.content {
	position: relative;
	z-index: 1;
	margin-left: 125px;
	padding:0.1em;
}
.bar2right {
	float: right;
	width: 60px;
	margin-left: -60px;
}
.bar2left {
	margin-right: 60px;
	margin-left: 60px;
}
.linklist {
	text-align: right;
	margin-right: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
}

.bar3right {
	float: right;
	width: 267px;
	position: relative;
	margin-right: 60px;
}
.bar3mid {
	margin-right: 327px;
	margin-left: 289px;
	position: relative;
}
.bar3left{
	float: left;
	width: 279px;
	position: relative;
	margin-left: 10px;
}
.footer {
	background: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 80px;
}
.fl1 {
	height: 80px;
	width: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: -100%;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.fr1 {
	height: 80px;
	width: 100%;
	float: left;
	text-align: center;
	font-size: x-small;
}
