@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 70%;
	background-color: #0065C8;
	background-image: url(../images/bg_master.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
}
table, tr, td  {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color: #666666;
}
.thrColFixHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #container .reflection {
	background-image: url(../images/bg_logo_reflection.jpg);
	background-repeat: no-repeat;
	background-position: 38px 0px;
}
.thrColFixHdr #header {
	background-image: url(../images/bg_masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 109px;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #023A6A;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
}
.thrColFixHdr #sidebar1 p{
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	color: #666668;
	padding-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 285px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent p{
	font-size: 12px;
	color: #333;
	letter-spacing: 0em;
} 
.thrColFixHdr #footer {
	background-color: #023A6A;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	height: 50px;
} 
.thrColFixHdr #footer p{
	color: #FFFFFF;
	line-height: 50px;
	text-align: right;
	padding-right: 10px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}
.gutterLft {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.gutterRt {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
