@charset "utf-8";

a:link {
	color: #117157;
	text-decoration: underline;
}

a:visited {
	color: #117157;
	text-decoration: underline;
}

a:active {
	color: #1e9e7b;
	text-decoration: underline;
}

a:hover{ 
	color: #249879;
	text-decoration: underline;
}

body {
	background-color: #ffffcd;
	background-image: url("img/mainBackgroundHorizontal.gif");
	margin: 0px;
	height: 100%;
}

img {
	border: 0px;
}

#fullWindow {
	width: 100%;
	text-align: center;
}

#middleBar {
	margin: 0px auto;
	width: 770px;
	text-align: left;
	background-color: #ffffcd;
}

#logoPlusNavigation {
	background-color: #ffffcd;
	text-align: center;
	height: 170px;
	width: 770px;
}

#navigation {
	margin: 0px auto;
}

#row {
	position: relative;
	top: 35px;
}

#content {
	position: relative;
	top: 10px;
	background-color: #ffffcd;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
	color: #663300;
	width: 450;
}

#footer {
	background-color: #ffffcd;
	color: #663300;
	margin: 0px auto;
	width: 770px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.header {
	font-size: 13pt;
	font-weight: bold;
}

.subHead {
	font-size: 11pt;
	font-weight: bold;
}

.bulletedList
{
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;

}

.bulletedList li
{
	line-height: 13pt;
	padding-left: 30px;
	padding-bottom: 6px;
	background-image: url("img/lotusBullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

