@charset "utf-8";
#container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	background-image: url(images/headerbk.gif);
	background-repeat: repeat-x;
	height: 342px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container #footer {
	height: 64px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: .8em;
	padding-top: 20px;
	text-align: center;
}
a:link,a:visited    {
	color: #2599B1;
	text-decoration: none;
}
a:hover   {
	color: #3EBBD7;
	text-decoration: underline;
}
#container #content #contenttop {
	height: 32px;
	background-image: url(images/content%20top.gif);
}
#container #content #contenttop p {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}

#container #content #contentmiddle {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
#container #content #contentbottom {
	height: 28px;
	background-image: url(images/contentbottom.gif);
	background-repeat: no-repeat;
}
body {
	font-family: "Tempus Sans ITC", Arial, sans-serif;
}
.smallred {
	font-size: .7em;
	color: #FF0000;
}
