@charset "utf-8";

body {
	background-image: url(new_images/bkg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#main {
	height: auto;
	width: 800px;
}
#left_nav {
	float: left;
	height: auto;
	width: 138px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #42523C;
	border-bottom-width: 6px;
	border-bottom-style: ridge;
	border-bottom-color: #87675C;
}
#inner_content {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	float: left;
	width: 525px;
	margin-left: 55px;
}
#footer {
	background-image: url(new_images/foot_img.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height: 80px;
	width: 660px;
	padding-right: 2px;
}
.footertext {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #E1D5C7;
	text-align: center;
	line-height: 11px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content {
	background-image: url(new_images/centerbkg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	height: auto;
	width: 660px;
	margin-top: -4px;
}
.large_text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 14.7px;
}
.initial {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	line-height: 0.6em;
	font-weight: bolder;
	color: #6C4854;
	float: left;
	padding-right: -.15em;
	font-style: italic;
}
#container {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
a.navlinks:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #F5F1E7;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background-image: url(new_images/button_bkg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 140px;
	display: block;
	padding-left: 6px;
	margin: 0px;
}a.navlinks:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #F5F1E7;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background-image: url(new_images/button_bkg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 140px;
	display: block;
	padding-left: 6px;
	margin: 0px;
}
a.navlinks:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #F9C8CB;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background-image: url(new_images/button_bkg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 140px;
	display: block;
	margin: 0px;
	padding-left: 6px;
}
a.navlinks:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #F5F1E7;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background-image: url(new_images/button_bkg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 140px;
	display: block;
	padding-left: 6px;
	margin: 0px;
}
a {
	text-decoration: none;
}
.large_textcenter {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 14.7px;
	margin: 0px;
}
.plaintext {
	font-size: 11px;
}
