div#header  {
	width: 100%;
	height: 100px;
	font-family: verdana,helvetica,sans-serif;
}

div#logo {
	text-align:left;
	position : absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 95px;
	background-color: #5082a7;
	font-weight: bold;
	color:#ffffff;
}
body {
	cursor: default;
	font-family:verdana, helvetica, sans-serif;
}


img { 
	border: 0px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color:#5082a7;
	font-family: Verdana;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color:#5082a7;
	font-family: Verdana;
	padding: 5px;
	padding-left: 15px;
	border-bottom: 2px groove black; 
}

a {
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:focus, a:visited {
	font-weight:bold;
	color:#990099;
	text-decoration:underline;
}

.sbtn {
	background-color: steelblue;
	border-color:white darkblue darkblue white;
	border-style:solid;
	border-width:1px;
	color:white;
	font-family:Verdana,Arial,Tahoma;
	font-size:13pt;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	padding-right: 8px;
	padding-left: 8px;
}
.sbtn:visited {
	color:white;
	text-decoration:none;
}
.sbtn:hover {
	color:white;
	text-decoration:none;
}
.sbtn:focus {
	color:white;
	text-decoration:none;
}
.abtn {
	background-color:brown;
	border-color:white #63659C #63659C white;
	border-style:solid;
	border-width:1px;
	color:white;
	font-family:Verdana,Arial,Tahoma;
	font-size:14pt;
	font-weight:400;
	text-decoration:none;
	padding:2px;
	padding-right: 8px;
	padding-left: 8px;
}

.abtn:visited {
	color:white;
	text-decoration:none;
}
.abtn:hover {
	color:white;
	text-decoration:none;
}
.abtn:focus {
	color:white;
	text-decoration:none;
}