body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}

a:link { color: #B52C07; }
a:visited { color: #600; }
a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2 a:visited { color: #B52C07; }
h2 a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h1
{
	color: #000;
	font: 36px georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2
{
	color: #B52C07;
	font: 22px georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width:750px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #676767;
}

.imageright
{
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}

.imageleft
{
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

#contents ul
{
	list-style-position: inside;
	list-style-type: square;
	line-height: 165%;
}

#contents { margin: 20px 20px 40px 20px;}
#contents p { line-height: 165%; }

#footer
{
	clear: both;
}

#rightside
{
	overflow:auto;
}

.infobox
{
	margin-bottom: 30px;
}

.contactblock
{
	margin-bottom: 30px;
}