body
{
	background-color: #FFF;
	background-image: url(./bkg.gif);
	background-repeat: repeat-y;
}

p
{
	font-family: georgia, times, serif;
	font-size: 10pt;
	line-height: 12pt;
}

#bandaid
{
	position: absolute;
	height: 160px;
	width: 170px;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	z-index:101;
}

#top
{
	width: 760px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:101;
}

#navbar
{
	width: 760px;
	text-align: center;
	position: absolute;
	top: 125px;
	left: 10px;
	z-index:102;
}

#main
{
	position: absolute;
	top: 160px;
	left: 180px;
	width: 580px;
	padding-bottom: 30px;
}

#logostrip
{
	position: absolute;
	top: 160px;
	bottom: 0px;
	left: 10px;
	width: 120px;
	padding: 15px;
}

td
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link.nav, a:visited.nav
{
	color: #FFF;
	text-decoration: none;
	background-color: #6EBC20;
	padding: 3px;
	display: block;
	letter-spacing: 3px;
	text-align: center;
	text-indent: 3px;
}

a:hover.nav
{
	color: #000;
	padding: 3px;
	background-color: #FFC20F;
	text-decoration: none;
	display: block;
	letter-spacing: 3px;
	text-indent: 3px;
}

a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033CC;
}
a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336600;	
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000 ;
}
a:active {
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #4F6EB1;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #4F6EB1;
}

.rule1
{
	border-color: #FFC20F;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 12px 0;
}

.item
{
	vertical-align: top;
	padding: 10px;
	width: 125px;
}

.itempic
{
	vertical-align: bottom;
	width: 125px;
	text-align:right;
}
