h2 {
	color: #333333	}
h3 {
	color: #333333;	
	font-style: italic }
a {
	color: #0000CC;
	text-decoration: none;
}
.NavBar {
	font-size: x-large;
	font-style: italic;
	color: #0000CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.NonNavBar {
	font-size: x-large;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
}
.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #0000CC;
}
.Testimonial {
	color: #009999;
	font-family: Arial, Helvetica, sans-serif;
}

div#outer {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

div#header {
	padding: 5px;
	margin: 0px;
	text-align: left;
	border-bottom-color: #0000CC;
	border-bottom-style: solid;
	border-bottom-width: medium;
}


div#nav {
	width: 225px;
	padding: 10px;
	margin-top: 1px;
	float: left;
	border-right-style: solid;
	border-right-color: #009999;
	border-bottom-width: medium;
}



div#main {
    margin-left: 250px;
    margin-top: 1px;
	padding: 1px;

}

div#footer {
    padding: 15px;
    margin: 0px;
    border-top: thin solid #000000;

}
