a:link,
a:visited{	text-decoration: underline; color: #0678b3;}
a:hover {	text-decoration: none; color: #0678b3; }

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #0678b3;
	font-size: 11px;
	line-height: 20px;
	color: #0678b3;
	}
table {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #0678b3;
	}
.container{
	width: 723px;
	text-align: left;
	position: relative;
	height: 100%;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	background: #fff;
	}
	
.header {
	width: 723px;
	height: 245px;
	padding-top: 200px;
	background: url(../images/header.jpg) 0px 0px no-repeat;
	line-height: 25px;
	color: #d0d0d0;
	text-align: center;
	}

a.nav:link,
a.nav:visited{
	padding: 0px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:hover{
	padding: 0px 10px;
	color: #ffcc00;
	}
.content {
	position: relative;
	margin-bottom: 55px;
	width: 713px;
	padding-left: 10px;
	padding-top: 10px;
	}
.footer {
	position: absolute;
	bottom: 0px;
	height: auto;
	color: #ffffff;
	width: 723px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	background: #0678b3;
}
a.footerlink:link,
a.footerlink:visited{	text-decoration: underline; color: #ffffff;}
a.footerlink:hover {	text-decoration: none; color: #ffffff; }
