body {
	background:  #9b9b9b;
	text-align: center;
	color: #eaeaea;
}
body, div, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: #feff80;
}
a:hover {
	color: #fff;
}
a.nav,a.nav:visited {
	color: #ccc;
}
a.navOn, a.navOn:hover, a.navOn:visited, a.nav:hover {
	color: #feff80;
}
#nav a {
	text-decoration: none;
}
#nav {
/*	width: 255px;*/
/*	height: 22px;*/
	padding: 3px 0px;
	position: absolute;
	right: 0px;
	top: 87px;
	background: #404040;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color; fefefe;
	text-align: right;
	line-height: 11px;
}
div.contentCol, div.contentFull {
	position: static;
	min-height: 250px;
}
div.contentCol {
	width: 450px;
}
div.contentFull {
	width: 100%;
}
div.contentCol div.copy {
	margin: 0px 25px 20px 60px;
	line-height: 20px;
}
div.contentFull div.copy {
	margin: 0px 50px 20px 60px;
}
#colRight{
	width: 150px;
	position: absolute;
	right: 0px;
	top: 105px;
	margin: 50px 0px;
	text-align: center;
}
#footer {
	position: static;
	padding: 20px 0px;
	text-align: center;
	font-size: 10px;
	color: #a5a5a5;
}
#main {
	width: 581px;
	margin: 0px auto 0px auto;
	background: #404040;
	height: 100%;
	text-align: left;
	position: relative;
}
#main2 {
	width: 581px;
	min-height: 100%;
	background: #404040;
	position: relative;
}
h1 {
	margin: 0px 0px 0px -35px;
}
h2 {
	margin: 20px 0px 2px -10px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px -10px;
}
.lineLeft, .lineRight {
	width: 2px; height: 100%;
	/*	background: #F00;*/
	background: #8c8c8c url("images/lineVertical.gif");
	position: absolute; top: 0px;
	z-index: 1;
}
.lineLeft {
	left: -2px;
}
.lineRight {
	right: -2px;
}
td {
	vertical-align: top;
}
input, textarea, button {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	border: 1px solid #FFF;
	background: #AAA;
	margin: 0px;
	padding: 0px;
}
input.error, textarea.error {
	border: 1px solid #F00;
}
p.error {
	color: #F66;
}
button {
	background: #000;
	color: #feff80;
	border: 4px ridge #FFF;
}
.over {
	color: #000;
	background: #feff80;
}
.down {
	border: 4px groove #AAA;
}