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


<!-- 
#content .main .copy .OneColFix .container { 
	width: 730px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	font-family:"Arial","Helvetica"; color: #093657;
	font-size:11pt;
	line-height:1.5em;
}




h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14pt; line-height:1.5em; padding-bottom:5px;}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:12pt; line-height:1.25em; padding-bottom:5px;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:9pt; line-height:1em;}
h4 {font-family:Arial, Helvetica, sans-serif, font-size:9pt; line-height:1em; padding-top:9px; color:#FF0099; text-transform:uppercase;}



.thrColEls #container { 
	width: 730px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:"Arial","Helvetica"; color: #093657;
	font-size:10pt;
	line-height:1.25em;
} 


.thrColEls #sidebar1 {
	float: left; 
	width: 14.75em; /* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColEls #sidebar2 {
	float: right; 
	width: 14.75em; /* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0; /* top and bottom padding create visual space within this div */
}


.thrColEls #sidebar1 img {padding: 0px 0px 5px 3px;}

.thrColEls #sidebar2 img {padding: 0px 0px 5px 8px;}


.thrColEls #mainContent {
margin: 12px 15em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
padding:0 12px 0 12px;
border-left:solid 1px #999999;
border-right:solid 1px #999999;
} 

/* 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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 3px 0 12px 5px;	
}

.fltlft span {font-size:10px;
}

.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;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColEls #sidebar1, .thrColEls #sidebar2 { padding-top: 0; }
.thrColEls #mainContent { zoom: 1; padding-top: 0; }


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
