body {
  margin: 0;
  padding: 0;
  font: .7em verdana, arial, sans-serif;
  background: url(/images/page_bg.gif) repeat-y;
}

a img {
  border: none;
}

hr.divider {
  display: none; 
  clear: all;
}

img.right {
  float: right;
  margin: 8px 0 8px 15px;
}

#page {
  width: 100%;
  min-width: 760px;
}

#logo {
  margin: 0;
  padding: 0;
  background-color: #1C4E83;
}

#logo img {
  display: block;
}

#skip a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

#skip a:active, #skip a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: yellow;
	color: red;
	top: 5px;
	right: 5px;
	padding: 5px 10px;
	border: 2px solid red;
	font-weight: bold;
	font-size: 1.3em;
}

#nav {
  border-top: 2px solid #617993;
  border-bottom: 2px solid #000;
  background-color: #00254f;
  color: #fff;
  margin: 0;
  padding: 5px 0 5px 41px;
  list-style-type: none;
  font: bold 1.2em arial, verdana, sans-serif;
  cursor: default;
}

#nav li {
  display: inline;
}

#nav a {
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
}

#nav a:hover {
  color: #c5eafd;
}

#nav .active, #nav .active a {
  color: #c5eafd;
}

#breadcrumb {
  color: #fff;
  padding: 5px 0 5px 50px;
  cursor: default;
  background: #3F5C7E url(/images/topnav_bg.gif) repeat-x bottom;
  border-bottom: 1px solid #000;
}

#breadcrumb a {
  color: #fff;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb .active {
  font-weight: bold;
}

#subnav {
  float: left;
  width: 138px;
  background: #ba1a00 url(/images/nav_bg.jpg) no-repeat;
  height: 429px;
  color: #fff;
  cursor: default;
}

* > #subnav { 
  min-height: 429px;
  height: auto;
}

#subnav h2 {
  color: #fff;
  text-transform: lowercase;
  font: 1.48em verdana, arial, sans-serif;
  text-align: right;
  margin: 0;
  padding: 85px 10px 0 0;
}

#subnav ul {
  margin: 0;
  padding: 5px 5px 0 20px;
  list-style-type: none;
}

#subnav li {
  text-align: right;
  text-transform: lowercase;
}

#subnav li a, #subnav span.active {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 3px 7px 3px 0;
  border-bottom: 1px solid #aa4636;
  zoom: 100%;
}

#subnav .active {
  text-transform: uppercase;
  font-weight: bold;
}

#subnav a:hover {
  color: #ffffc6;
}

#content {
  margin-left: 138px;
  color: #1d3f5b;
  line-height: 1.5;
  background: url(/images/bg_gradient.gif) repeat-x;
}

#content-wrap-1 {
  background: url(/images/content_bg_top_left.gif) no-repeat;
}

#content-wrap-2 {
  background: url(/images/content_bg_top_right.gif) no-repeat top right;
  padding-top: 40px;
  padding-left: 50px;
}

#content-wrap-3 {
  width: 60%;
 
}

#content h1 {
  font-size: 2.5em;
  font-family: arial, verdana, sans-serif;
  color: #3A6592;
}

#content p.first {
  font-weight: bold;
}

#contact {
  text-transform: uppercase;
  text-align: center;
  font: bold 1.3em arial, verdana, sans-serif;
  padding: 20px 0 20px;
}


.headline {
  font-size: 1.2em;
  margin-bottom: 0;
}

.teaser {
  margin-top: .3em;
}

#sidebar {
	float: right;
	width: 150px;
	margin-right: 43px;
	
}

#sidebar .news, #sidebar .feature
{
	background-color:#E7EFF2;
}



#sidebar .news h2 {
background-color:#1C4E83;
color:#FFFFFF;

}

#sidebar .feature h2 {
background-color:#1C4E83;
color:#FFFFFF;
}

#sidebar .news p, #sidebar .news h3,#sidebar .feature p,#sidebar .feature h3 {
background-color:#E7EFF2;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
margin:0;
padding:3px 8px;
}

#sidebar .news h3, #sidebar .feature h3 {
	font-size: 100%;
}

#sidebar h2 {
font-size:1em;
letter-spacing:-0.1em;
margin-bottom:4px;
margin-top:1em;
padding:2px 8px;
text-transform:uppercase;
}

.blah
{
	display: none;
}
