body {
	background-color: #E5EFD7;
	margin: 20px 0;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #333333;
}
h2 {  font-family: "Times New Roman", Times, serif; font-size: 17px; font-style: italic; font-variant: normal}
.contact {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
a, a:visited {
	color: #733C73;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }
.breadcrumb {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-style: italic; font-weight: bold}
.dxlink {  font-size: 16px; line-height: 1.5}
li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.2 ; padding-bottom: .5em}
.small { font-size: 9px; }

#outer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: white;
}
#outer_top {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	background-image: url(images/outer/outer_top.png);
}
#outer_bottom {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	background-image: url(images/outer/outer_bottom.png);
}

#banner {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	background: url(images/fernhall3.png) no-repeat;
	background-color: white;
	border-bottom: #AAD0A8 double 3px;
}

#nav {
	margin:0;
	padding:0;
}
#nav ul {
	list-style: none inside none;
	margin:16px 0;
	padding:0;
}
#nav li
{
	margin-bottom: 5px;
}
#nav li.sel a
{
	width: 220px;
	background: url(images/menu/menu_li_sel.png) no-repeat;
}
#nav a{
	background: url(images/menu/menu_li.png) no-repeat;
	display:block;
	width: 200px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	font-size: 14px;
}
#nav a:hover{
	text-decoration:none;
	color: white;
	font-weight: bold;
	background: url(images/menu/menu_li_hover.png) no-repeat;
	cursor: pointer;
}
#nav .sel a, #nav .sel a:hover{
	font-weight:bold;
	color:white;
}

#content {
	width: 654px;
	height: 540px;
	padding: 16px 0 16px 16px;
	background-color: white;
}

