@charset "UTF-8";
/* CSS Document */

* { 
	behavior: url(iepngfix.htc) 
}
body {
	background-color: #6ACCF5;
	font-size: 62.5%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 920px;
	outline: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	display: inline;
	letter-spacing: 0.125em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	display: inline;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	display: inline;
	text-transform: uppercase;
}
h4 {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	clear: right;
	font-weight: normal;
}
h5 {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent  {
	background-image: url(/images/uppatternlong4.gif);
	padding: 0px;
	background-repeat: repeat;
	margin: 0px;
	max-width: 100%;
}
#container  {
	width: 100%;
	float: left;
	margin-right: -260px;
	display: inline;
}
.thrCol #content {
	margin-right: 240px;
}
.thrCol #rightHalf {
	float: right;
	width: 100%;
}
.thrCol #masthead{
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	overflow: hidden;
	background-color: #0099FF;
	background-image: url(../images/upbanpic.jpg);
}
.thrCol #bottom {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 3em;
}
.thrCol #mainColumn {
	width: 100%;
	height: auto;
	padding: 5px;
	float: left;
	color: #333333;
	position: relative;
}
.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;
}
.thrCol #footerBox {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 3em;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
