﻿* {
	margin: 0;
	padding: 0;
}

#conash3D0 {
	display: none;
}

body {
	font-family: Helvetica, Corbel, "Trebuchet MS", Sans-Serif;
	font-size: 14px;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
	font-family: "Adobe Garamond Pro", "Times New Roman", Serif;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1em;
	margin: 1.3em 0;
	font-weight: bold;
}

#content p {
	margin: 1.3em 0;
	width: 35em;
}

#container, #header, #footer {
	margin: auto;
}

#header {
	padding: 5px 10px 0;
	position: relative;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.7em;
	line-height: 1.3em;
	letter-spacing: -0.03em;
}

h1 a {
	color: #555;
	text-decoration: none;
}

h1 a:hover {
	color: #000;
	text-decoration: underline;
}


#loginarea {
	position: absolute;
	bottom: 0.15em;
	left: 210px;
}

#sidenavarea {
	float: left;
	width: 200px;
	padding-left: 10px;
}

#sidenavarea ul {
	list-style: none;
	padding-top: 2.6em;
}

#content {
	margin-left: 210px;
}

#footer {
	color: #666;
	padding: 10px;
	clear: both;
}