@charset "utf-8";

body {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-family: arial, helvetica, serif;
	background-color: #ffffff;
}

div {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin: 10px 0px 0px 10px;
	font-style: italic;
	font-weight: bold;
}

img {
 	border: 0px;
}

table.maptbl {
	width: 100%;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	white-space: nowrap;
}

table.maptbl a {
	font-size: small;
	font-weight: normal;
	color: #003264;
}

table.maptbl th {
	border-spacing: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-repeat: repeat-x;
	background-image: url("images/barbg.jpg");
}

table.maptbl td {
	font-size: small;
	font-weight: normal;
	color: black;
}

#container {
	position: relative;
	width: 955px;
	margin: auto;
	font-style: normal;
	font-weight: normal;
}

#header {
	position: relative;
	float: left;
	width: 955px;
	height: 50px;
	margin: 10px 0px 5px 0px;
}

#menubar {
	position: relative;
	float: left;
	width: 953px;
	border-style: solid;
	border-width: 1px;
	font-size: medium;
	background-repeat: repeat-x;
	background-image: url("images/barbg.jpg");
}

#pic {
	float: left;
	width: 955px;
	height: 190px;
}

#contentbar {
	position: relative;
	float: left;
	width: 943px;
	border-style: solid;
	border-width: 1px;
	padding: 3px 0px 3px 10px;
	font-size: small;
	background-repeat: repeat-x;
	background-image: url("images/barbg.jpg");
}

#bottom {
	position: relative;
	float: left;
	width: 955px;
	overflow: hidden;
	background-color: #ffffff;
}

#content {
	position: relative;
	float: right;
	width: 75%;
	overflow: auto;
	font-size: small;
	background-color: #ffffff;
}

#sidebar,
#sidemenu {
	position: relative;
	float: left;
	width: 25%;
	font-size: medium;
	white-space: nowrap;
}

#sidemenu a {
	text-decoration: none;
	font-weight: normal;
	color: gray;
}

#sidemenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#copyright {
	position: relative;
	float: left;
	width: 955px;
	text-align: center;
	font-size: medium;
	background-color: #e0e0e0;
}

#validation {
	position: relative;
	float: left;
	width: 955px;
	margin: 10px 0px 5px 0px;
	text-align: left;
}
