* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#pgHeader {
	display: none;
}
#pgSidebar > img {
	display: none;
}

/* NAV STYLES */
#nav {
	display: none;
}

/* FOOTER NAV */
#pgFooter ul {
	list-style-type: none;
	cursor: default;
}
#pgFooter li {
	display: inline;
	margin: 0 10px;
}
#pgFooter a:link, #pgFooter a:visited {
	color: #999;
	text-decoration: none;
}
#pgFooter {
	font-size: 90%;
	color: #999;
	padding: 45px 0 0 0;
	text-align: center;
}
#padHeight {
	display: none;
}
.invis {
	display: none;
}


/* FORMAT STYLES */
h1 {
	font-size: 175%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #8D0615;
	margin: 20px 0;
}
h2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #8D0615;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #8D0615;
	margin: 20px 0 10px 0;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #8D0615;
	text-decoration: none;
}
p {
	margin: 10px 0;
}
ul, ol {
	margin: 10px 50px;
}
li {
	margin: 5px 0;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
img.lImg {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 3px;
	margin: 0 10px 10px 0;
	float: left;
}
.indent {
	margin: 20px 30px;
}
.sbItem {
	padding: 2px 10px 5px 90px;
	position: relative;
}
.sbItem h2 {
	font-size: 125%;
}
.sbItem img {
	border: solid 1px #999;
	padding: 3px;
	background-color: #FFF;
	position: absolute;
	left: 10px;
	top: 20px;
}
#cmdSubmit {
	background-image: url(../assets/button.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 25px;
	width: 85px;
	border: none;
	font-size: 100%;
	color: #333;
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../assets/warning.gif);
	background-repeat: no-repeat;
	background-position: 3% 40%;
	padding: 2px 5px 2px 40px;
	margin: 10px 5px;
	color: #CE0000;
	width: 75%;
}
#frmContact {
	margin-left: 30px;
}
#frmContact .frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 2px;
	margin-bottom: 2px;
	width: 300px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
	background-color: #EFF7EE;
}
#frmContact textarea.frmInput {
	height: auto !important;
}

