html, body 
{
	background-color: #375575;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

a
{
	font-family: lucida sans;
	color: #509349;
}

a:hover
{
	font-family: lucida sans;
	color: #3F6B9E;
}

* :focus { outline: 0; }

div
{
	font-family: lucida sans;
	color: #222222;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10pt;
}

h1
{
	font-family: lucida sans;
	color: #222222;
	font-size: 14pt;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
}

.br {background-image: url('images/br.gif'); background-repeat: no-repeat; width: 51px; height: 56px;}
.r {background-image: url('images/r.gif'); background-repeat: repeat-y; width: 51px;}
.tr {background-image: url('images/tr.gif'); background-repeat: no-repeat; width: 51px; height: 39px;}
.l {background-image: url('images/l.gif'); background-repeat: repeat-y; width: 37px;}
.bl {background-image: url('images/bl.gif'); background-repeat: no-repeat; width: 37px; height: 56px;}
.t {background-image: url('images/t.gif'); background-repeat: repeat-x; height: 39px;}
.tl {background-image: url('images/tl.gif'); background-repeat: no-repeat; width: 37px; height: 39px;}
.b {background-image: url('images/b.gif'); background-repeat: repeat-x; height: 56px;}

.content
{
	background-color: #FFFFFF;
}

.container
{
	width: 930px;
	margin: 0 auto ;
}

.menu
{
	height: 80px;
	width: 100%;
	border-bottom: 20px #7A9A6C solid;
}

.logo
{
	width: 651px;
	height: 111px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	position: relative;
	left: 60px;
}

.extender
{
	height: 1000px;
	width: 1px;
	float: right;
}

.innercontent
{
	width: 100%;
}

.rightarea
{
	font-size: 10pt;
	text-align: left;
	font-family: lucida sans;
}

.smllist td
{
	vertical-align: top;
	font-family: lucida sans;
}