
body
{
	background-color: #92BCD5;
	background-image: url(images/index_02_final.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.bodybg
{
}


#menu
{
	list-style: none;
	margin: 0;
	padding: 2px;
	position: relative;
	height: 21px;
}
#menu li
{
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0;
	position: relative;
	width: 130px;
	background-image: url(images/nav-off.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.nav
{
	position: absolute;
	top: 0px;
	left: 360px;
}

.nav0
{
}
.nav0_on
{
}
.nav0:hover
{
}

.nav0 a
{
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding-top: 3px;
	display: block;
	height: 21px;
	text-indent: 25px;
}

.nav0_on a
{
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding-top:3px;
	display: block;
	background-image: url(images/nav-on.gif);
	background-repeat: no-repeat;
	height: 21px;
	text-indent: 25px;
}
.nav0 a:hover
{
	color: white;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	background-color: transparent;
	background-image: url(images/nav-on.gif);
	background-repeat: no-repeat;
}


.headline
{
	position: absolute;
	top: 180px;
	left: 270px;
}
h1
{
	color: white;
	font-family: helvetica, arial, verdana;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
td{	
	font-family: helvetica, arial, verdana;
	font-size: 12px;
}
.content
{
	position: absolute;
	top: 255px;
	left: 110px;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	background-color: #FFF;
	padding: 0 0 0 50px;
	overflow: auto;
}
.quote
{
	font-family: georgia;
	font-size: 14pt;
	font-style: italic;
	color: #90F;
}
h2
{
	font-weight: bold;
	font-size: 12px;
}
.quotesig
{
	font-style: italic;
	text-align: right;
}

#divlargeimage
{
	position: absolute;
	background-color: #FFF;
	padding: 5px;
}