﻿body
{
	font-family: Verdana, Times New Roman, Arial, Sans-Serif;
	color: #284868;
	background-color: White;
	margin-left:0px;
	margin-top:0px;

}
h1
{
	font-size: 20px;
	font-weight:800;
}
h2
{
	font-size: 18px;
	font-weight:800;
}
h3
{
	font-size: 16px;
	font-weight:800;
	font-style:italic;
	color:White;
	background-color:#0079C2;
	padding:2px 2px 2px 2px;
}

.content {
	border: 1px solid #0079C2;
	padding: 0px 0px 0px 0px;
	color: #284868;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer
{
	background-color:#0079C2;
}
.header
{
	border-bottom: 1px solid #0079C2;
	height:80px;
}

#menu {
width: 12em;
background: #eee;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
