@charset "UTF-8";
/* CSS Document */

body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


a.mainMenu:hover{
	background-color:#CCCCCC;
	color: #333333;
}

ul{
margin:0;padding:0; list-style-type: none;
}


.mainBody {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}
.mainMenu {
	text-align: left;
	margin:5px;
	padding:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(graphics/menu-divide.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display:block;
	float:left;
	width: 200px;
}

.mainMenu a {
	color:#FFFFFF;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #E8E8E8;
	text-decoration: none;
}
.mainBodyText {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #666666;
	line-height: 18px;
	word-spacing: normal;
	text-align: left;
}

.headerText {
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	color: #FFFFFF;
}
.tableCell {
	background-image: url(graphics/standard_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottomMenuHeading {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	display: block;
	margin: 5px;
}

.bottomMenuHeading a {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.bottomMenuItems {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	display: block;
	margin: 5px;
	text-decoration: none;
}

.bottomMenuItems a {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-weight: normal;
	font-size: 13px;
}
.bullets {
	display: inline-block;
	list-style-type: disc;
	list-style-position: inside;
}
.headerTextLarge {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-variant: normal;
}
.bodyList {
	list-style-type: disc;
	margin-left: 16px;
}

