body {
	text-align:left;
	color:#FFF;
	font-size:12px;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: auto;
}

a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
}

a:hover {
color: ffffff;
padding: 0 5px;
text-decoration: none;
font-family:"century gothic", Arial, Helvetica, sans-serif;
font-size: 16px;
letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	padding: 0 0 10px;
}

p {
color:#fff;
font-size: 16px;
line-height: 26px;
font-family:"century gothic", Arial, Helvetica, sans-serif;
padding: 0 0 10px;
margin: 20px 0 10px 0;
}

img {
border:none;
}

#header {
	width: 900px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	position: fixed;
}

#menu {
	position: fixed;
	top: 20px;
	left: 405px;
	border: 1px solid #000;
	clear: both;
	float: right;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 18px;
	z-index: 500;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background-color: #033;
}

#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#menu ul li{
	list-style-type: none;
	color: #ccc;
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
}

#menu ul li a{
	text-decoration: none;
	list-style-type: none;
	color: #ccc;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a:hover{
text-decoration: none;
list-style-type: none;
color: #fff;
display: inline;
margin: 0;
padding: 0;
}

#container {
	width: 9000px;
	margin: 0;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 600px;
	z-index: 2;
}

.box {
	width: 900px;
	float: left;
	padding-left: 70px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.box p {
	color:#FFF;
	font-size: 14px;
	line-height:24px;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.innerbox {
	border: 3px solid #999;
	width: 800px;
	float: left;
	line-height: 22px;
	margin: 0px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	position: relative;
	padding: 25px;
	background-image: url(images/blk75.png);
	background-repeat: repeat;
}
.innerright {
	float: right;
	width: 620px;
}
.innerleft {
	float: left;
	width: 165px;
}
#header #logo {
	float: left;
	display: block;
	position: absolute;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 220px;
	left: 70px;
	top: 14px;
}
#footer {
	display:block;
	color:#fff;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	height:60px;
	margin-bottom: 0px;
}
#footerspace {
	background-color: #033;
	filter: alpha(opacity=75);
	opacity: .75;
	height: 50px;
	width: 850px;
	margin-bottom: 5px;
	margin-left: 70px;
	border: 1px solid #333;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	z-index:999;
}

.innerscroll {
	height: 350px;
	width: 100%;
	overflow: auto;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 600px;
	height: 325px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#formtable {
	width: 580px;
	margin-left: 10px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	margin-left: -10px;
}
.vscrollerbar {
	width: 10px;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #033;
	border: 1px solid #FFF;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
