body {
	font-family: 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 */
	background-color: #ECECEC;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size: 14px;
	color: #666666;
}
a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#999900;
}
#container { 
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#search {
	padding: 20px 30px 0 0;
	text-align:right;
	font-size:12px;
	line-height: 20px;
}
#search img {
	vertical-align: middle;
}
.searchbox {
	border: 1px solid #CCCCCC;
	padding:2px 3px 1px 3px;
	font-size:12px;
}
.searchbutton, .signbutton {
	border: 1px solid #990000;
	padding:0px 3px 4px 3px;
	background-color:#990000;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
}
.searchbutton:hover, .signbutton:hover {
	background-color:#d20000;
}
#logo {
	padding: 10px 35px;
}
#mainContainer {
	margin: 0;
	padding: 0 35px 20px 35px;
}
#footContainer {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#copyright {
	float:right;
	text-align:right;
}
#trail {
	padding: 10px 0;
	font-size:10px;
	color: #999999;
}
#trail a {
	color: #999999;
	text-decoration: none;
}
#trail a:hover {
	text-decoration: underline;
}
.qwik, .qwik a, .qwik a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

