* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #d5eafd;
	padding-top: 40px;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
#container {
	width: 987px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	width: 987px;
	height: 133px;
	margin: 0 auto;
	background-image: url(header-bg.gif);
	background-repeat: no-repeat;
}
#menu {
	width: 969px;
	height: 31px;
	margin: 0 auto;
	text-align: center;
	background-color: #1d3482;
}
#menu ul {
	width: 870px;
	list-style: none;
	margin: 0 auto;
}
#menu li {
	width: 170px;
	height: 24px;
	padding-top: 7px;
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
#menu li a {
	font-size: 1.1em;
	color: #1d3482;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	width: 170px;
	height: 24px;
	padding-top: 7px;
	margin-top: -7px;
	background-image: url(menu-bg-hover.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
}
#content {
	width: 649px;
	float: left;
	background-color: #ffffff;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
}
#content p {
	margin-left: 20px;
	font-size: 1em;
	line-height: 150%;
	margin-bottom: 15px;
}
#content ul {
	margin-left: 50px;
	line-height: 150%;
}
#content li {
	margin-bottom: 10px;
}
blockquote {
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 150%;
	font-family: "Courier New";
}
#newquote {
	margin-top: 20px;
	margin-left: 20px;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}
hr {
	margin-left: 20px;
}
fieldset {
	border: 1px solid #aaaaaa;
	margin-left: 30px;
	width: 350px;
	padding: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
ol {
	margin-left: 50px;
	margin-bottom: 20px;
}
legend {
	border: 1px solid #ffffff;
	padding: 2px 6px;
	font-weight: bold;
}
address {
	margin-left: 30px;
	line-height: 150%;
}
#right {
	width: 320px;
	background-color: #ffffff;
	float: right;
	text-align: center;
	padding-top: 40px;
}
#right img {
	margin-bottom: 25px;
}
#leader {
	width: 969px;
	height: 199px;
	margin: 0 auto;
	margin-top: 9px;
	background-color: #f1f6fc;
}
h1, h2 {
	color: #99cdff;
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#bottom {
	width: 990px;
	height: 25px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 987px;
	background-color: #d5eafd;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	line-height: 150%;
	padding-bottom: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}