
body
{
	width: 800px;
	position: relative;
	margin: 100px auto 0 auto;
	color: black;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	background-color: #000;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

div.button a:link
{
	background-color: #333;
	width: 150px;
	height: 20px;
	display: inline;
	float: left;
	border-top: thick #333 solid;
	border-right: thick #000 solid;
	border-bottom: thick #000 solid;
	border-left: thick #333 solid;
}
div.button a:visited
{
	background-color: #333;
	width: 150px;
	height: 20px;
	display: inline;
	float: left;
	border-top: thick #333 solid;
	border-right: thick #000 solid;
	border-bottom: thick #000 solid;
	border-left: thick #333 solid;
}
div.button a:hover
{
	background-color: #000;
	width: 150px;
	height: 20px;
	display: inline;
	float: left;
	border-top: thick #000 solid;
	border-right: thick #333 solid;
	border-bottom: thick #333 solid;
	border-left: thick #000 solid;
}
div.button a:active
{
	background-color: #000;
	width: 150px;
	height: 20px;
	display: inline;
	float: left;
	border-top: thick #333 solid;
	border-right: thick #000 solid;
	border-bottom: thick #000 solid;
	border-left: thick #333 solid;
}
#maincontent
{
	position: fixed;
	top: 130px;
	left: auto;
	right: auto;
	bottom: 0;
	overflow: auto;
	background: #FFFFF0;
	width: 780px;
	text-align: center;
	padding: 10px;
	clear: both;
}

#smhead
{
	color: #black;
	font-size: 12pt;
	font-family: Palatino, "Book Antiqua", serif;
	line-height: 130%;
}
a.smhead
{
	color: #600;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
}


#heading
{
	border-bottom: thick #D2B48C groove;
	border-left: thick #D2B48C groove;
	line-height: 125%;
	word-spacing: .2em;
	padding-bottom: 3px;
	padding-left: 5px;
}
#heading1
{
	border-bottom: thick #B0C4DE groove;
	border-left: thick #B0C4DE groove;
	line-height: 125%;
	word-spacing: .2em;
	padding-bottom: 3px;
	padding-left: 5px;
}
#headingh
{
	line-height: 125%;
	word-spacing: .2em;
	padding-bottom: 3px;
	padding-left: 5px;
}
div#heading a:link
{
	text-decoration: none;
	color: black;
	font-size: 12pt;
}
div#heading a:visited
{
	text-decoration: none;
	color: #000;
	font-size: 12pt;
}
div#heading a:hover
{
	text-decoration: underline;
	color: black;
	font-size: 12pt;
}
div#headingh a:link
{
	text-decoration: none;
	color: black;
	font-size: 12pt;
}
div#headingh a:visited
{
	text-decoration: none;
	color: #000;
	font-size: 12pt;
}
div#headingh a:hover
{
	text-decoration: underline;
	color: black;
	font-size: 12pt;
}
a
{
	color: #600;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
}
a.head
{
	color: white;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-align: center;
}
h1
{
	color: black;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5pt;
}
h2
{
	color: black;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5pt;
}
div#bmenu a:link
{
	text-decoration: none;
	color: black;
	font-size: 12pt;
}
div#bmenu a:visited
{
	text-decoration: none;
	color: black;
	font-size: 12pt;
}
div#bmenu a:hover
{
	text-decoration: underline;
	color: black;
	font-size: 12pt;
}
#left
{
	float: left;
	width: 30%;
	border: 2pt #600;
	display: block;
}
#right
{
	float: right;
	display: block;
	width: 70%;
}
