@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.twoColFixLtHdr #container {
	width: 953px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/body_repeat.jpg);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
.twoColFixLtHdr #topbar {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/topbar.jpg);
	height: 37px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
} 
.twoColFixLtHdr #topcontent {
	height: 37px;
	width: 957px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding: 3px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #box1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 255px;
	width: 518px;
	background-image: url(../images/box1.jpg);
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #box2 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 255px;
	width: 223px;
	background-image: url(../images/box2.jpg);
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #box3 {
	height: 255px;
	width: 212px;
	background-image: url(../images/box3.jpg);
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #left-shadow {
	width: 971px;
	padding: 0 0 0 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/leftshadow.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #right-shadow {
	padding: 0 0px 0 0;
	background-image: url(../images/rightshadow.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 214px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003352;
	font-weight: normal;
	line-height: 24px;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #448bb8;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent img {
	max-width:535px;
}
.twoColFixLtHdr #mainContent a:link {
	color: #bda313;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
	color: #bda313;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #063755;
}
.twoColFixLtHdr #mainContent a:active {
	text-decoration: none;
	color: #BDA313;
}

.twoColFixLtHdr #searchpage {
	line-height: 14px;
}
.twoColFixLtHdr #searchpage a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #searchpage a:visited {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #searchpage a:hover {
	text-decoration: underline;
	color: #BDA313;
}
.twoColFixLtHdr #searchpage a:active {
	text-decoration: none;
	color: #000;
}

.twoColFixLtHdr #footer {
	background-image: url(../images/bg_footer.jpg);
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
} 

.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 */
}
.twoColFixLtHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
	color: #063755;
}
.twoColFixLtHdr #footer a:active {
	text-decoration: none;
	color: #FFF;
}

.padded-boxes {
	padding-top: 32px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.padded-footer {
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.font-yellow {
	color: #bda313;
}
.font-white {
	color: #FFF;
}
.font-black {
	color: #000;
}
.font-blue {
	color: #003352;
}



.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;
}
.catlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 160px;
	width: 186px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	line-height: 16px;
}
.catlist a:link {
	color: #000;
	text-decoration: none;
}
.catlist a:visited {
	color: #000;
	text-decoration: none;
}
.catlist a:hover {
	color: #bda313;
	text-decoration: underline;
}
.catlist a:active {
	color: #000;
	text-decoration: none;
}


.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;
}

