/* CSS Document */

body {
	background-color: #8592b2;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
.twoColFixLtHdr #header {
	background-image: url(images/h_banner.jpg);
	background-color: #8592b2;
	height: 200px;
	width: 780px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
}
.twoColFixLtHdr #mainContent {
	width: 535px;
	margin-top: 0px;
	margin-left: 205px;
	padding: 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #f5f6f9;
} 
.twoColFixLtHdr #footer { 
	background: #8592b2; 
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	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;
}
h1 {
	color: #849a84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #4c628c;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #849a84;
	line-height: 18px;
	text-transform: uppercase;
}
.img_border {
	height: auto;
	width: auto;
	border: 1px solid #849a84;
	padding: 6px;
	margin-right: 3px;
	margin-left: 3px;
}
.img_border_r {
	height: auto;
	width: 280px;
	border: 1px solid #849a84;
	padding: 6px;
	margin-right: 3px;
	margin-left: 3px;
	float: right;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #849a84;
}
#subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #849a84;
	font-weight: bold;
}
.magenta {
	color: #d63658
}
#teamname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #4c628c;
	text-align: center;
}
#whitespace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100px;
	color: #A0A0A4;
	display: none;
	border: thin solid #A0A0A4;
}
.style2 { /* inline color of magenta for emphasis */
	color: #d63658; 
	font-weight: bold; 
} 
}
.columns {
	height: auto;
	width: 100%;
	border-bottom-color: #849a84;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 12px;
}
#leftcol {
	float: left;
	height: auto;
	width: 45%;
	padding-right: 24px;
	border-right-color: #849a84;
	border-right-style: solid;
	border-right-width: 1px;
}
#rightcol {
	height: auto;
	width: 45%;
	margin-left: 48%;
	padding-left: 12px;
}
a:link {
	color: #4c628c;
}
a:visited {
	color: #849a84;
}
a:hover {
	color: #849a84;
}
#disclaim_font_blk {
	font-size: 72%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


