body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #004000;
	line-height: 20px;
}

body,td,th {
	color: #000066;
}

a:link {
	color: #D20922;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #3366CC;
	}

a:visited {
	color: #FF9900;
}

a:active {
	color: #009900;
}

H1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	text-align: center;
	}
	
H2 {
	color: #3366CC;
	line-height:18px;
	font-size: 16px;
	}

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#header {
	height: 192px;
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #D20922;
	background-color: #FFFFFF;
}
#topnavigationrow {
	width: 975px;
	height: 20px;
	background-color: #D20922;
	color: #000066;
	font-weight:bold;
	text-decoration:none;
}

#intro_paragraph {
	width: 725px;
	margin-left: 220px;
	padding-right: 20px;
	margin-right: 30px;
}

#local-container {
	width: 975px;
	position: relative;
	border-bottom: 30;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: none;
	border-color: #D20922;
	background-color: #FFCC33;
}

#left td {
    border-bottom:2px solid #D20922;
}

#center {
	padding: 10px;
	float: left;
	width: 460px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
#right {
	width: 290px;
	float: left;
	border-left-width: 1px;
	border-left-style: none;
	text-align: center;
	background-color: #FFFFFF;
}
#footer {
	padding: 10px;
	height: 100px;
	width: 955px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D20922;
	border-bottom-color: #D20922;
	text-align: center;
	background-color: #D20922;
}

.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

.left_nav_table {
	width: 100%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: table;
    color:#000066;
    line-height:20px;
    text-decoration:none;
}



.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	}