/* J Peck Styles */

body {
	margin: 3%;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
}

p {
	font-size: 12pt;
	margin: 8px 0;
}

img {
	border: 0
}

a:link {
	color: #CA0016;
}

a:visited {
	color: #3D1208
}

a:hover {
	color: #FFF6E9;
	background-color: #CA0016
}

/* Structural Styles */

/* Header Styles */

#header {
	display: none;
}

#logo {
	display: none !important;
}

#printLogo {
	position: relative;
	bottom: 2%;
	z-index: 10000
}

#loginForm {
	display: none;
}

#ribbon {
	display: none !important;
}

/* Home Template Styles */

#homeFlash {
	display: none;
}

#mainContainer {
	width: 90%
}

#bannerLink {
	display: none
}

#bannerLink span {
	display: none
}

#homeContent {
	width: 80%;
	margin-top: 1%
}

#homeContent p {
	margin: 0 0 12pt 0;
	line-height: 1.3em
}

#navColumn {
	display: none;
}

#signUp {
	display: none
}

#signUpBtn {
	display: none
}

/* Interior Styles */

#innerContent {
	width: 80%;
}

#contentCap {
	display: none;
}

#contentFoot {
	display: none;
}

#welcomeBar {
	display: none;
}

#logout {
	display: none
}

#innerBanner {
	display: none
}

/* Interior 2 col template */

#leftCol {
	width: 47%;
	float: left;
	padding-bottom: 5%;
	padding-right: 6%
}

#rightCol {
	width: 47%;
	float: right;
	padding-bottom: 5%
}

/* Footer Styles */

#footerWrap ul {
	display: none
}

#footerWrap span {
	display: none;
}

#footerWrap li {
	float: left;
}

#footerLogo {
	display: none
}

p#copyright {
	display: none
}

address {
	position: absolute;
	top: 25px;
	left: 125px;
	font-style: normal;
	font-size: 90%;
	color: #351007;
	line-height: 1.3em
}

/* General Styles */
.clear {
	clear: both;
	font-size: 1px;
}

/* Form Styles */

#innerContent form {
	display: inline;
	font-family: georgia, times, serif;
}

#innerContent label {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 110%;
	line-height: 1.8em;
}

#innerContent form span {
	font-family: georgia, times, serif;
	font-size: 110%;
	line-height: 1.8em;
	margin-bottom: 5px;
}

#innerContent label.required {
	font-weight: bold;
	color: #881500;
}

#innerContent form br {
	clear: left;
}

#innerContent input {
	font-family: georgia, times, serif;
	font-size: 110%;
}

#innerContent select {
	font-family: georgia, times, serif;
	font-size: 110%;
}

#innerContent textarea {
	font-family: georgia, times, serif;
	font-size: 110%;
}

/* Nav Styles */

#functNav {
	display: none
}

#nav {
	display: none
}

#navFoot {
	display: none
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

h1 { /* Red Large Headline */
	font-family: georgia, times, serif;
	color: #CA0016;
	font-size: 18pt;
	margin: 8px 0;
	padding: 0;
}

h2 { /* Brown Large Headline */
	font-family: georgia, times, serif;
	color: #8C400E;
	font-size: 18pt;
	margin: 8px 0;
	padding: 0;
}

h3 { /* Black Large Headline */
	font-family: georgia, times, serif;
	color: #000;
	font-size: 18pt;
	margin: 8px 0;
	padding: 0;
}

h4 { /* Red Small Headline */
	font-family: georgia, times, serif;
	color: #CA0016;
	font-size: 14pt;
	margin: 6px 0;
	padding: 0;
}

h5 { /* Brown Small Headline */
	font-family: georgia, times, serif;
	color: #8C400E;
	font-size: 14pt;
	margin: 6px 0;
	padding: 0;
}

h6 { /* Black Small Headline */
	font-family: georgia, times, serif;
	color: #000;
	font-size: 14pt;
	margin: 6px 0;
	padding: 0;
}

/* Xstandard Styles */

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	display: inline
}

.imageFloatRight {
	float: right;
	display: inline
}









