#ContentBackground {
	background-color: #C9E2EF;
	background-image: url(../images/layout/ContentBackground.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: top;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#Content {
	padding: 15px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a {
	color: #996633;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color:
	color: #666633;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 50%;
}
.fltlft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ContentBackgroundNoPhoto {
	background-color: #C9E2EF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgborder {
	border: 1px solid #333333;
}
