body {
	background-color: #333333;
	text-align: center;
}

#outer {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 760px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #999999;
	clear: both;
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	height: 70px;
}


#nav {
	width: 450px;
	margin-left: 300px;
	padding-top: 30px;
       text-align: right;
}
	#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
	#nav a:hover {
	color: #CCFFFF;
	text-decoration: none;
}
	#nav li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	list-style-type: none;
	display: inline;
      
}


#content {
/*	background-image: url(images/100percent_blocking.gif); */
	background-repeat: no-repeat;
	background-position: 0px 15px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	#content a {
	font-weight: bold;
	color: #639cce;
	text-decoration: none;
}
	#content a:hover {
	color: #ff9933;
	text-decoration: underline;
}


#rightcol {
	width: 170px;
	float: right;
	margin: 0px;
	font-size: 11px;
}

#leftcol {
	float: left;
	width: 290px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
}

#loginbox {
	color: #FFFFFF;
	background-color: #ff9933;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 9px;
	text-align: right;
	height: 50px;
	padding-right: 18px;
      
}
	
	
#middlecol {
	width: 288px;
	margin-left: 295px;
	font-size: 11px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	clear: both;
	padding-top: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
	#footer p {
		font-size: 10px;
		color: #CCCCCC;
		margin-left: 10px;
		margin-bottom: 0px;
		line-height: 13px;
	}
	#footer a {
		font-size: 14px;
		color: #CCCCCC;
		text-decoration: none;
	}

	#footer a.colo {
		font-size: 10px;
	}
	#footer a:hover {
		color: #CCFFFF;
		text-decoration: none;
	}


p {
	font-size: 11px;
	color: #666666;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-right: 15px;
}
h1 {
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-left: 5px;
}
h2 {
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul {
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
}


.floatright {
	float: right;
}
.floatleft {
	float: left;
}
hr {
	height: 1px;
	border: none;
	background-color: #ffffff;
	clear: both;
	width: 90%;
}


.blue {
	background-color: #639cce;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
/*	height: 350px; */
	padding-top: 8px;
}
	.blue ul {
	font-size: 11px;
	color: #ffffff;
	list-style-position: outside;
	list-style-type: square;
	line-height: 16px;
}
	.blue p {
	color: #FFFFFF;
	font-size: 11px;
}
	.blue a {
	color: #FFFFFF;
	text-decoration: none;
}


.palegrey {
	background-color: #dddddd;
	color: #000000;
	font-size: 11px;
	height: 360px;
	margin: 0px;
	padding-top: 8px;
}
	.palegrey ul {
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	line-height: 16px;
}
	.palegrey p {
	color: #000000;
}

.midgrey {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	height: 360px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
}
	.midgrey ul {
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	line-height: 16px;
}
	.midgrey p {
	color: #000000;
}
	.midgrey a {
	color: #000000;
}

.premium {
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 18px;
	padding-left: 8px;
}

#testimonials {
	background-image: url(images/filler.jpg);
	height: 220px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 10px;
}
	#testimonials a {
	color: #FFFFFF;
}
	#testimonials a:hover {
	color: #FFFFFF;
	cursor: crosshair;
	text-decoration: none;
}
#scroller {
	border: 1px solid #666666;
	width: 160px;
	height: 200px;
	margin-left: 30px;
}
.inputfield {
	width: 130px;
}
