html,body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #1A3055;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:767px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/container1bg.gif);
}
    
	#footer
	{
	position: relative;
	margin: -25px auto 0 auto;
	width: 767px;
	background-color: #FE964F;
	height: 25px;
	visibility: visible;
	}
ul {
	line-height: 16px;
}
.copyright {
	font-size: 10px;
	color: #01365A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
}
#navigation {
	width:767px;
	height:52px;
	z-index:1;
	position: relative;
	left: 0px;
	top: 0px;
}
#content {
	width: 767px;
	position: relative;
	padding-bottom: 27px;
	top: 0px;
	padding-top: 0px;
	height: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.quote {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0072BB;
	line-height: 22px;
	font-weight: normal;
}
.quote-name {
	font-size: 12px;
	color: #FE964F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.maint-text {
	font-size: 12px;
	color: #0D7ABF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.style2 {font-size: 14px; color: #FE964F; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a:link {
	color: #0A4EA2;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
}
.padd {
	padding-left: 25px;
}
