@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/mainBG.gif);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap {
	width: 991px;
	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;
}
#header {
	width: 991px;
	height: 258px;
	background-image: url(../img/headerBG.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 991px;
	height: 37px;
	background-image: url(../img/navBG.gif);
}
#wrap #nav #tabs {
	margin-left: 13px;
}

#content {
	width: 991px;
	height: 391px;
	background-image: url(../img/btmBG.gif);
	background-repeat: no-repeat;
}
#wrap #content .search {
	background-image: url(../img/searchBG.gif);
	height: 354px;
	width: 303px;
	background-repeat: no-repeat;
	margin-top: 1px;
}
#searchTxt {
	font-size: 10px;
	padding-top: 40px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#searchTxt a{
	font-size: 10px;
	color: #CC6126;

}
#searchTxt a:hover{
	font-size: 10px;
	text-decoration: none;
	color: #759ED7;

}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer {
	font-size: 9px;
	text-align: center;
}
