@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #72595B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #379293;
}
p {
	text-align: justify;
	color: #71585A;
	line-height: 1.3em;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #69C;
	text-decoration: underline;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;

	background-image: /images/bgpattern.gif;
	background-repeat: repeat;
	background-image: url(images/bgpattern.gif);
}
.twoColFixLtHdr #header {
	width: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 191px;
	background-image: url(images/bgheader.gif);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #container {
	width: 954px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentborder_06.gif);
	background-position: 168px 191px;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 850px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50;
	margin-left: 210px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 75px;
	padding-left: 0px;
	color: #6E5658;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
} 
.twoColFixLtHdr #footer {
	height: 300px;
	padding: 0;
	background-position: center bottom;
} 
.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;
	padding-right: 145px;
	padding-top: 105px;
}
.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;
}

.leftbutton {
	float: left;
	height: 43px;
	width: 171px;
	padding-top: 15px;
}
.leftbutton2 {
	height: 44px;
	width: 171px;
}
.leftbutton3 {
	height: 67px;
	width: 171px;
	float: right;
	margin-bottom: 15px;
}
.contentphoto {
	float: right;
	padding-left: 20px;
}
.italicizedheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: .9em;
}
.italicized {
	font-style: italic;
	color: #666;
}
.placefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #639;
	font-size: 1.1em;
}
ul {
	list-style-image: none;
	list-style-type: none;
	line-height: 1.5em;
	text-align: left;
}
.sponsorusbutton {
	padding: 0px;
	float: right;
	height: 99px;
	width: 112px;
	background-position: right top;
}
