body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	margin: 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.3em;
	vertical-align: top;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	margin: 0;
	padding:0;
	color: #69B8E6;
	line-height: 1.3em;
}
h3 {
	margin-bottom: 0.2em;
}
p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.6em;
}
a {
	color: #96d6f5;
	font-weight: normal;
	text-decoration: underline;
}
a img {
	border: none;
}
ul {
	font-size: 14px;
	line-height:1.4em;
	list-style-type: none;
}
ol {
	font-size: 14px;
	line-height:1.4em;
	list-style-type: none;
	margin-top:8px;
}
li {
	margin-bottom: 7px;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

#wrap {
	width: 840px;
	margin: 0 auto;
}
#header {
	float: left;
	position:relative;
	background-color: #000000;
	margin: 0;
	height: 280px;
	width: 840px;
}
#contentleft {
	float: left;
	position:relative;
	width: 180px;
	margin: 0 20px 0 35px;
	height: 1%;
	background-color: #000000;
	color: #96d6f5;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	}
#navigation {
	float: left;
	position:relative;
	clear:both;
	width: 170px;
	height: 260px;
	background-color: #000000;
	color: #008cc4;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin-left: 12px;
	}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	width: 180px;
	font-weight: bold;
}
#navigation ul li {
	display: block;
	list-style-type: none;
	color: #96d6f5;
	position: relative;
	padding: 5px 0 0 10px;
	float: left;
	width: 160px;
}
#navigation ul li a {
	font-size: 18px;
	padding: 0;
	height: 50px;
	text-decoration: none;
	color: #96d6f5;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #605d51;
	text-decoration: none;
}
#content {
	width: 840px;
	clear: both;
	float: left;
	position: relative;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #000000;
	height: 1%;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-y;
}

#signup {
	float: left;
	position: relative;
	padding: 0;
	margin:  0;
	height: 220px;
	width: 150px;
	font-size:10px;
	background-color: #000000;	/*border: 1px solid #96d6f5;*/
	text-transform: capitalize;
}
#intright {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	width: 550px;
}

#footer {
	float: left;
	position: relative;
	width: 840px;
	height: 107px;
	font-size:11px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
#footer a {
	color: #60bee2;
	text-decoration: none;
}
#footer a:hover{
	color: #008cc4;
	text-decoration: none;
}
#footer table {
	padding-top: 17px;
}
#contentbottom {
	width: 730px;
	clear: both;
	float: none;
	padding: 0 0 0 10px;
	height: 50px;
	background-color:#000000;
	color: #999;
	font-size: 11px;
	margin: 0 auto;
}
#contentbottom a {
	color: #999;
	text-decoration: none;
}
#contentbottom a:hover {
	color: #ccc;
	text-decoration: none;
}

