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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) top center repeat-y #222222 fixed;
	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;
}
#container {
	background: url(../images/bg_top.gif) top center no-repeat fixed;
	padding: 0;
}

.oneColFixCtr #body {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	font-size:90%;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	text-align:center;
	padding: 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 136px;
	background: url(../images/footer_bg.gif) top center no-repeat #1C1C1C;
	font: Verdana, Geneva, sans-serif;
	color: #FFF;
	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;
}

a:link, a:visited {
	text-decoration:underline;
	color:#3A5E89;
}
a:hover {
	text-decoration:underline;
	color:#06F;
}


.greenTitle {
	color:#063;
	font-weight:bold;
}
.blueTitle {
	color:#036;
	font-weight:bold;
}
.redTitle {
	color:#900;
	font-weight:bold;
}

.smallText {
	font-size:80%;
}

#topMenu {
	background-color: #65503b;
}
