﻿@charset="utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#pagetop {
	width: 965px;
	margin: 0px auto;
	height: 90px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
}
#pagetop #logo {
	float: left;
	width: 190px;
	height: 90px;
	overflow: hidden;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#pagetop #topright {
	float: right;
	width: 770px;
	height: 100px;
}
#pagetop #topright #topsearch {
	float: right;
	width: 770px;
	height: 55px;
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
	font-family: Arial;
}
#pagetop #topsearch a {
	color: #205AA7;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
#pagetop #topsearch a:hover {
	color: #205AA7;
	text-decoration: underline;
}
#pagetop #topright #topmenu {
	float: right;
	width: 770px;
	height: 30px;
	background-image: url(../images/nav_bg.gif);
	text-align: center;
}
#pagetop #topmenu table {
	margin-top: 8px;
	border-collapse: collapse;
	text-align: center;
	margin-left: -1px;
}
#pagetop #topmenu table td {
	padding: 0px 15px;
	border-left: 1px #FFFFFF solid;
}
#pagetop #topmenu table th {
	padding: 0px 25px 0px 25px;
}
#pagetop #topmenu a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#pagetop #topmenu a:hover {
	text-decoration: underline;
}
#pagebottom {
	width: 965px;
	height: 70px;
	background-color: #848385;
	color: #FFFFFF;
	padding: 15px 0px;
	margin: 0px auto;
}
#pagebottom div {
	height: 20px;
}
#pagebottom a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px;
	font-family: Arial;
}
#pagebottom a:hover {
	text-decoration: underline;
}
