@charset "utf-8";
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #A42D41;
	text-decoration: underline;
}
#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#container #top {
	clear: both;
}
#container #top #top-logo  {
	text-align: center;
	float: left;
}
#container #top #top-links  {
	text-align: right;
	float: right;
	clear: none;
	height: 21px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
#container #top #top-search   {
	text-align: center;
	float: right;
	clear: right;
	height: 21px;
	padding: 5px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #nav {
	clear: both;
	background-color: #F7F7F7;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
#container #nav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #nav li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#container #nav a {
	color: #000000;
	text-decoration: none;
	margin: 10px;
	padding: 8px;
}
#container #nav a:hover {
	color: #A42D41;
	margin: 10px;
	padding: 8px;
}
#container #footer {
	text-align: center;
	padding: 10px;
	clear: both;
}
#container #footer a {
	color: #000000;
	text-decoration: none;
	margin: 10px;
	padding: 8px;
}
#container #footer a:hover {
	color: #A42D41;
	margin: 10px;
	padding: 8px;
}
.image-border {
	border: 1px solid #000000;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.style1 {font-weight: bold}
.style2 {
	font-size: large;
	font-weight: bold;
}
