<!--

body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;	
}

#topBG
{
	background-image: url(../images/bg.top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

#top
{
	width: 735px;
	height: 200px;
	float: left;
	padding-left: 15px;
	margin: 0px;
}

#bottom
{
	width: auto;
	float: left;
	padding-left: 15px;
	margin: 0px;		
}





#main
{
	width: 510px;
	margin: 0px;
	padding-top: 15px;
	float: left;
	display: inline;
}


p
{
	color: #000;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

p a
{
	color: #065373;
	text-decoration: none;
}

p a
{
	color: #37809F;
	text-decoration: none;
}


h1
{
	color: #065373;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;	
}


#nav
{
	background-image: url(../images/bg.nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	width: 105px;
	height: 250px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	margin: 0px;	
}


.nav
{
	color: #065373;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.nav a
{
	color: #065373;
	text-decoration: none;
	width: 120px;
	height: 15px;
	border-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
}

.nav a:hover
{
	color: #37809F;
	text-decoration: none;
	width: 120px;
	height: 15px;
	border-color: #065373;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;		
}


-->