﻿body 
{
	background: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	
}
.hide
{
	display: none;
}

a
{
	color: #0000ff;
}

a:visited
{
	color: #0000ff;
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
}

#header a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 760px;
	height: 120px;
	background: #ffffff
}

#footer
{
	display: block;
	font: 10px arial, sans-serif;
	color: #000000;
	width: 782px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a
{
	color: #5d6978;
	text-decoration: none;
}
#footer a:hover
{
	color: #5d6978
}
#footer a:visted
{
	color: #5d6978;
}

#lcol
{
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#rcol {
    position: absolute;
    top: 125px;
    left: 600px;
    border-style: solid;
    border-width: 0px;
    width: 182px;
    text-align: center;
    font-weight: bold;
}

.nav a
{
	display:block;
	text-align: center;
	vertical-align: middle;
	width: 180px;
	height: 35px;
	background-color: #5d6978;
	margin: 1px;
	text-decoration: none;
	color: #ffffff;
	font: 12px arial, sans-serif;
	font-weight: bold;
}

.nav a:hover
{
	background-color: #cccccc;
	color: #000000;
}

.nav a:visited
{
	color: #ffffff;
}

.subnav a
{
	text-decoration: none;
	display: block;
	text-align: right;
	width: 180px;
	height: 20px;
	margin: 0px;
	color: #5d6978;
	font: 10px arial, sans-serif;
	background-color: #eeeeee;
}

.subnav a:hover
{
	text-decoration: underline;
	color: #5d6978;
}

.subnav a:visited
{
	color: #5d6978;
}

h2 
{
	font: 12px arial, sans-serif;
	color: #5d6978;
	text-transform: uppercase;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

h4
{
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#mainwrcol
{
	margin: 0px;
	padding: 10px;
	width: 400px;
}

#main 
{
	margin: 0px;
	padding: 10px;
	width: 550px;
	float: left;
}