@charset "UTF-8";
body {
	background-color: #fdf3d4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 500px;
}
#header {
	font-family: "Trebuchet MS", "Trebuchet PS-Regular";
	text-align: left;
	font-size: 9pt;
	color: #2A2C76;
	padding-right: 50px;
	padding-left: 50px;
}
#form {
	width: 760px;
	text-align: center;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", "Trebuchet PS-Regular";
	font-size: 12px;
	height: 800px;
}
#tag {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
}
#logo {
	height: 215px;
}
#nav {
	height: 15px;
	font-family: "Trebuchet MS", "Trebuchet PS-Regular";
	font-size: small;
	background-color: #FFC789;
	text-align: center;
	padding: 5px;
}
#nav a:hover {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#nav a {
	font-size: small;
	color: #193E89;
	text-decoration: none;
}
#bottom rule {
	text-decoration: none;
	text-align: center;
	clear: both;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	text-decoration: none;
}
