@charset "UTF-8";
body  {
	font: 100%/1.5 Eurostile, Arial, Verdana, Helvetica, sans-serif;
	background: #071619;
	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;
}
p {
	font-size: 85%;
	letter-spacing: .05em;
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-family: Eurostile, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
.dropcap {
	display: block;
	float: left;
	font: 3em/.85em Georgia, "Times New Roman", Times, serif;
	padding: .02em .1em 0 0;
	color: #BE0A18;
}
a img {
	border:none;
	}
.first {
	margin-top: 0px;
}
a:link {
	color: #407D7C;
}
a:visited {
	color: #388889;
	text-decoration: none;
}
a:hover    {
	color: #A47574;
	text-decoration: none;
}
#sidebar1 p {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 2px #999;
}
a:active    {
	color: #A47574;
	text-decoration: none;
}
a:focus    {
	color: #A47574;
	text-decoration: none;
}
#header {
	background: #FFFFFF;
	padding: 5px 0px 5px 10px;
	border-bottom: thin ridge #152B2C;
} 
#wrapper {
	width: 700px;
	margin: 0px auto 15px;
	background: url(images/page_bottom.jpg) no-repeat center bottom;
	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;
} 
#container .overhang {
	position: absolute;
	left: -65px;
	top: 0px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 40px 0 20px;
	background: url(images/corner_tl.gif) no-repeat left top;
}
#sidebar1 a {
	font-weight: bold;
}
#sidebar1 .home {
	color: #000099;
}
#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: 20px 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;
	border-bottom: thin ridge #152B2C;
} 
#mainContent h1 {
	font-size: 180%;
	text-align: right;
	margin-right: 20px;
}
#mainContent h2 {
	font-size: 150%;
	text-align: right;
	margin-top: 35px;
	margin-right: 20px;
}
#mainContent h3 {
	font-weight: bold;
	text-align: left;
	font-size: 1.5em;
	margin-left: 20px;
}
#mainContent h4 {
	font-weight: bold;
	color: #761209;
	margin-left: 20px;
	text-shadow: 2px 2px 2px #999;
	font-size: 1.3em;
}
.black {
	color: #000000;
}
#mainContent p {
	font-size: 1.2em;
	margin-left: 20px;
}
#mainContent p2 {
	font-size: 1.3em;
	margin-left: 20px;
}
#mainContent p:first-letter {
	font-size: 1.4em;
	color: #780C15;
	line-height: normal;
}
#footer {
	padding-top: 10px;
	padding-left: 45px;
	padding-bottom: 10px;
}
#footer .overhang {
	padding: 70px 0px 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff url(images/corner_br2_bak.gif) no-repeat right top;
	position: relative;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	color: #666666;
	font-size: 70%;
}
.pod {
	padding: 10px 15px 0px 5px;
	border: 1px solid #628958;
}
.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;
}
#header img {
	margin-left: 190px;
}
