@charset "utf-8";
/* CSS Document */

/* Page Layout */

#content {
	width: 100%;
	min-height: 650px;
	background-image: url(../img/menu.jpg);
	background-repeat: repeat-y;
}

#title {
	width: 100%;
	height: 115px;
	text-align: center;
	background-image: url(../img/mapback.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: 70664f;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 5px;
}

#menu {
	width: 160px;
	float: left;
	padding: 10px;
	text-align: left;
}

#main {
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

#footer {
	width: 100%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #70664f;
	font-size: smaller;
	color: ffffff;
	padding: 5px;
	clear: both;
}
#footerLeft {
	width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	color: white;
}

#footerRight {
	width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	float: right;
	color: white;
	text-align: right;
}

.screen {
	width: 1000px;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.photo {
	border-color: white;
	border-width: thick;
}
	
/* Formatting */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #19140a;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

a:link {color:#005b7f;}
a:visited {color: #9f342f}
a:hover {color: #324119}
a:active {color: #db7f15}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #46321b;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #ab7e3b;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #19140a;
}

.impactItem {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
}

div#buttonA {

    margin-left: 0px;
}
div#buttonA ul {

    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    width: 160px;
    margin-top: 10px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
}
div#buttonA li a:link {
    color: #ffffff;
    font-weight: bold;
    background-color: #005b7f;
}
div#buttonA li a:visited {
    color: #ffffff;
    font-weight: bold;
    background-color: #005b7f;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #324119;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #db7f15;
}