a {
	color:#ff0000;
}

div.container {
	width:700px;
	position:absolute;
	left:50%;
	margin-left:-350px;
	background:#ffffff;
	top:0px;
	font:10pt Times;
	border-right:solid 1px #e0e0e0;
}

div.top {
	border-bottom:solid 2px #000000;
	padding:0px;
	height:150px;
	width:700px;
	background-image:url('images/newbanner.jpg');
}

div.content {
	width:530px;
	margin:0px 0px 0px 150px;
	padding:10px 0px;
}

div.content h4 {
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:#e0e0e0;
	font-size:10pt;
}

div.content h4 a {
	color:#000000;
}

div.content img {
	float:right;
	height:45px;
	margin-right:2px;
}

div.content input {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#000000;
	text-align:center;

}

div.nav {
	width:130px;
	height:450px;
	text-align:center;
	float:left;
	background-color:#e0e0e0;
	background-image:url('images/nav.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
}

div.nav a {
	display: block;
	text-decoration:none;
	font-weight:bold;
	background:#006699;
	color:#ffffff;
	font-family:Arial,sans-serif;
	font-size:10pt;
	padding:2px;
	border-top:solid 1px #ffffff
}

div.nav a:hover {
	background:#669999;
}

div.right {
	float:right;
	background:#99cc99;
	text-align:center;
	padding:10px;
	border:solid 1px #669999;
	margin:10px;
}

div.right b {
	display:block;
	background:#ccffcc;
	padding:2px;
	margin:1px 2px;
}

div.right b a{
	color:#000000;
}

div.footer {
	clear:both;
	width:530px;
	text-align:right;
	padding-top:5px;
	margin-top:10px;
	position:relative;
	left:50%;
	margin-left:-200px;
	border-top:solid 2px #006699;

}