html body{
	background-color: #1a353d;
	background-image: url("images/containerbg.jpg");
	background-position:center;
	background-repeat: repeat-y;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	font-family: Helvetica, Arial;
	position: relative;
	height: 1%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #999;
}

form li{
	font-size: 14px;
	font-style: none;
	list-style-type: none;
	padding: 0;
	line-height: 200%;
}

h2{
	padding: 0;
	margin: 0;
}

h3{
	margin: 0px;
	padding-top: 15px;
/*	_padding-top: 10px;*/
	padding-left: 25px;
	text-align: left;
}

h4{
	padding: 0;
	margin: 0;
}

h5{
	padding: 0;
	margin: 0;
}

h5 a{
	color: #5997ae;
	text-align: left;
}

#container{
	margin: 0 auto;
	width: 750px !important;
	background-color: transparent;
	border-left:1px solid #000;
	border-right:1px solid #000;
/*	text-align: center;*/
}

div#navbar2 {
	text-align: center;
	height: 30px;
	width: 100%;
	border: none;
	background-color: #fff;
}
div#navcontainer {
	clear: both;
	padding: 0;
	margin: 0px;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1a353d;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 0px 0px 0px;
	_padding: 7px 0px 0px 0px;
	color: #1a353d;
}
div#navbar2 li a:link {
	color: #1a353d:
}
div#navbar2 li a:visited {
	color: #1a353d;
}
div#navbar2 li a:hover {
	color: #3a7485;
	background-color: #fff;
}

#topper{
	background: url("images/banner.jpg") repeat-x center bottom;
	min-height: 125px;
	font-size: small;
	height: 1%;
}

#email{
	float: right;
	padding: 90px 15px 0px 0px;
	_padding: 65px 15px 20px 0px;
	height: 1%;
}

#email a:hover {
	color: #3a7485;
	text-decoration: none;
}

#sidebar{
	margin-right: 5px;
	float:right;
	height: 1%;
}

.text{
	line-height: 130%;
	margin-bottom: 20px;
	width: 275px;
	background-color: #fbf6dc;
	text-align: center;
	padding: 30px 0px 30px 0px;
	border: solid 2px #000000;
}

#quote{
	padding: 0px;
	margin-bottom: 5px;
/*	width:750px;*/
}

#quote img {
	width:749px;
}

#info{
	color: white;
	width: 371px;
	height: 285px;
}

#info h3 {
	padding-bottom:10px;
	background-image: url("images/box.jpg");
}

#content{
	padding: 15px 50px 40px 50px;
}

/* content_for_index is used only on the site index.html to avoid spacing issues */

#content_for_index{
	padding: 15px 25px 40px 25px;
}

.page{
	font-size: small;
	padding: 0px 25px 30px 25px;
	text-align: left;
	line-height: 110%;
	border-left:1px solid #bdc8cc;
	background-color:#395964;
}

.page p {
	margin:0;
	padding:0;
	padding-top:1em;
}

.heading{
	color: #ffffff;
	min-height: 45px;
	height:1%;
	margin: 0px auto;
}

.heading h3 {
	padding-bottom:10px;
	background:#395964 url("images/heading.jpg") repeat-x center top;
}

#main{
	line-height: 120%;
	color: #FFFFFF;
	background-color: #395964;
	font-size: small;
	padding: 5px 25px 25px 25px;
	text-align: left;
	height:auto !important;
}

.cells{
	border-bottom: solid white 1px;
	padding: 15px;
	padding-left:0px;
	line-height: 130%;
}

.cells a{
	color: white;
}

.cells a:hover{
	color: #3a7485;
}

#quiz{
	text-align: left;
	font-size: 10pt;
	line-height: 190%;
	background-color: #fbf6dc;
	padding: 15px;
	border: solid #22373c 2px;
}

#footer{
	clear: both;
	width: 749px;
	text-align: center;
	font-size: small;
	background: #bab9b9;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	position: relative;
	border-left:1px solid #000;
	_border-left:0;
	border-right:1px solid #000;
	_border-right:0;
/*	_width:748px;*/
}