html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1B1B1B;
	text-align: center;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	/*line-height: 16px;*/
}
#frame {
	text-align: left;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
#header{
	width: 1024px;
	height: 187px;
	margin-bottom: 15px;
}
#menu{
	background-color: #FFFFFF;
	float: left;
	width: 230px;
	margin-left: 40px;
	list-style-type: none;
}
#main{
	float: right;
	width: 691px;/*689+45+20+40+230=1024*/
	margin-right: 45px;
	margin-left: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.alt-frame {
	float: right;
	margin-left: 30px;
	width: 230px;
}
.quote-frame {
	margin-top: 13px;
	margin-bottom: 17px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
	color: #004a80;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004a80;
	border-bottom-color: #004a80;
	padding-right: 10px;
	padding-left: 10px;
	width: 210px;
}
.quote-name {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
	padding-right: 0px;
	text-align: right;
	position: relative;
	display: block;
}
.quote-text {
	text-indent: 5px;
}
.quotes-large {
	font-size: 22px;
	font-weight: bold;
	text-indent: -9px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	height: 90px;
	background-image: url(../images/footer-bg.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: right;
}
.push {
	height: 90px;
	clear: both;
}
#footer-in {
	width: 934px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	padding-right: 45px;
	padding-left: 45px;
	height: 79px;
}
.copyright {
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-top: 5px;
}
.picture-frame {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menu table {
	margin-bottom: 5px;/*space between menu boxes*/
}
#main img {
	width: 220px;
}
td {
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
}
.table-rows td{
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333333;
	padding-left: 15px;
}
.highlight {
	font-weight: bold;
	font-size: 11px;
	color: #004a80;
}
a {
	color: #004a80;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;/*affects menu-sub li*/
}
#main li {
	margin-left: -23px;/*fixes main but affects menu too*/
	list-style-position: outside;
	line-height: 17px;
}
#main ul {
	padding-bottom: 16px;
}

#menu td {
	height: 12px;
}
#menu li a {
	list-style-type: none;
	text-decoration: none;
	padding-left: 11px;
	list-style-position: outside;
	color: #FFFFFF;
	line-height: 22px;
}
#menu li ul li{
	list-style-type: none;
	font-size: 11px;
	text-indent: -18px;
	margin-top: -6px;
}
h3 {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 7px;
	letter-spacing: 1px;
}
p {
	margin: 0px;
	padding-bottom: 16px;
	line-height: 17px;
	font-size: 12px;
	padding-top: 0px;
}
h1 {
	color: #6b8a81;
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 14px;
}
h2 {
	color: #004a80;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	color: #354352;
	font-size: 13px;
	margin: 0px;
	line-height: 17px;
	padding-bottom: 12px;
}
h6 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	padding-bottom: -2px;
	font-family: "Times New Roman", Times, serif;
}
.color-dark {
	background-color: #354352;
}
.color-med {
	background-color: #506D6B;
}
.color-light {
	background-color: #6B8A82;
}
.corner-1 {
	background-image: url(../images/corner-1.png);
	height: 5px;
	background-position: left top;
}
.corner-2 {
	background-image: url(../images/corner-2.png);
	background-position: right top;
}
.corner-3 {
	background-image: url(../images/corner-3.png);
	height: 5px;
	background-position: right bottom;
}
.corner-4 {
	background-image: url(../images/corner-4.png);
	background-position: left bottom;
	height: 5px;
}
.menu-selected {
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
