@charset "utf-8";
#menu {
	float:left;
	font-size:16px;
	line-height:normal;
	}
#menu ul {
	margin:0;
	list-style:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/nav-line.jpg);
	}
#menu a span {
	float:left;
	display:block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	background-image: url(images/nav-line.jpg);
	background-repeat: no-repeat;
	background-position: right top;

	
	}
.navbar {
	background-image: url(images/nav.jpg);
	background-position: left top;
}

	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFFFFF;
	text-decoration: underline;
}
#menu a:hover {
	background-position:0% top;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #354F5C;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #38525F;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #742322;

}
a:visited {
	color: #742322;
}
a:hover {
	color: #9AA762;
}
a:active {
	color: #742322;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
