@charset "UTF-8";
body  {
	font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #7F98C3;
	margin: 0; /* 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;
}
#wrapper {
	background: url(images/page_bottom.jpg) no-repeat center bottom;
	margin: 0px auto 15px 50px;
	width: 700px;
	position: relative;
	padding-bottom: 10px;
}
#container {
	background: url(images/body_back.jpg) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 9px;
	padding-left: 9px;
} 
#header {
	background: #FFF;
	padding: 40px 0 40px 150px;
} 
a img {
	border: none;
}
a:link {
	color: #628958;
}
#sidebar1 a {
	font-weight: bold;
}
a:visited {
	color: #666;
}
a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
}
p {
	font-size: 85%;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 20px 0;
	background: url(images/corner_tl.gif) no-repeat;
}
#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 32px 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 408px;
	float: left;
} 
#footer {
	padding: 70px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(images/corner_br.gif) no-repeat right top;
	position: relative;
} 
#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: 0 70px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #666;
	font-size: 70%;
}
.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: -65px;
	top: 0px;
	background-image: url(images/sm_pagebottom.png);
}
#container #footer .overhang {
	background: url(images/sm_pagebottom.png) no-repeat;
	height: 100px;
	width: 84px;
	left: 615px;
	top: 17px;
}
.pod {
	padding: 10px 15px 0px 5px;
	border: 1px solid #628958;
}
h1, h2, h3, h4 { 	
	font-family: Georgia, "Times New Roman", Times, serif; 	
	font-weight: normal; 	
	color: #628958; 	
	letter-spacing: -0.04em;
}
#mainContent h1 { 	
	font-size: 180%; 	
	text-align: right; 	
	margin-right: 20px;
} 
#mainContent h2 { 	
	font-size: 150%; 	
	margin-top: 35px; 	
	text-align: right; 	
	margin-right: 20px; 
} 
h3 { 	
	font-size: 130%; 
}
.first { 	
	margin-top: 0; 
}
.dropcap {
	display: block;
	float: left;
	font: 5em/.85em Georgia, "Times New Roman", Times, serif;
	padding: .03em .1em 0 0;
	color: #7F98C3;
}
