body {
	margin: 0px;
	background-color: #333333;
}
.contentBackground {
	background-image: url(images/contentBackground.jpg);
	background-repeat: repeat-y;
}
.topBanner {
	background-image: url(images/topBanner.jpg);
	background-repeat: repeat-x;
}
.title {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
	margin-top: 10px;
}
.lightH {
	background-image: url(images/lightBackground.jpg);
	background-repeat: repeat-x;
}
.lightV {
	background-image: url(images/lightBackground.jpg);
	background-repeat: repeat-y;
}
.medBackground {
	background-image: url(images/mediumBackground.jpg);
	background-repeat: repeat;
}
.content {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-right: 35px;
	padding-left: 10px;
	padding-top: 10px;
	background-repeat: repeat;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-family: Arial;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.floatRight {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}
.darkBackground {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
}
.whiteTitle {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.floatLeft {
	float: right;
}
ul {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 30px;
}
ol {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	padding-left: 30px;
}
.titleCopy {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}
.contentCopy {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-right: 35px;
	padding-left: 30px;
}
.nav {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/darkBackground.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.darkBackgroundCopy {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.indexBackground {
	background-image: url(images/indexBackground.jpg);
	background-repeat: repeat-y;
}
