body {
	background-image: url(../images/bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	position: static;
	border-top-color: #666666;
	border-top-width: 2px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	position: relative;
	height: auto;
	width: 700px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #990033;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #333333;
	line-height: 1.3em;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
	float: none;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: right;
	float: none;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
li {
	list-style-position: outside;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	margin-bottom: 7px;
}
.centerIt {
	text-align: center;
}

.float_img {
	margin: 17px;
	float: right;
	border: 1px solid #000;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	color: #000;
	line-height: 18pt;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	line-height: 80%;
	margin-top: 25px;
}

h2 {
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18pt;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 4px;
	margin-left: -7px;
	line-height: 24px;
}

h3 {
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: bold;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F6F;
}
