@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:  black;
	
	}


a:link {
	text-decoration: none;
	color: white;
	}
a:visited {
	text-decoration: none;
	color: white;	
	}
a:active {
	text-decoration: none;
	color: white;	
	}
a:hover {
	text-decoration: none;
	color: rgb(164, 10, 30);
	font-weight: bold;
	}

#content a:link {
	text-decoration: none;
	color: black;
	}
#content a:visited {
	text-decoration: none;
	color: black;	
	}
#content a:active {
	text-decoration: none;
	color: black;	
	}
#content a:hover {
	text-decoration: none;
	color: rgb(164, 10, 30);
	font-weight: bold;
	}

span {
	display: none;
	}

form {
	position: absolute;
	right: 25px;
	bottom: 45px;
	text-align:left;
	height: 85px;
	width: 250px;
	margin: 0;
	padding: 0;
	background-color: rgb(164, 10, 30);
	}
#mailingheader {
	background-image: url(../images/mailinglist.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 250px;
	height: 39px;
	position:absolute;
	bottom:125px;
	right: 25px;
	}
table {
	padding: 0;
	padding-left: 20px;
	}
#button {
	position: absolute;
	left: 20px;
	width: 80px;
		}

ul {
	list-style: none;
	padding: 20px;
	padding-top: 0px;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 175%;
	}
address {
	font-style: normal;
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
	}

li {
	margin:0;
	}
	
h2 {
	font-size: 1.5em;
	color: black;
	padding: 5px 0 5px 25px;
	margin: 0;
	}
	
h3 {
	font-size: 1.0em;
	color: rgb(164, 10, 30);
	padding: 0;
	margin: 0;
	}

h6 {
	font-size: 1.0em;
	color: white;
	padding: 0;
	margin: 0;
	}


p {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	}
#image {
	width: 750px;
	height: 425px;
	background-repeat: no-repeat;

	}

h1 {
	width: 250px;
	height: 172px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
	padding:0;
	text-align: center;
	}
#header {
	width: 100%;
	height: 50px;
	background-color: rgb(250, 152, 25);
	
	}

#container {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 768px;
	}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	}


#content {
	float: right;
	width: 75%;
	height: 100%;
	background-color: white;
	}
 
#menu {
	position: relative;
	width: 250px;
	height: 100%;
	text-align: right;
	background-color: rgb(164, 10, 30);
	float: left;
	}

#footer {
	position :absolute;
	bottom: 0;
	height: 35px;
	width: 75%;
	background-color:  rgb(250, 152, 25);
	padding:0;
	padding-top: 10px;
	}