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;
	background-image: url(images/background-header.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#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);
}
#header #headerimage2 {
	position: absolute;
	left: 0px;
	top: 122px;
	height: 166px;
	width: 970px;
	vertical-align:middle;
	background-color:#01336C;
}
#header #mainnav {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	left: 40px;
	top: 286px;
}
#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;
	background-image: url(images/tab_lo.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
} 
#header #mainnav ul li a.activelink {
	background-image: url(images/tab_hi2.jpg);
}

#header #mainnav ul li a:hover {
	background-image: url(images/tab_hi2.jpg);
}
#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;
}
#header #testsubnav2 {
	position: absolute;
	top: 300px;
	left: 40px;
	z-index: 1000;
	visibility: hidden;
	margin: 20px;
}
#header #testsubnav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
}
#header #testsubnav2 a, #header #testsubnav2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	margin: 0px;
	background-color: #0133CC;	
}
#header #testsubnav2 a:hover {
	background-color: #0099CC;
}

#column1 {
	width: 250px;
	float: left;
}
#column1 #rssfeed {
	color: #FFFFFF;
	font-size: 10px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}	
#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 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#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;
}
.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
font-weight: bold;
color: #FFFFFF;
background-color: #01336C;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #000;
background-color: #01336C;
}
#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: 90%;
}
#columnwide {
	margin: 0px 60px 20px 20px;
}
#columnwide li{
	list-style-type:square;
	font-style:italic;
	
	}
#columnwide h1 {
	font-size: 24px;
	color: #01336C;
}
#columnwide h2 {
	font-size: 16px;
	color: #FF0000;
	margin-bottom: 5px;
}
#columnwide h3 {
	font-size: 13px;
	color: #01336C;
	margin-bottom: 5px;
}

#columnwide a{
	color:#FF0000;
	text-decoration:none;
	}
#columnwide a:visited {
	color:#01336C;
	}
#columnwide a:hover{
	color:#01336C;
	}
#columnwide a:active{
	color:#FF0000;
	}
#columnwide p {
	line-height: 100%;
}
#footer {
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 25px;
	width: 900px;
}
#footer a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #d00A3E;
}
#footer a:hover{
	color: #01346D;
	}

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;
	}
