@charset "utf-8";
.twoColFixLtHdr #container #header .headertext {
	color: #171796;
	float: none;
	font: small Georgia, "Times New Roman", Times, serif;
	clear: both;
}
#Banner {
	color: #FFF;
	text-align: center;
	height: auto;
	width: 780px;
	font-size: small;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body  {
	margin: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	border-top-color: #009645;
	border-right-color: #009645;
	border-bottom-color: #009645;
	border-left-color: #009645;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/Main%20Page%20Images/GreenSidebarBackground.gif) repeat;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-right: thick double #009645;
	border-left: thick double #009645;
} 
.twoColFixLtHdr #header {
	padding: 5px 10px 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. */
	background-color: #FFF;
	font-size: medium;
	border: thick double #171796;
	width: 740px;
	margin-left: 6px;
} 
.twoColFixLtHdr #mainContent {
	color: #171796;
	text-align: center;
	width: 680px;
	height: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 6;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: 171796;
	border-right-color: 171796;
	border-bottom-color: 171796;
	border-left-color: 171796;
} 
.twoColFixLtHdr #container #mainContent div1 {
	float: left;
	width: 250px;
}

.twoColFixLtHdr #container #mainContent div h1 strong {
	font-size: xx-large;
	color: #171796;
	text-align: center;
}
#PageTitle {
	color: #171796;
	text-align: center;
}
List {
	color: #009645;
	list-style: square inside;
}

.twoColFixLtHdr #footer {
	padding: 5px 10px 10px;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent div h1 {
	color: #171796;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	color: #FFF;
	text-align: left;
	border-right: none;
	height: 450px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#Page Title {
	color: #171796;
	text-align: center;
	border-bottom: thick solid #171796;
}
#Content1 {
	text-align: center;
	float: left;
	width: 225px;
	border: thin solid #171796;
}
#Content2 {
	text-align: center;
	width: 225px;
	border: thin solid #171796;
	padding-left: 250px;
}
#Content3 {
	text-align: center;
	width: 100px;
	border: thin solid #171796;
	float: right;
}
.twoColFixLtHdr #container #mainContent div {
	text-align: justify;
}
.name {
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}
.profile {
	clear: right;
	overflow: auto;
	text-align: justify;
	width: 650px;
	margin: 5px 20px;
	font: 16px Verdana, Geneva, sans-serif;
}
.txt {
	text-align: justify;
	margin: 0px;
	clear: both;
}
.image {
	padding: 0px 15px 15px;
	margin: 0px;
}
