@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-color: #CCC;
}
#container {
	width: 976px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
	background-color: #DFE1E7;
	background-image: url(../About/AboutBkgnd.gif);
	background-position: -1px -1px;
} 

#headContainer {
	top: -1px;
}
td img {display: block;}

#leftContainer {
	float: left;
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	clear: right;
	background-color: #78647B;
	background-image: url(../About/AboutLeft.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

h3 {
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#container #leftContainer h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #E0C165;
	text-decoration: none;
}

#container #leftContainer h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
	padding-right: 10px;
	color: #FFF;
	line-height: .5em;
}

#container #leftContainer h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
}

#container #leftContainer h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: mediuml;
	font-weight: normal;
	color: #E0C165;
	text-decoration: none;
}

#mainContentContainer {
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 208px;
}

#footerContainer {
	padding: 5px 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
	background-color: #AF9BB1;
	text-align: center;
}

#container #footerContainer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #79657B;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #79657B;
}

/* Miscellaneous classes for reuse */
.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;
}

td img {display: block;}td img {display: block;}

