* {
	margin: 0;
	padding: 0;
	border: 0px none;
}
html { 
	height: 100%;
}
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
}
a {
	color: #4389BC;
	text-decoration: underline;
}
a:hover {
	color: #4389BC;
	text-decoration: underline;
}
ul, ol {
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman";
	font-weight: normal;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
}
h3 {
	font-size: 1.6em;
	padding: 8px 0;
}

#center { 
	width: 770px;
	padding: 0 10px;
	position: relative;
	margin: 0 auto;
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}

#header h1 {
	font-size: 1.6em;
	padding: 0 0 30px 0;
}
#header h2 {
	font-size: 2.5em;
	padding: 30px 0 0 0;
}
#header h2 a {
	text-decoration: none;
}
#header h2 a:hover {
	text-decoration: underline;
}

#main {
	width: 100%;
	padding-bottom: 20px;
}

#leftnav {
	float: left;
	width: 28%;
}
ul#leftmenu {
	font-size: 0.9em;
}
ul#leftmenu li {
	margin: 10px 0;
}

#content {
	margin-left: 28.5%;
}
#content p {
	padding: 10px 0 ;
	line-height: 1.3em;
}
#content ol {
	list-style: decimal;
	padding-left: 30px;
}
#content ol li {
	margin: 5px 0;
	padding-left: -5px ;
}
#content ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 10px;;
}
#content ul li {
	margin: 5px 0;
}

#footer {
	width: 100%;
	height: 50px;
	text-align: right;
}