html {
	height:100%;
	width:100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%!important;
	width: 100%;
	text-align: center;
	font-family: Arial;
	background: #000000; 
	}

a{
	text-decoration: none;
	outline: none;
	}

a img{
	border: none;
	}
	
/* Header Style */
#wrapper {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) repeat-x #000000;
	height:100%;
	}

#header {
	position: relative;
	top: 0px;
	width: 900px;
	height: 160px;
	background: white;
	margin-bottom: -20px;
	}
	
#content {
	position: relative;
	top: 0px;
	width: 900px;
	height: 800px;
	background: white;
	padding-top: 40px;
	height:100%;
	}
	
#content a{
	color: #000000;
	}
	
#content a:hover{
	color: #AF0F00;
	}
	
/* dropdown menu */
	
#content .mH {
	cursor: pointer; 
	line-height: 16px;
	}

#content .mH h1{
	font-weight: bold;
	color: #00A99D;
	margin:0; 
	padding:0;
	font-size:16px;
	}
	
#content .mH h1:hover {
	color: black;
	font-weight: bold;
	font-size: 18px;
	}
	
.mL {
	display:none; 
	}
	
.mO {
	font-size: 13px;
	margin-left: 25px; 
	display: block;
	line-height: 12px;
	font-style: italic;
	}
	
/* this is for the contact page */

.clearField { 
	color: #666; 
	font-style: italic;
	font-size: 12px;
	}
	
/* here is the alert */
   
.slide-out-div {
	font-family: Calibri;
	height: 200px;
    width: 250px;
    background: #000;
	color: white;
	z-index: 20;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
    }