@charset "utf-8";

body {
	background: #c1a991;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/bkgd_page.gif) repeat;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #b82a22;
	margin: 0;
	padding: 6px 0 0 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 6px 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 6px 0;
	border-bottom: dashed 1px #204ca3;
}

a {
	color: #0000ee;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

marquee {
	background: #eaf2cb;
	margin: 0;
	padding: 6px 0;
	border-top: dashed 1px #acbddd;
	border-bottom: dashed 1px #acbddd;
}

#page_shell {
	background: #ffffff;
	padding: 20px;
	width: 800px;
	margin: 0 auto;
	border: solid 1px #204ca3;
}

#page_nav {
	width: 800px;
	height: 40px;
}

#page_nav a {
	float: left;
}

.nav_spacer {
	clear: both;
	height: 1px;
	background: #949496;
	margin: 1px 0;
	overflow: hidden;
}

#page_header {
	background: #0f8be7;
	width: 800px;
	height: 245px;
}

#page_header_left {
	float: left;
	width: 319px;
	height: 226px;
	padding: 4px;
	position: relative;
	top: 6px;
	left: 100px;
	background: #204ca3;
}

#page_header_left div {
	height: 12px;
	padding: 4px 0 0 0;
}

#page_header_left div a {
	float: left;
	margin: 0 4px 0 0;
}

#page_header_right {
	float: right;
	padding-right: 100px;
}

#page_body {
	width: 800px;
	padding: 10px 0;
}

.entry_date {
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
}

.entry_spacer {
	width: 780px;
	background: #c1c1b5;
	height: 2px;
	margin: 10px 0;
	border-bottom: solid 2px #FFFFFF;
	overflow: hidden;
}

.age_table {
	border-collapse: collapse;
	width: 100%;
}

.age_table td {
	padding: 4px;
	margin: 0;
	width: 33%;
}

#page_footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 12px;
}

#page_footer div {
	float: left;
	width: 399px;
}
