html {
	overflow-y: scroll;
}

body {
	margin: 10px auto 0px auto;
	text-align:center;
	height:auto;
	padding: 0px;
	color: #625e5e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #2e2e2e;
}

a:active, a:focus, a:visited { 
	outline-style: none; 
	-moz-outline-style:none; 
}

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

a:hover
{
    color: #0000FF;
    text-decoration: underline;
}

a.footer:link, a.footer:hover, a.footer:visited {
	color: #e6e6e6;
	text-decoration:none;
}

#header {
	position:relative;
	margin: 0px auto;
	text-align:center;
	width: 1004px;
	height:485px;
	padding: 0px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(../images/header.jpg); 
	background-position: top center;
	border-bottom: 1px solid #2e2e2e;
}

#tagline {
	position: relative
	margin:	0px auto;
	text-align: center;
	background-color:	#2e2e2e
	width: 1004px;
	height: 36px;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

#main {
	position:relative;
	margin: 0px auto;
	text-align:center;
	width: 1004px;
	height:auto;
	min-height: 480px;
	padding: 0px;
	color: #2c2c2a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color: #e6e6e6;
	border-top: 1px solid #2e2e2e;
}

#footer{
	position:relative;
	margin: 0px auto;
	text-align:center;
	width: 1004px;
	min-height:34px;
	color: #e6e6e6;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.1em;
	text-align:left;
	padding: 0px 24px;
	color: #000000;
}

p.center{
	text-align: center;
}

h1.tag{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-align:center;
	font-size: 24px;
	color:#e6e6e6;
	margin-top:5px;
}

h2{
	text-align:center;
	font-size:2.2em;
}

h3{
	text-align:left;
	font-size:1.9em;
	margin-left:32px;
}

ol, ul{
	text-align:left;
	font-size:1.5em;
	margin:0px 0px 8px 24px;
	line-height: 1.2em;
}

li{
	margin-bottom:12px;	
}

#main a{
	color:blue;
	text-decoration:none;
	font-weight:bilder;
}

hr{
	width:96%;
}

img.floatright {
	float: right; 
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 1px;
}

img.floatleft {
	float: left;
	margin-left: 10px; 
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 1px;
}
