body
{
	font-family: calibri,arial,helvetica,sans serif;
	font-size:100%;
	color: #000000;
	text-align:left;
	margin: 0;
}

h1 {
	font-size: 160%;
	color: #ff6600;
	font-weight: bold;
}
h1 a {color: #ff6600}

h2
{
	font-size: 120%;
	color: #008000;
	font-weight: bold;
}

a
{
	color: #ff6600;
	text-decoration: underline;
}
a:hover
{
	color: #803300;
}

div.titleholder
{
	margin: 0;
	background: url('title-bg.png') repeat-x;
	border-bottom:  10px solid #008000;
}

div.title
{
	margin: 0 50px 0 50px;
	height: 131px;
}
div.title img
{
	float: right;
	position: relative;
	top: -10px;
}
div.title p
{
	margin: 0;
	position: relative;
	top: 10px;
	font-size: 100%;
	color: #008000;
}
div.title p a
{
	color: #ff6600;
	text-decoration: underline;
}
div.title p a:hover
{
	color: #40c000;
}


div.menu
{
	margin-top: 70px;
	height: 40px;
}
div.menu ul
{
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 160%;
}
div.menu ul li
{
	list-style: none;
	margin-right: 10px;
	height: 30px;
	padding: 4px 20px 4px 20px;

	background: url('menu-bg.png') repeat-x;
	display: inline;
}

div.menu ul li a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.menu ul li a.sel
{
	color: black;
}

div.content
{
	margin: 10px 50px 10px 50px;
	color: black;
	min-height: 400px;
}

div.contactbarholder
{
	border-top:  10px solid #008000;
}
div.contactbar
{
	margin: 10px 50px 0px 50px;
}

div.rightfloatbox
{
	width: 390px;
	border: 2px solid #ff6600;
	padding: 3px;
	float: right;
	margin-left: 10px;
}

p.small
{
	font-size: 70%;
}


