﻿/* CSS layout */
#wrapper {
	margin: 20px auto 0px 40px;
	width: 780px;
	background-color: #FFFFFF;
	height: auto;
	float: inherit;
}
#masthead {
	width: 780px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	float: left;
}
#toplogo {
	width: 125px;
	height: 125px;
	float: left;
}
#headtext {
	font-family: "Times New Roman", Times, serif;
	width: 635px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: 0;
	border-left-style: 0;
	border-width: 2px 0px 2px 0px;
	border-color: #000080 #FFFFFF #000080 #FFFFFF;
	font-size: medium;
	color: #000080;
	line-height: 20px;
}
#body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 780px;
	height: auto;
}
#navigation {
	width: 120px;
	background-color: #FFFFFF;
	float: left;
	list-style-type: none;
	text-align: center;
	height: auto;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000080;
	padding: 8px 5px 5px 5px;
	width: 115px;
	display: block;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
#navaddtext {
	padding: 20px 0px 20px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000080;
	text-align: center;
	background-color: #FFFFFF;
	width: 123px;
	height: auto;
	text-decoration: none;
}
#navaddtext a:link {
	text-decoration: none;
}
#navaddtext a:visited {
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}
#content {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	width: 635px;
	height: auto;
	float: right;
	font-size: large;
	text-decoration: none;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
#content a:link {
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
}
#footer {
	padding: 0px;
	margin: 0px;
	width: 760px;
	background-color: #FFFFFF;
	height: auto;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 25px 0px 0px;
	width: 760px;
	text-decoration: none;
	float: right;
	height: auto;
	text-align: right;
}
