
html {
	height: 100%;
}

body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	margin: auto;
}

#toparea {
	height: 60px;  
	background-color: #012f60; 
	padding: 0px;
	color: #ffffff; 
	border-bottom: solid;
	border-color: #000000;
	border-width: 2px;
}

#toppage {
	height: 18px;  
	width: 100%;
	background-color: #012f60; 
	padding: 4px;
	color: #ffffff; 
	text-decoration: none;
}

#topright {
	float: right;
	padding-right: 12px; 
	padding-top: 0px;
	color: #000000;
	font-size: 0.75em; 
}

#logoarea {
	font-size: 1.5em; 
	font-weight: bold; 
	padding-top: 6px; 
	padding-left: 20px; 
	padding-bottom: 4px;
}

#footer {
	position:absolute;
	bottom: 0px;
	background-color: #012f60;
	height: 100px;
	width: 100%;
	border-top: solid;
	border-color: #000000;
	border-width: 2px;
}

.tab-on {
	color: #012f60 !important; 
	height: 20px;
	padding: 4px 20px 0px 20px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	border-top: solid;
	border-right: solid;
	border-left: solid;
	border-color: #000000;
	border-width: 2px;
	background-color: #f9f9f9; 
	text-shadow: none !important;
	border-radius: 6px 6px 0px 0px;
}

.tab-off {
	color: #ffffff !important; 
	height: 20px;
	padding: 4px 20px 0px 20px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #012f60; 
	text-shadow: none !important;
}

.toplinks {
	color: #ffffff !important; 
	font-weight: normal !important;
	text-decoration: none;
	text-shadow: none !important;
	font-family: sans-serif, verdana, arial;
}

.reglinks {
	color: #000000; 
	font-size: 0.85em; 
	font-weight: bold;
	text-decoration: none;
}

.wlinks {
	color: #ffffff !important; 
	font-size: 0.75em; 
	font-weight: normal !important;
	text-decoration: none;
	text-shadow: none !important;
	font-family: sans-serif, verdana, arial;
}

.regtext {
	color: #000000; 
	font-size: 0.85em; 
	font-weight: normal;
}

a:hover { 
	text-decoration: underline;
	color: #ff0000 !important;
	text-shadow: none !important;
}
a:visited {
	text-decoration: none;
}

 

