body {
	font-family: arial, times new roman;
	background: #f1f2db url(/images/wordbanner.png) top center repeat-y;
	font-size: 11pt;
	line-height: 1.3;
}

/*#body {
	background: transparent url(/images/wordbanner.png) top center;
}*/

a {
	color: #08370b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h2 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #91b587;
}

h2.abovemenu {
	border: none;
}

h4 {
	font-size: 24px;
	margin: 0;
}

p {
	margin: 15px 0;
}

ul {
	margin: 0 0 0 20px;
}

ul li {
	margin: 4px 0;
}

#page {
	margin: 0 auto 0 auto;
	width: 750px;
	background: #FFF;
}

#header {
	position: relative;
}

#header a.logo {
	display: block;
	width: 750px;
	height: 150px;
	background: url(/images/header.png) top center no-repeat;
}

#header h1 span {
	display: none;
}

#nav {
	float: left;
	width: 118px;
	margin: 2px 0 0 6px;
	padding: 10px;
	background: #acd1a3 url(/images/nav_corner.png) bottom right no-repeat;
	font-size: 10pt;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	text-indent: -15px;
	margin: 0;
}

#nav ul a {
	display: block;
	width: 98px;
	padding: 3px 0 4px 15px;
	text-decoration: none;
	border-bottom: 1px dashed #91b587;
}

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

#nav ul a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 590px;
	margin: 0 0 0 10px;
}

#submenu {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #91b587;
}

#rightcontent {
	display: none;
	float: right;
	width: 234px;
	margin: 0 0 10px 10px;
}

#rightcontent h3 {
	background: #acd1a3;
	padding: 5px;
}

#footer {
	clear: both;
	padding: 25px 0 15px 0;
	font-size: 9pt;
	text-align: center;
}

#footer p {
	margin: 0;
}

.infobox {
	float: left;
	padding: 10px;
	width: 250px;
	margin: 8px;
	background: #f0e8e1;
	font-size: 10pt;
}

.infobox p {
	margin: 5px 0;
}

#home .welcome {
	color: #0e5202;
	font-weight: bold;
	font-size: 13pt;
}

#home .needinterpreter {
	text-align: center;
	font-size: 20pt;
}

#home .notamember {
	clear: left;
	font-size: 20px;
	text-align: center;
}

#membership_benefits h3 {
	color: #0e5202;
	font-weight: bold;
	margin: 25px 0 5px 0;
}

#membership_benefits p {
	margin: 5px 0;
}

#membership_benefits .apply {
	text-align: center;
	font-size: 16pt;
	margin: 15px 0 0 0;
}