﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	font-size: 12.0pt;
	background-image: url('../images/bg.main.gif');
}
#masthead {
	width: 760px;
	height: 119px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
}

#top_nav {
}

#container {
	min-width: 600px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", serif;
	font-size: 12.0pt;
	background-color: #006600;
}
#left_col {
	width: 205px;
	float: left;
}

#right_col {
	width: 555px;
	margin-left: 205px;
}
#page_content {
	padding: 15px;
	background-image: url('../images/parch2-mid.gif');
	background-repeat: repeat-y;
	text-align: left;
}
#page_content_title {
	font-size: large;
	font-weight: bold;
	color: #800040;
	text-align: center;
	text-decoration: underline;
}
#footer {
	clear: both;
	font-size: 12.0pt;
	color: #EFEAC7;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	width: 760px;
	height: 63px;
}
#footer_lft {
	float: left;
	padding: 15px;
}
#footer_rt {
	padding: 15px;
	float: right;
}
#menu {
	border: thick solid #800040;
	padding: 15px;
	margin: 10px;
	background-color: #EFEAC7;
}
.menu_items {
	text-indent: -6px;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: bold;
}
a:link {
	font-family: "Times New Roman", serif;
	font-size: 12.0pt;
	color: #0000ff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #008000;
}
a:visited {
	font-family: "Times New Roman", serif;
	font-size: 12.0pt;
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", serif;
	font-size: 12.0pt;
	color: #ff0000;
	text-decoration: underline overline;
}
#scrapbook {
	width: 205px;
	height: 237px;
	text-align: center;
	vertical-align: middle;
}
#content_data {
	font-size: medium;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}
.alignRt {
	text-align:right
}


