/* First insure CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2D7724;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}


#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 0px 30px;
	text-align: center;
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #666666;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	margin: 0px 0px 12px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.intro {
	font-size: 13px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2B4B7D;
	margin-top: 30px;
}


h3 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

hr {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: none;
}

.print {
	visibility: visible;
}

/* ########## LAYOUT ########## */

.header1 {
	width: 780px;
	height: 119px;
}

.header2 {
	width: 780px;
	height: 23px;
}

.head1 {
	float: left;
	clear: both;
	width: 780px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	color: #0058B0;
}

.content {
	float: left;
	width: 780px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* ########## FOOTER ########## */

.footer {
	width: 720px;
	background-color: #E6E6E6;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: center;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #textholder {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
