html, body { padding: 0; margin: 0; }

body {
	min-width:800px;
	text-align: left;
	background-color: #000000;
	font-family:verdana;
}

.center {text-align: center}

h1, h2, h3, p {
	font-family:verdana;
}

a, a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header h1 {
	margin:0;
}

ol.numbered { list-style: none;
	margin-left: 0;
	padding-left: 1.3em;
	text-indent: -2.1em;}


ul {list-style-type: circle }

dl {margin-left: 12;}
dd {font-size: 10pt;
    font-style: italic;}

#content h1, #content h2, #content p, #content-wide h1, #content-wide h2, #content-wide p, #side-content h1, #side-content p, #content h3, #content-wide h3 {
	margin:0px;
}

#content h1, #content-wide h1, #side h1 { 
	font-weight:bold;
	color: black;
	padding:0px;
    	margin-top:10px;
	margin-bottom:0;
}

#content h2, #content-wide h2 {
	font-size:12pt;
	color:gray;
	margin-top:0;
}

#content p, #content-wide p {
	font-size:10pt;
}

.home-contents {
	text-align:left
	width:750px;
}

.home-contents h1 {
	margin-top:20px;
	margin-bottom:-20px;
	width: 750px;
	text-align: center;

}

.home-contents h2, .home-contents p {
	padding-bottom:10px;
	text-align:center;
	padding-left:75px;
	padding-right:75px;
}

#footer p {
	font-size:8pt;
    	padding:5px;
    	margin:10px;
	color:white;
}

small {
	font-size:8pt;
	font-family:arial;
	margin-left:10px;
}


#navigation ul {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial;
}

#navigation ul li { 
	display: inline; 
}

#navigation ul li a {
	padding: 0.2em 1em;
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
}

#navigation ul li a:hover {
	background-color: #f9f9f9;
	color: #000;
}



#main {
 	background:#f9f9f9;
	margin:0 auto;
    	width:800px;
	text-align: left;
}

#border {
	background:#000;
	width:800px;
}

#header {
	background-image:url(/images/header.jpg);
	height: 100px;
	width: 800px;
}


#content {
	background-image:url(/images/content-bg.png);
	float:left;
	width:800px;
}

#content-wide {
	background-image:url(/images/content-bg.png);
	float:left;
	width:800px;
}


#footer {
	background-image:url(/images/footer.jpg);
	clear:both;
	text-align:center;
}