body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #01336C;
  margin: 0px;
  padding: 0px;
}
#container {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #01336C;
	width: 1000px;
	height: 100%;
}
#header {
	position: relative;
	height: 350px;
	width: 970px;
	



}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
display: none;
}
#header #contact {
	position: absolute;
	top: 15px;
	left: 649px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 301px;
}
#header #contact ul {
	font-size: 12px;
	list-style: none;
	margin: 0px;
}
#header #headerimage {
	position: absolute;
	left: 0px;
	top: 122px;
	height: 166px;
	width: 970px;
	background-image:url(images/header_1.jpg);
display: none;
}
#header #mainnav {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	left: 40px;
	top: 136px;
}
#header #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header #mainnav ul li {
	display: inline;
	float: left;	
}
#header #mainnav ul li a, #header #mainnav ul li a:visited {
	display: block;
	width: 127px;
	height: 35px;
	text-align: center;
	
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #D00A3E;
	text-decoration: none;
} 
#header #mainnav ul li a.activelink {
	
}

#header #mainnav ul li a:hover {
	
}
#header #testsubnav {
	position: absolute;
	top: 300px;
	left: 555px;
	z-index: 1000;
	visibility: hidden;
	margin: 20px;
}
#header #testsubnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
}
#header #testsubnav a, #header #testsubnav a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	margin: 0px;
	background-color: #0133CC;	
}
#header #testsubnav a:hover {
	background-color: #0099CC;
}
#column1 {
	width: 250px;
	float: left;
}
#column1 #rssfeed {
	color: #FFFFFF;
	font-size: 10px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
display: none;
}	
#column1 #rssfeed #feedheader {
	background: url(images/blue-box.jpg) no-repeat top left;
}
#column1 #rssfeed #feedheader h1 {
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
#column1 #rssfeed #feeddata {
	background: url(images/blue-box-bottom.jpg) no-repeat bottom left;
	margin: 0px;
	padding: 5px 45px 30px 10px;
	color:#FFFFFF;
}
.rsstitle{ /*Style for .rsstitle DIV*/
font-weight: bold;
color:#FFFFFF;
}
.rssdescription{ /*Style for .rsstitle DIV*/
font-weight: normal;
margin-bottom: 10px;
}
#feeddata a{
	color:#FFF;
	text-decoration:none;
	}
#feeddata a:visited {
	color:#FFF;
	}
#feeddata a:active{
	color:#FFF;
	}
#feeddata a:hover{
	color:#FFF;
	}

#column2 {
	width: 680px;
	float: right;
	margin: 0px 60px 20px 0px;
}
#column2 h1 {
	font-size: 24px;
	color: #01336C;
}
#column2 p {
	line-height: 140%;
}
#columnwide {
	margin: 0px 60px 20px 20px;
}
#columnwide h1 {
	font-size: 24px;
	color: #01336C;
}
#columnwide p {
	line-height: 140%;
}
#footer {
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 25px;
	width: 900px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.quote{
	font-style:italic;
	font-weight:200;
	font-size: 12px;
	}
