/* Import styles */
@import url("header.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: #707070;
}
.style2 {
	font-size: 20px;
	font-style: normal;
	color: #008FBB;
}
a:hover {
	color: #CCCCCC;
}
#pageWrap {
	height: auto;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#content {
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 784px;
	float: left;
	padding-bottom: 10px;
	padding-left: 22px;
}





/*Main Header styles*/

.style2 {
	font-size: 28px;
	color: #4484B0;
}

.style2_cyan {
	color: #00FFFF;
	font-size: 20px;
}

.style2_magenta {
	color: #FF00FF;
	font-size: 20px;
}

.style2_yellow {
	color: #FFFF00;
	font-size: 20px;
}
.style2_black {
	color: #000000;
	font-size: 20px;
}



/* Footer */
#footer {
	height: 40px;
	background-image: url(../images/footer.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}
