body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	text-align:center;
	color:#463F3D;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
}

h3 {
	margin:0 0 1em 0;
	padding:0;
	font-size:1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:normal;
	line-height:1em;
}

p {
	margin:0 0 1em 0;
	padding:0;
}

a:link, a:visited {
	font-weight:bold;
	color:#463F3D;
}

a:hover, a:active {
	font-weight:bold;
	color:#000000;
}

#container {
	width:980px;
	position:relative;
	margin: 0 auto;
	text-align:left;
}

#heroimage {
	position:relative;
	height:320px;
	margin:1px 0 20px 0;
}

#header {
	background-color:#5E655E;
	color:#FFFFFF;
	padding:69px 0 20px 340px;
}

#header h1#logo {
	position:absolute;
	left:8px;
	top:8px;
	display:block;
	width:300px;
	height:80px;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:1em;
}

#header h1#logo a {
	display:block;
	padding:80px 0 0 0;
}

#header h2 {
	display:none;
}

#nav {
	list-style: none;
	margin:0;
	padding:0;
	font-size:1.09em;
}

#nav li {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	margin-right:15px;
}

#nav li.selected {
	font-weight:bold;
}

#nav a:link, #nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#nav a:hover, #nav a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

#content {
	width:100%;
	margin:20px 0;
	border-bottom: 25px solid #42431E;
	padding:0 0 10px 0;
	height: expression(this.scrollHeight < 180 ? "180px" : "auto");
	min-height:180px;
}

#column1 {
	width:290px;
	margin:0 0 0 10px;
	float:left;
}

#column2 {
	width:295px;
	margin:0 0 0 25px;
	float:left;
}

#column3 {
	width:295px;
	margin:0 0 0 25px;
	float:left;
}

div.clear {
	height:1px !important;
	overflow:hidden;
	clear:both;
}

a.imagelink {
	font-weight:bold;
}

a.imagelink:link, a.imagelink:visited {
	text-decoration:none;
}

a.imagelink:hover, a.imagelink:active {
	text-decoration:underline;
}



