@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #015093;
	background-image: url(../images/bkg-tile.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.thrColFixHdr #container {
	width: 1036px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/Page_tile.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
} 
.thrColFixHdr #header {
	background-image: url(../images/Nav_Header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 59px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #headerflash {
	position: absolute;
	z-index: 99;
	top: 0px;
	overflow: visible;
	visibility: hidden;
	padding: 0px;
	width: 1036px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 103px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/Left_sidebar.jpg);
	height: 606px;
}
.thrColFixHdr #sidebar2 {
	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 */
	background-image: url(../images/Sidebar_tile.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
.thrColFixHdr #sidebar2 p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColFixHdr #sidebar2 strong {
	color: #06F;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 383px;
	padding: 0px;
	background-image: url(../images/right_side.jpg);
	background-position: right top;
	background-repeat: no-repeat;
} 
.thrColFixHdr #mainContent p {
	padding-right: 50px;
	padding-left: 43px;
}
.thrColFixHdr #mainContent li {
	margin-right: 50px;
	margin-left: 43px;
}
.thrColFixHdr #mainContent h2 {
	padding-right: 50px;
	padding-left: 43px;
	font-size: 120%;
	color: #666;
}
.thrColFixHdr #mainContent h3 {
	margin-right: 50px;
	margin-left: 28px;
	padding-left: 15px;
	font-size: 120%;
	color: #FFF;
	background-color: #666;
}
.thrColFixHdr #mainContent strong {
	color: #015093;
}

.thrColFixHdr #footer {
	background-image: url(../images/Footer.jpg);
	height: 87px;
	padding: 0;
} 
.thrColFixHdr #container #footer p {
	font-size: 70%;
	padding-left: 85px;
	padding-top: 15px;
}

.thrColFixHdr #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 */
}
.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: 0px;
	line-height: 0px;
}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #03F;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a {
	font-weight: bold;
}
.address {
	font-size: 60%;
	padding-left: 10px;
	padding-top: 15px;
	color: #000;
	font-weight: bold;
	line-height: 13px;
}
.thrColFixHdr #container #mainContent hr {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.thrColFixHdr #container #mainContent a.adminlink {
	color: #CCC;
	text-align: right;
	font-size: 75%;
	padding-right: 60px;
	padding-left; 60px;
}
