@charset "utf-8";
/* CSS Document */
.style1 {
font-family:Arial, Helvetica, sans-serif;
font-size:45px;
}

.style2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

.style3 {
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
}
.style4 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}
.style5 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
}
.style6 {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
}

.style7 {
text-decoration:blink;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
color:#660000;
}
#container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
}

body
{
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-family:
	padding:0px;
	margin:0px;
}

#top {
width: 900px;
height:144px;
background:url(../images/HomePagePicture/WebsiteBanner.jpg);
}
#top {
width: 900px;
height:144px;

}
#footer {
	clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
}

#side {
width:150px;
height:auto;
float:left;
padding:20px;;

}

#main {
width: 900px;
height:auto;
}

#info {
float:right;
width:700px;
height:auto;
padding: 5px;
}
#welcome {
width: 700px;
height: 150px;
}
#words {
width:350px;
height:auto;
float:left;
padding:5px
}

#images {
width:300px;
height:auto;
float:right;
padding: 5px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width:20px;
	}
	
	#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	}
	
	#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left : 7.50em;
	margin-top : -6.35em;
	background:#999999;
	width: 160px;
	}

	#nav li a {
		width: 11em;
		width : 10em;
		display : block;
		color : black;
		text-decoration : none;
	}
	
	#nav li a:hover {
	display:list-item;
	width: 10em;
	background-color: #E0DFE3;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left:inherit;
	}

