﻿body {
	text-align: center;
	margin:0;
	padding:0;
	background-color:#000000;
}

html {
	text-align: center;
	margin:0;
	padding:0;
	background-color:#000000;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	margin-top: 5px;
	min-height: 694px;
	background-color: #ffffff;
	text-align: left;
	background-attachment: scroll;
	margin-bottom: 20px;
}

div.logo{
	position:relative;
	background-repeat:no-repeat;
	margin-left:1em;
	margin-top:0em;
	float: left;
	height: 90px;
	width: 357px;

}

div.banner{
	background-image: none;
	float: right;
	height: 100px;
	width: 550px;
}

div.space{
	position:relative;
	float:left;
	height:20px;
	background-color:white;
	width:100%;
}

.topleft{
	width:100%;
	float:left;
	position:relative;
	height:160px;
	background-color: #ffffff;
}

.topright{
	width:100%;
	float:left;
	position:relative;
	height:400px;
	background-color: #ffffff;
}

.bottomleft{
	padding-left:0.5em;
	width:80%;
	float:left;
	position:relative;
	height:100px;
	background-color: #ffffff;
}

.bottomright{
	width:17%;
	float:right;
	position:relative;
	height:100px;
	background-color: #ffffff;
	z-index:900;
}

.links{
	border:0;
	border-style:none;
	text-decoration:none;
}

.footer{
	position:relative;
	text-align:center;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	padding:0;
	color: #ffffff;
}

p{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:12px;
	font-weight:normal;
}

h1{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:24px;
	font-weight:bold;
}
h1 a:hover{
	text-decoration:underline;
	color:orange;
	font-weight:700;
}
h1 a:visited{
	text-decoration:underline;
	color:orange;
	font-weight:700;
}
h1 a:link{
	text-decoration:underline;
	color:orange;
	font-weight:700;
}

h2{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:18px;
	font-weight:normal;
	position:relative;
}

h3{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

h4{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

h5{
	font-family:"Trebuchet MS", verdana, Arial, "Times New Roman";
	font-size:14px;
	font-weight:normal;
	padding-left: 1em;
}



