@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #005b99;
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
}
#wrapper {
	height: 100%;
	width: 64%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	box-shadow: 10px 10px 10px #CCC;
}
#header {
	height: 150px;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#headpic {
	float: left;
	height: 140px;
	width: 135px;
	text-align: center;
	padding-bottom: 10px;
}
#headcon {
	float: left;
	padding-left: 5px;
}
h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar {
	float: left;
	clear: both;
	height: 100%;
	width: 125px;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navbar ul li a {
	display: block;
	width: 118px;
	height: 24px;
	padding-top: 6px;
	padding-left: 7px;
}
#content {
	width: 94%;
	float: left;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
}
#footer {
	font-size: 12px;
	clear: both;
	height: 60px;
	padding-top: 19px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#footer p {
	font-size: 11px;
}
a:link {
	color: #0080B6;
}
a:visited {
	color: #0080B6;
}
a:hover {
	color: #ECB00D;
	text-decoration: underline;
	background-color: #F8F8F8;
}
a:active {
	color: #0080B6;
}
