<style type="text/css">
<!--

* { 
	margin:0;
	padding:0;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
}

#container {
	min-height: 100%;
 	position: relative;
}

#header {
	height: 74px;
	background-image: url('../images/clouds2.jpg');
	background-repeat: repeat-x;
}

#navheader {
	height: 46px;
	background-color: #42527b;
}

#navarea {
	width: 930px;
	margin: 0 auto;
}

#body {
	width: 900px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 46px;
}

tr {
	vertical-align: top;
}

p {
	margin: 0 0 10px 0;
	line-height: 18px;
}

img {
	border: 0;
}

.framed {
	padding: 5px;
	border: 1px solid #fff;
}

div.hr {
	height: 1px;
	background: #dddddd url(images/1x1.gif) no-repeat scroll center;
}

div.hr hr {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #519ff1; /* #6582cf; */
}

a:hover {
	text-decoration: underline;
	color: #6582cf; /* #42527b; */
}

li {
	line-height: 18px;
}

ul.nav {
	float: right;
	list-style-type: none;
	height: 23px;
	padding: 13px 0 0 0;
/*	padding: 0; */
	margin: 0;
}

ul.nav a {
	padding: 15px;
/*	display: block; */
	text-decoration: none;
	color: #fff;
	line-height: 20px;
}

ul.nav a:hover {
	background-color: #667aae;
}

li.nav {
	float: left;
}

.copy {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	color: #ffffff;
	font-size: 9px;
}

#footer {
	background-color: #42527b;
	bottom: 0;
	height: 46px;
}

.gridl {
	float: left;
	padding-right: 8px;
	text-align: center;
}

.gridr {
	float: right;
	text-align: center;
}

.highlightit img{
	border: 1px solid #fff;
}

.highlightit:hover img{
	border: 1px solid #667aae;
}

.highlightit:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

-->
</style>

