@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif; color:#878888; font-size:12px;
}

img {border:0;}

h1 {
font-size:23px; color:#9e4924; font-weight:bold; margin: 0px; padding-top:0;
}

h2 {
font-size:16px; color:#9e4924; font-weight:bold; margin: 0px; padding-top:0;
}

h3 {
font-size:14px; color:#9e4924; font-weight:bold; margin: 0px; padding-top:0;
}

h4 {
font-size:12px; color:#9e4924; font-weight:bold; margin: 0px; padding-top:0;
}



a:link	{ color:#ccb425; text-decoration:underline; }
a:visited	{ color:#ccb425; text-decoration:underline; }
a:hover	{ color:#ccb425; text-decoration:underline; }
a:active	{ color:#ccb425; text-decoration:underline; }


#headerBG {
	height:183px;
	background-image:url(../img/headerBG.gif);
	background-repeat:repeat-x;
}
#headerImg {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:183px;
}
#navBG {
	height:54px;
	background-image:url(../img/navBG.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#nav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#contentContainer {width:800px; margin-left:auto; margin-right:auto;}
#contentMainLeft {width:547px; float:left; margin-left:10px; margin-bottom:10px; padding-right:20px;}
#homeContentMainLeft {width:552px; float:left;}
#contentSubRight {width:208px; float:right; background-image:url(../img/sideBG.gif); background-repeat:repeat-y; padding-left: 5px;}

.footerGradient {
	/*height:33px;*/
	background-image:url(../img/footerGradient.gif);
	background-repeat:repeat-x;
}

#footerBrown {
	background-color:#9e4924;
}

#footerContainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	font-size:10px;
	color:#FFFFFF;
}
a.footer {
color:#FFFFFF;}
#footerLeft {width:380px; float:left; margin-left:10px;}
#footerRight {width:380px; float:right;}

.errText {color:#f00;}

sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

