body 
{
	font-size: 0.8em;
	font-family: verdana;
	text-align: center;
	background-image: url('../images/bg.gif');
}

#background-one img
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#background-two img
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}

#container 
{
	width:900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header 
{
	margin:0;
	background-image: url('../images/headerbg.gif');
	padding-left: 9px;
}

#menu
{
	height:214px;
	width: 900px;
	margin:0px;
	background-image: url('../images/menubg.gif');
	margin-top: 15px;
}

#menuleft
{
	float: left;
	padding: 20px 0 0 40px;
}

#menuright
{
	float: right;
	text-align: right;
}

#content
{
	background-color: #e8f9e5;
	padding: 10px 10px 1px 10px;
}

#left
{
	float: left;
	width: 660px;
	padding: 0 0 10px 0;
}

#right
{
	float: right;
	margin-top: 10px;
	width: 215px;
}

#footer 
{
	text-align:center;
	padding:12px;
	background-image: url('../images/footerbg.gif');
	background-repeat: no-repeat;
	font-size: 80%;
	height: 96px;
}

#footerleft
{
	float: left;
	margin: 10px 0 0 190px;
}

#footerright
{
	float: right;
	margin: 0 30px 0 0;
}

#content a:link
{ 
	color: #202e54;
}

#content a:visited
{
	color: #202e54;
}

#content a:hover
{ 
	color: #000000;
	background-color: #d1efca;
}

#content a:active
{ 
	color: #000000;
	background-color: #d1efca;
}

#menu a:link, #menu a:visited, #footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #202e54;
}

#menu a:hover, #menu a:active, #footer a:hover, #footer a:active
{
	color: #000;
}

#menu li
{
	display: inline;
	padding-left:30px;
}

#menu ul
{
	padding-right:10px;
	padding-top:10px;
	margin: 0;
}

#footer li
{
	display: inline;
	padding: 0;
}

#footer ul
{
	margin: 0;
}

#submenu
{
	font-size: 80%;
}

#submenu li
{
	padding: 0;
}

#mainmenu
{
	font-size: 110%;
	text-transform: uppercase;
}

#header img
{
	margin-right: 2px;
	margin-bottom: 1px;
}

.tagline
{
	margin: 50px 250px 0 0;
}

.tel
{
	color: #ffffff;
	font-size: 250%;
	margin: 30px 15px 0 0;
}

h1
{
	font-weight: normal;
	color: #273758;
}

h2
{
	color: #2955a1;
	font-size: 120%;
}