@charset "utf-8";
body  {
	font: 100%/1.495 "Copperplate Gothic Light", "Copperplate Gothic Bold", Georgia, "MS Sans Serif";
	background: #B6B55B; /* 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 */
	color: #000000;
	margin: 0px;
}
#wrapper {
	background: url(images/page_bottom.jpg) no-repeat center bottom;
	margin: 0px auto;
	width: 890px;
	position: relative;
	padding-bottom: 30px;
}

#container {
	background: url(images/body_back.jpg) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 23px;
	padding-left: 23px;
} 
#header {
	background: #FEFACD;
	padding: 50px 0px 50px 245px;
} 
a img {
	border:	none;
}
.maincontent a:link {
	color: #5A0021;
	text-decoration: none;
	font-weight: bold;
}
.maincontent a:visited {
	color: #5A0021;
	text-decoration: none;
	font-weight: bold;
}
.maincontent a:hover, a:active, a:focus {
	color: #3788A3;
	text-decoration: none;
	font-weight: bold;
}
.sidebar a:link {
	color: #604A35;
	text-decoration: none;
}
.sidebar a:visited {
	color: #604A35;
	text-decoration: none;
}
.sidebar a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: bold;
}
p {
	font-size: 80%;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 18px 0px 10px;
	background: url(images/corner-tl.gif) no-repeat left top;
}
#mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 610px;
	float: left;
	padding: 20px 28px 0px;
} 

#footer {
	background:#FEFACD url(images/corner_br.gif) no-repeat right top;
	position: relative;
	padding: 33px 0px 0px 25px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 70px 10px 20px;
	font-size: 90%;
	font-weight: normal;
	color: #3F2E22;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container .overhang {
	position: absolute;
	left: -2px;
	top: 0px;
}
#container #footer .overhang {
	background: url(images/badge-sm.png) no-repeat;
	height: 152px;
	width: 151px;
	left: 708px;
	top: 20px;
}
.pod {
	font-size: 70%;
	text-align: center;

}
h1, h2, h3, h4 {
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", Georgia, "MS Sans Serif";
	font-weight: bold;
	color: #000000;
	letter-spacing:	-0.04em
}
#mainContent h1 {
	font-size: 110%;
	text-align: left;
	margin-left: 48px;
}
#mainContent h2 {
	font-size: 105%;
	text-align: left;
	margin-top: 18px;
	margin-left: 48px;
}
h3 {
	font-size: 110%;
}
.first {
	margin-top: 0px;
}
.dropcap {
	font: bold 4.9em/0.85em "Copperplate Gothic Light", "Copperplate Gothic Bold", Georgia, "MS Sans Serif";
	color: #604A35;
	display: block;
	float: left;
	padding: 0.02em 0.08em 0em 0em;
}

