body {
background:url(back.jpg) #6D6D6D;
	margin:0px;
	padding:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	color:#ccc;
}
h1 {
	color:#ccc;
	font-size:18px;
}
h2 {
	color:#666;
	font-size:16px;
}
.p {
	margin:0px;
	padding:0px;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#main {
	width:900px;
	margin: 0px auto 0px auto;
}
#header {
	width:900px;
	height:100px;
	padding-top:0px;
	float:left;
	display:inline;
}
#logo {
	width:auto;
	height:95px;
	padding-top:0px;
	float:left;
	display:inline;
}
#menu {
	width:900px;
	height:50px;
	padding-top:0px;
	float:right;
	display:inline;
}
.a-menu {
	color:#333;
}
#photo {
	width:900px;
	height:100px;
	padding-top:0px;
	float:left;
	display:inline;
}
#content {
	background:#333;
	width:900px;
	height:auto;
	padding-top:0px;
	float:left;
	display:inline;
	border: 8px solid #000;
}
.a-content {
	color:#f00;
	font-weight:bold;
}
#footer {
	width:900px;
	height:75px;
	padding-top:0px;
	float:left;
	display:inline;
	font-size:11px;
	color:#ccc;
}
#footer-left {
	height: auto;
	width: 900px;
	text-align:center;
	font-size:11px;
	color:#ccc;
	float: left;
	margin-top: 20px;
}
#footer-right {
	height: 25px;
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

.a-footer {
	color:#ccc;
}
.center {
	text-align:center;
}
/* form styles */

.text-field {
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
}
.text-required {
	color:#f00;
}
/* menu styles */
/* menu wrapper */
#jsddm {
	margin-top: 0;
	padding-top: 5px;
	padding-left: 8px;
}
/* top level menu */
#jsddm li {
	float: left;
	list-style: none;
	font: 12px Arial, Helvetica;
	font-weight: bold;
}
#jsddm li a {
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	width: auto;
	color: #09F;
	white-space: nowrap;
	font-weight: bold;
}
#jsddm li a:hover {
	color: #00F;
	background: #999;
	font-weight: bold;
}
/* sub menu */
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #660000;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	width: auto;
	color: #fff;
	background: #000066;
	text-align: left;
}
#jsddm li ul li a:hover {
	background: #006600;
	text-decoration: none;
}
#content-left {
	height: auto;
	width: 270px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#news-sign-up-button {
	background:url(button.png) no-repeat;
	height: 61px;
	width: 235px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.email-field {
	color: #333;
	width: 145px;
}
#disclaimer {
	height: auto;
	width: auto;
	margin-top: 15px;
	font-size:11px;
}
#content-right {
	height: 300px;
	width: 500px;
	float: left;
	margin-left: 50px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
