@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FF6633;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FF6633; 
	padding: 0 0 8px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #nav {
	background: #FFFFFF; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 8px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF6633;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6633;
}

.footerText a:link, .footerText a:visited {
	color: #FF6633;
	text-decoration: none;
}
.footerText a:hover{
	color: #FF66CC;
	text-decoration: underline;
}

.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #333333;
}

.homeText a:link, .homeText a:visited {
	color: #FF6633;
	text-decoration: underline;
}
.homeText a:hover{
	color: #FF66CC;
	text-decoration: underline;
}

.homeTextWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #FFFFFF;
}

.homeTextWht a:link, .homeText a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.homeTextWht a:hover{
	color: #FF6633;
	text-decoration: underline;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #333333;
}

.bodyText a:link, .bodyText a:visited {
	color: #FF6633;
	text-decoration: underline;
}
.bodyText a:hover{
	color: #FF66CC;
	text-decoration: underline;
}

.orgHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6633;
}

.selctionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}

