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

body,td,th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


body {
	background-image: url(Images/h.png);
}
#content {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #333333;
	width: 970px;
	height: auto;
	padding: 0px;
	background-image: url(Images/mainbackground.png);
	overflow: auto;
	background-repeat: repeat-y;
	float: none;
}
#top {
	float: none;
	background-image: url(Images/topbackground.png);
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#nav {
	text-align: right;
	float: none;
	width: auto;
	clear: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	padding-bottom: 10px;
}
#nav table {
	float: right;
}
#nav img {
	margin: 1px;
}
#sidenav {
	float: left;
	font-size: large;
	font-weight: bold;
	color: #1E3F74;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	line-height: 50%;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 170px;
}
#body {
	width: 755px;
	float: left;
	margin-top: 5px;
	font-size: small;
	height: auto;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10px;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	clear: both;
	float: none;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
}
.left {
	float: left;
	margin: 5px;
}
.right {
	float: right;
	text-align: right;
	margin: 5px;
}

.table {
	padding-right: 5px;
	padding-left: 5px;
}
.focus {
	background-color: #CCCCCC;
	padding: 5px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-align: center;
	font-size: x-large;
	color: #000066;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #1E3F74;
}
a:active {
	text-decoration: underline;
}

#division {
	clear: both;
	overflow: auto;
}
