
html, body {

	height: 100%;

}

BODY, TH, TD, OL, UL, LI {

	color: #555555;
	font-family: verdana, arial, trebuchet ms;
	font-size: 12px;

}

#fullpage {
	margin: 0px 0px 0px 0px;
	background-image: url(design_images/tile.gif);
	background-repeat: repeat-x;
	background-color: #58A989;
	height: 100%;
}

#header {

	height: 170px;
	background-image: url(design_images/nhs_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	overflow: hidden;
	zoom: 1;
}


#left_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#left_menu li { margin: 0px 0px 0px 0px; }

#left_menu a
{
	display: block;
	color: #F9E08A;
	background-color: #transparent;
	border-bottom: 1px solid #A17B3A;
	width: 230px;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}


#home_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#home_menu li { margin: 0px 0px 0px 0px; }

#home_menu a
{
	display: block;
	color: #F9E08A;
	background-color: #transparent;
	border-bottom: 1px solid #A17B3A;
	width: 180px;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
}

#home_menu a:hover
{
	background-color: #A17B3A;
	color: #FFF;
}




A {   font-weight: normal; color: #b33328; text-decoration: none; }
A:hover {  font-weight: normal; color: #000000; text-decoration: none; }

A.top_menu {  font-size: 10px; font-weight: bold; color: #ffffff; text-decoration: none; }
A.top_menu:hover {  font-size: 10px; font-weight: bold; color: #cccccc; text-decoration: underline; }

A.menu_head { font-size: 18px; font-weight: bold; color: #F9E08A; }
A.menu_head:hover { font-size: 18px; font-weight: bold; color: #ffffff; }

A.footer {  font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: none; }
A.footer:hover {  font-size: 10px; font-weight: normal; color: #cccccc; text-decoration: underline; }

A.white { font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #dddddd; }

A.small { font-size: 10px; font-weight: bold; color: #999999;  }
A.small:hover { font-size: 10px; font-weight: bold; color: #000000; }

A.header {   font-size: 12px; font-weight: bold; color: #006699; text-decoration: none; padding-left: 10px; padding-right: 10px; }
A.header:hover {  font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline; padding-left: 10px; padding-right: 10px;  }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }



.top_button {

	float: left; width: 125px; 
	height: 35px; 
	border-left: 3px solid #FFFFFF; 
	text-align: center;
	line-height: 30px;

}

.top_green {  background-color: #1E7062; }
.top_brown { background-color: #4A321A; }
.top_red {background-color: #8B0F08; }
.top_blue {  background-color: #004853;  }
.top_moss { background-color: #62785B;  }

h1 { display: inline; font-size: 18px; font-weight: bold; color: #000000; }
h2 { display: inline; font-size: 16px; font-weight: bold; color: #000000; }
h3 { display: inline; font-size: 14px; font-weight: bold; color: #000000; }


.menu_title { font-size: 18px; font-weight: bold; color: #F9E08A; }

.title { font-weight: bold; color: #b32017; font-size: 20px;  }
.titlewhite { font-weight: bold; color: #ffffff; font-size: 20px;  }

.subtitle { font-weight: bold; color: #b32017; font-size: 16px;  }
.subsubtitle { font-weight: bold; color: #b32017; font-size: 14px;  }

.subtitle_white { font-weight: bold; color: #ffffff; font-size: 16px;  }

.red { color: #b32017; }
.red_bold { color: #b32017; font-weight: bold; }
.red_italics { color: #b32017; font-weight: bold; font-style: italic; }

.tagline { color: #ffffff; font-size: 18px; font-family: 'Times'; font-style: italic;  }

.small { font-size: 10px; color: #999999; }

.tiny { font-size: 80%; }

.alert { font-weight: bold; color: red; }




