/* CSS layout */
html {
	background-color: #e5dcc8;
}

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1120px;
	margin: 0px auto;
}

#masthead h1 {
	width: 255px;
	height: 130px;
	float: right;
	display: block;
	font-size: 1.7em;
	font-weight:lighter;
	line-height: 30px;
	padding: 50px 25px;
	margin: 0px;
	background: #6c9a69;
	color: white;
	text-align:center;
}

#masthead img {
	float: left;
	border: 0px;
}

#top_nav {
	margin-top: 10px;
}

#top_nav, #containall {
	clear: both;
}

#containall {
	background-color: #f3efe6;
	margin-top: 30px;
	padding: 5px;
}

#container {
}

#right_col {
	height: 100%;
	float: right;
	text-align: center;
}

#right_col ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#right_col ul li a {
	display: block;
	color: #FFFFFF;
	width: 300px;
	height: 50px;
	background-color: #6c9a69;
	padding: 20px 0px 0px 0px;
	border-bottom: 10px black solid;
	border-bottom-color: #3f3627;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right_col ul li a.selected {
	color:#3f3627;
}

#right_col ul li a:hover {
	background-color: #97bc92;
	cursor: pointer;
}

#right_col ul li a.last {
	border: none;
}

#page_content {
	margin-right: 305px;
	margin-bottom: 10px;
}

#page_content p {
	margin-right: 10px;
	margin-bottom: 25px;
}

#page_content h2 {
	margin-top: 5px;
	background-color: #6C9A69;
	font-weight: normal;
	padding: 5px 0px;
	color: white;
}

#callout {
	background-color: #6C9A69;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
	clear: both;
	text-align: center;
	background-color: #3e3727;
	width: auto;
	height: 14px;
	line-height: 14px;
	padding: 10px;
	font-size: 12px;
}

.image {
   position: relative;
   width: 100%; /* for IE 6 */
   font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
   font-size: 16pt;
}

.special_1a {
	position: absolute;
	top: 18px;
	left: 24px;
	width:344px;
	color:white;
	font-family: times new roman, serif;
}

.special_1b {
	position: absolute;
	top: 72px;
	left: 22px;
	width:344px;
	color:white;
	font-size: 22pt;
}

.special_2a {
	position: absolute;
	top: 17px;
	left: 438px;
	width:344px;
	color:white;
	font-family: times new roman, serif;
}

.special_2b {
	position: absolute;
	top: 72px;
	left: 437px;
	width:344px;
	color:white;
	font-size: 22pt;
}


.special_3a {
	position: absolute;
	top: 77px;
	letter-spacing: 0.1em;
	left: 353px;
	width: 451px;
	color:white;
	font-family: times new roman, serif;
    font-size: 15pt;
}

.special_3b {
	position: absolute;
	top: 117px;
	left: 353px;
	width: 451px;
	color:white;
    font-size: 20pt;
}

.special_4 {
	position: absolute;
	top: 157px;
	left: 353px;
	width: 451px;
	color:white;
	font-family: times new roman, serif;
    font-size: 22pt;
}

.special_5 {
	position: absolute;
	top: 68px;
	left: 639px;
	width: 140px;
	font-size: 10px;
	color: white;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.auto-style1 {
	color: #800000;
}

.noborder {
	border-width: 0px;
}

a:link {
	color: blue;
}

#right_col a:link {
	color: white;
	text-decoration:none;
}
#right_col a:hover {text-decoration:none;}
#right_col a:visited {color:white;}

#footer a:link {
	color: white;
	text-decoration:none;
}
#footer a:hover {text-decoration:none;}
#footer a:visited {color:white;}