* {
	margin:0;
	padding:0;
}

body {
	background: white url(../img/bgs/paper3.gif) repeat top left;
	font-family: Verdana,Gevena,Arial,sans-serif;
	font-size: 76%;
}

#main-container {
	margin:0px auto;
	background-color: #ffffff;
	height: auto;
	width: 65em;
	border-top: solid 1px #008080;
	border-left: solid 1px #008080;
	border-right: solid 2px #008080;
	border-bottom: solid 2px #008080;
}


h1 {
	font-size: 1.5em;
	text-align:center;
	margin:1.3em auto;
	color:#004B51;
	font-weight:bold;
}

h3 {
	font-size: 1.25em;
	margin-right:1em;
}

h3.bodyText {
	font-weight:400;
	font-size:1.1em;
	line-height:150%;
	margin:0em 4em 1em 0em;
}

h3.testimonial {
	font-weight:400;
	margin:0em 2em;
}

h3.attr {
	font-weight:600;
	text-align:right;
	margin-bottom: 4em;
}
h3.heading {
	color: #004B51;
	font-size:1.5em;
	margin-top:2em;
}

#nav {
	background-color: #004B51;
	border-bottom: solid 3px #008080;
	height:1.6em;
	width:100%;
	padding:.2em 0em;
	margin-top:2.2em;
}


.nav-button {
	font-variant:small-caps;
	font-size:1.4em;
	font-size:1.4em;
	font-weight:bold;
	margin-left:1.5em;
	margin-right:1.5em;
	font-family:arial;
}

.nav-button a {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0em .4em;
}
.nav-button:hover {
	border-bottom: solid 1px #E0CBB3;
}

table {
	margin: 0em 3em;
}

td {
	vertical-align:top;
}


#quote {
	width:20em;
	float:left;
	margin:0em 6em 0em 2.2em;
	background-image:url(../img/left-shadow.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

.quote-head {
	background: white url(../img/quote_bg3.jpg) repeat top left;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	margin-left:9px;
	padding: .3em 0em .1em;
	border-bottom:solid #004B51 2px;
 }

.quote-body {
	background: white url(../img/quote_bg3.jpg) repeat top left;
	font-size: 1em;
	line-height:150%;
	padding: .3em .1em .1em .7em;
	margin-left:9px;
 }

.quote-attr {
	background: white url(../img/quote_bg3.jpg) repeat top left;
	font-size: 1em;
	text-align:right;
	color: #444;
	padding: .3em .8em .8em 0em;
	margin-left:9px;
	font-weight:bold;
}
ul {
	line-height:110%;
	margin-top:5em;
}
li {
	margin:0em 3em 1em 2em;
}