/* CSS Document */


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
}

ul { /* all lists */
	padding:0;
	margin: 0;
	list-style: none;
	background-color:#F3F3F3;
	
}

li { /* all list items */
	float: left;
	position: relative;
	width: 7.5em;
	padding-bottom:10px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.footertext {
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	}
/* #menu {
	width:800px;
	text-align:center;
	}
	*/
	
.aboutus {
	width:15em;
	}

#nav a {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
}

 #nav li li a:hover {
	color:#660000;
}

#content {
	width:700px;
	margin-left:70px;
	margin-right:30px;
	}

.menutext {
	padding-bottom:7px;
	padding-top:5px;
	}

.welcometext {
	padding-left:15px;
	font-size:14px;
	}
	
.welcometext2 {
	font-size:14px;
	}
