@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
<!-- 
body  {
	font: 11px, Verdana, Arial, Helvetica, sans-serif;
	background: #0F4490;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link {
	text-decoration:none;
	color:#930;
	font-variant:normal;
}
a:visited {
	color: #0F4490;
	text-decoration:none;
}
a:hover {
	color: #993300;
	text-decoration:none;
}
a:active {
	color: #CC0000;
	text-decoration:none;
	}	
         
.thrColFixHdr #container { 
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
}
img {
	border: 1px solid black;
}
p { font: 11px, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom:10px;
	text-align:center;
	margin:auto;
}
h2 {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding-top: 15px;
}
h3 {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding:1px;
	margin:auto;
	text-align:center;
}
.event {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:14px;
        font-variant:small-caps;
        text-align:left;
}

.small {font-size:12px;
}

.table {font-family: Verdana, Geneva, sans-serif;
        font-size:10px;
		text-align:center;
	     margin:auto;
}

.text {font: 11px, Verdana, Arial, Helvetica, sans-serif;
}

.no {border:none;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 140px;
	background: #FFF;
	margin:auto;
    text-align:center;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 140px;
	padding: 10px;
	background:#F7A02D;
	}
.thrColFixHdr #mainContent { 
	margin: 0 140px;
	margin-top: 10px;
	width: 580;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	
} 
.thrColFixHdr #footer { 
	padding: 5px;
	background: #0F4490;
	color:#FFC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
        font-variant:small-caps;
        text-align:center;
	     margin:auto;
} 

.fltrt { 
	float: right;
}
.fltlft {
	float: left;
}
.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 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 150px; }
.thrColFixHdr #sidebar2 { width: 180px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 20px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->