@charset "utf-8";
/* CSS Document */
html {
	margin:0
}
body {
background:url(bk.gif);
background-repeat:repeat;
}
p {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000;
	text-align:left;
	margin:30px;
}
li {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000;
	text-align:left
}
h1 {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:14pt;
	color:#000;
	text-align:left;
	padding-left:20px;
}
a:link {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:12pt;
	color:#36434d;
	text-decoration:none
}
a:visited {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:12pt;
	color:#36434d;
	text-decoration:none
}
a:hover {
	font-family:Garamond,"Times New Roman", Times, serif;
	font-size:12pt;
	color:#005c6f;
	text-decoration:none
}
#container {
width:auto;
margin-top:30px
}
#masthead {
	width:800px;
	height:146px;
	background-image:url(masthead.png);
	background-repeat:no-repeat
}
#navbar {
	width:500px;
	height:40px;
	background-color:fff;
}
#content {
	width:800px;
	background-image:url(middle.gif);
	background-repeat:repeat-y
}
#footer {
	width:800px;
	height:25px;
	margin-top:-30px;
	background-image:url(footer.gif);
	background-repeat:no-repeat;
}
.special {
	text-align:center;
	color:#1c2329
}
.footer {
	text-align:center;
	font-style:italic
}
.contact {
	text-align:center
}
