body {
	background-image: url(../images/swirls_small.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #460046;
	margin-top: 14px;
	margin-bottom: 14px;
}
.centerIt {
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	position: static;
	width: 930px;
	/* [disabled]border: 4px solid #333333; */
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#menu {
	position: relative;
	height: auto;
	width: 750px;
	padding: 15px;
	border: 2px solid #990033;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#content {
	border: 0px none;
	margin-right: 50px;
	margin-left: 50px;
}
#footer {
	color: #333333;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	font: 12pt Tahoma, Geneva, sans-serif;
	border-top: 1px solid #999;
	margin-bottom: 15px;
}
li {
	list-style-position: outside;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	margin-bottom: 7px;
}

.float_img {
	margin: 17px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
p {
	color: #000;
	font: 14pt/18pt Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #000;
	margin-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 80%;
	font-weight: bold;
}

h2 {
	color: #000000;
	padding-top: 17px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 7px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
a:visited {
	color: #009;
}

table, th, td
{
	border-collapse:collapse;
	border: 1px solid black;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px;
}

