body {
	background-color: #000000;
	background-image: url(art/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
.navTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	background-image: url(art/navBack.jpg);
	border: 1px solid #CCCCCC;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #F26A1C;
	text-decoration: none;
}
a:active {
	color: #FBE180;
	text-decoration: underline;
}
.loginTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}
.loginInput {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
}
.subHeadText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #CCCCCC;
	font-style: italic;
}
.callOutback {
	background-image: url(art/callout_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #CCCCCC;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 3px;
}
.bottomTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.contentTableInside {
	background-image: url(art/content_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #E46E24;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #F36A1C;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #D1702C;
	font-style: italic;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #993300;
}
.homepageFeatures {
	padding-left: 8px;
}

