@charset "utf-8";
a {
	text-decoration:none;
	color:#990000;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}
#header {
	text-align: center;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content {
	max-width:800px;
	min-width:600px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-size: 14pt;
	font-weight: bold;
}
#menu {
	padding: 5px;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: #990000;
}

#menu li:first-child {
	border-left-style:none;
}
#content dt {
	font-weight: bold;
	text-decoration: underline;
}
#content dd {
	list-style-type: disc;
	list-style-position: outside;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(images/back.gif);
}
#content img {
	margin: 5px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align:center;
	font-size:9px;
	margin-top:5px;
}
#content_holder {
	width: 80%;
	max-width:800px;
	min-width:600px;
}
