body, html {
		height: 100%;
}

body {
	background-color: #555B5E;
	border: 0px;
	padding: 0px;
	margin: 0px;


}

.quote {
	margin-left: 5%; margin-right: 20%;
}
.attribute {
	margin-left: 5%;
	font-weight: bold;
	font-style: oblique;
	color: #364D6F;
}

.h { font-weight: bold; } /* an ersatz heading */

.testimonial {
	margin-bottom: 30px;
}
#copyright {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#page-container {
	background-color: white;
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;

}
#page {
	padding-left: 40px;
	padding-right: 40px;
	height: 100%;	
}


#header {
	width: 745px;
	height: 202px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}
/* ********************************** */

#navcontainer {
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
	height: 44px;
	margin-top: 10px;
	float: left;
	text-align: center;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer a
{
padding: 0.2em 5px;
color: White;
text-decoration: none;
border-left:1px solid white;
}

#navcontainer a:hover
{
background-color: #036;
color: #fff;
}


/****************************/

p,li {

	font-family: "trebuchet ms", tahoma, verdana;
	font-size: 12pt;
	color: #51585B
}

h1, h4 {
	font-family: "trebuchet ms", tahoma, verdana;
	color: #AA0F00;
}

h1 {
	font-weight: normal;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
}

.preamble {
	font-size: 14pt;
	color: #364D6F;
}

