/* Import styles */
@import url("headerIndex.css");
@import url("homePage.css");
@import url("internalPage.css");


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FCF6E6;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #999999;
}
.style2 {font-size: 20px}
a:hover {
	color: #CCCCCC;
}
#pageWrap {
	height: auto;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#content {
	background-image: url(../images/contentBGindex.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 784px;
	float: left;
	padding-bottom: 10px;
	padding-left: 22px;
}


/* Footer */
#footer {
	height: 40px;
	background-image: url(../images/footerA.jpg);
	background-repeat: no-repeat;
	width: auto;
	clear: both;
	font-size: 11px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
#fl {
	height: auto;
	width: 450px;
	float: left;
	padding-top: 23px;
}
#fr {
	float: right;
	height: auto;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-top: 23px;
}
.defaultErr { color:#FF0000}
