body {
	margin: 0 0 1em;
}
body, h3, h4, h5, h6, p, ul, ol, th, td {
	font-family: arial, helvetica, sans-serif;
}
p, li {
	font-size: 80%;
	color: #000;
}
.clear {
	clear: both;
}

div.header {
	width: 100%;
	min-width: 750px;
	background: url(/images/home/bg_header.jpg) top left repeat-x #cdd4d0;
	border-bottom: 2px solid #bbb;
	overflow: auto;
	margin-bottom: 1em;
}
div.header img {
	float: left;
}
h1, h2 {
	font-weight: normal;
	color: #fff;
	margin: 0 10px 0 200px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	font-variant:small-caps;
	padding-top: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div.leftnav {
	width: 190px;
	margin: 0 5px;
	float: left;
	display: inline;
}
div.leftnav p {
	border-bottom: 1px solid #234231;
	padding-bottom: 2px;
	margin: 1.5em 0 0;
	font-size: 80%;
	color: #234231;
	font-weight: bold;
}
div.leftnav p.home {
	margin-bottom: 2em;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding-top: 2px;
}
div.leftnav ul {
	margin: 0;
	margin-top: 2px;
	list-style-type: none;
	padding: 0;
}
div.leftnav ul li {
	border-bottom: 1px solid #bbb;
	padding-bottom: 3px;
}
#search p {
	border: none;
	margin: 2em 0 0;
}

div.content {
	margin-left: 215px;
	margin-right: 10px;
}
.print, .right {
	float: right;
}

/* footer */
div.footer {
	margin-left: 215px;
	padding: 1em 0; 
}
div.footer p {
	color: #444;
}

/* hyperlinks */
a:link, 
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover,
a:active	 {
	color: #0000ff;
	text-decoration: underline;
}

div.header a:link, 
div.header a:visited,
div.header a:hover,
div.header a:active	 {
	color: #fff;
	text-decoration: none;
}
