body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #666666;
	background-image: url(images/background_sandstone.jpg);
	margin: 0px;
	text-align: center;
}
.container {
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-left-color: #CCCC99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
}
.banner {
	height: 150px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #660033;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: large;
	line-height: 1.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEC7A5;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CEC7A5;
	padding-top: 4px;
	color: #666666;
	background-color: #E7F3DE;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	padding-right: 10px;
	padding-left: 10px;
}

#menu {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CEC7A5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEC7A5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#menu ul {
	list-style-image:  url("images/template/bullet.gif");
}
#menu li {
	padding-bottom: 6px;
}
.text_content {
	float: left;
	background-color: #FFFFFF;
}
a:link {
	color: #0066FF;
}
a:hover {
	color: #CEC7A5;
	text-decoration: none;
}
a:visited {
	color: #0065FF;
}
a:active {
	color: #CEC7A5;
}
h3 {
	color: #666666;
	font-size: medium;
	padding-left: 10px;
}
