/* CSS Document By Dieter Schneider 2006 | Randy Glenn 2008*/

* {
	margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	margin:0px 0px; padding:0px;
}

#container {
	width:800px;
	margin:0px auto;
	font-size: 12pt;
}

#header {
	height: 155px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#navcontainer ul {
	display: none;
}

p {
	margin-bottom: 15px;
    margin-top: 0px;
}

h1 {
	font-size: 20pt;
	padding-top: 50px;
	color: black;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	padding-left: 125px;
	color: black;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 16pt;
	margin-bottom: 20px;
	color: black;
	font-style: italic;
	font-weight: bold;
}

.navcontainer {
	display: none;
}

ul {
	margin-left:20px;
	margin-right:0px;
}

ol {
	margin-left:25px;
	margin-right:0px;
}

blockquote {
	margin-left:10px;
	margin-right:0px;
}
