/******************************
  Page Top
******************************/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url("new_images/header_slice.jpg") repeat-x top left;
	font-family: arial;
	height: 100%;
	}

/******************************
  Footer
******************************/

#footer {
margin: 0px;
padding: 0px;
background: #010101 url("new_images/footer_slice.jpg") repeat-x top left;
height: 152px;
width: 100%;
float: left;
}


#footer_text {
width: 800px;
height: 152px;
margin-left: auto;
margin-right: auto;
}


/******************************
  Home Page
******************************/

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#page_header {
width: 800px;
height: 74px;
}

#title_bar {
width: 800px;
height: 38px;
}

#side_nav {
width: 192px;
float: left;
padding-left:20px
}

#home_image {
width: 587px;
height: 298px;
float: left;
border-left:#b4c0c8 1px solid;
}

#main_content {
width: 760px;
float: left;
padding-right:20px;
padding-left:20px;
padding-bottom: 30px;
}

/******************************
 Text options
******************************/

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e61;
}

.smallbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 13px;
	color: #5e5e61;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 13px;
	color: #5e5e61;
	text-align: right;
}

.dkblue_smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 38px;
	font-weight: bold;
	color: #00263c;
}
.aqua_smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 34px;
	color: #64bbd6;
}

.aqua_boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #64bbd6;
}

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #64bbd6;
}



/******************************
  Side Navigation - from COB site
******************************/

#sidenavigation {
	width: 192px;
	float: left;
	overflow: hidden;
	
}

#sidenavigation ul {
	margin: 0;
	padding: 0;
	list-style:none;
	border-top: 1px solid #e6e6e6;
}

#sidenavigation ul li {
		border-bottom: 1px solid #e6e6e6;
	padding: 2px 0;

}

#sidenavigation h1 {
	padding: 18px;
	padding-bottom: 0;
}

#sidenavigation ul ul {
	font-weight: normal;
	padding-left: 18px;
	line-height: 12px;

}
#sidenavigation ul li a {
	display: block;
	color: #5e5e61;
	text-decoration:none;
	padding: 5px 15px 5px 15px;
}

#sidenavigation ul li a:hover {
	background-color: #ececec;
}
#sidenavigation li ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
	
}


/******************************
  Link options
******************************/

A:link {
  text-decoration: none;
  color: #a30941;
}

A:visited {
  color: #a30941;
  text-decoration: none;
}

A:hover {
	text-decoration: underline;
}