@charset "utf-8";
/* CSS Document */
body {
	margin:0px; padding:15px 0px 15px 0px; background:url(images/background.gif) repeat-x top #170e0b; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:70%; color:#3a2605;
}
div.bodyBorder {
	width:959px;
}
div.header {
	float:left; width:959px; text-align:left; font-family:"Garamond", Georgia, "Times New Roman", Times, serif; font-size:1.4em; color:#f8f4ec;
}
	div.header p {
		margin:0px; padding:0px;
	}
		div.header p a {
			color:#f8f4ec; text-decoration:none;
		}
		div.header p a:hover {
			color:#f8f4ec; text-decoration:underline;
		}
div.bodyContent {
	float:left; width:939px; background:#e4dcbe; padding:20px 10px 10px 10px; text-align:left;
}

	div.bodyContent div.leftCol {
		float:left; width:582px; padding:0px 32px 0px 0px;
	}
	div.bodyContent div.rightCol {
		float:left; background:url(images/right-col-background.gif) repeat-y; width:316px;
	}
		div.rightCol div.rightColText {
			float:left; width:286px; padding:10px 15px 10px 15px; font-size:1.5em; color:#e4ecfb; font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
		}

	div.bodyContent div.footer {
		float:left; width:939px; margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; border-top:1px solid #51422f; text-align:right; font-size:.9em;
	}

h1 {
	font-family:"Garamond", Georgia, "Times New Roman", Times, serif; font-size:3.5em; font-weight:normal; margin:0px; padding:0px;
}
h2 {
	font-family:"Garamond", Georgia, "Times New Roman", Times, serif; font-size:2.0em; font-weight:normal; margin:0px; padding:0px;
}
p.subtitle {
	font-family:"Garamond", Georgia, "Times New Roman", Times, serif; font-size:1.5em; font-weight:normal; margin:0px 0px 40px 0px; padding:0px;
}

a,a:hover {
	color:#42619a;
}

hr {
	color:#51422f; background:#51422f;
}
