html {
	height: 100%;
	margin-bottom:1px;
}
body {
	background-repeat: repeat-x;
	margin: 20px 0px 0px;
	padding: 0px;
	/* font-family: Garamond, "Times New Roman", "Time Roman", serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*
	background-color: #ECF4F4;
	*/
	background-color: #3B5E9F;
	background-image: url(../gfx/bg.png);
	background-position: top;
}
.text_welcome, h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #002366;
	margin: 0px;
	padding: 0px;
}
.title_featured {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.text_featured {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
}
.menu_link, .menu_selected {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width:20%;
	padding:.25em 0;
	display:block;
	float:left;
	/* background-color: #000066;	*/
	text-align:center;
	line-height:24px;
	position:relative;	
}
.menu_selected {
	font-weight: bold;
	color: #FFFFFF;
}
.menu_link:hover {
	top:1px;
	left:1px;
	font-size: 18px;
	font-weight: normal;
	color: #EEEEEE;
}
.neighborhood_description {
	font-size: 14px;
}
.text_copyright {
	font-size: 14px;
	/* color: #FFFFFF; */
	color: #660022;
	font-weight: bold;
}
.text_emphasis {
	font-size:16px;
	font-weight:bold;
}

.mainTable {
	background-color:#FFFFFF;
}
.splashBar, .titleBar {
	background-color:#393939;
}
.contentTable {
	background-color:#FFFFFF;
	border: 4px solid #660022;
}

/* Original colors 
.mainTable {
	background-color:#002366;
}
.splashBar {
	background-color:#127187;
}
.titleBar {
	background-color:#127187;
}
.contentTable {
	background-color:#DBE9EA;
}
*/
