body {

	margin: 0;
	font-family: arial;
	font-size: 12px;
	background: white url("../images/body_back.gif") center top no-repeat;
}

#logo	{
  position: absolute; 
  top: 0px; 
  right: 0px; 
  width: 94px; 
  z-index: 3; 
}

#title_parent {
	text-align: center;
	background-color: #900;
	padding: 0;
	margin: 0;
}

#title {
	margin: 0px auto;
	width: 695px;
	text-align: left;
	padding: 0;
}

#title img {
	display: block;
	border: 0px;
}

#photos_parent {
	height: 118px;
	text-align: center;
	background: white url("../images/brown_bar_back.gif") repeat-x;
}

#photos {
	margin: 0px auto;
	width: 779px;
	text-align: left;
	}

#breadcrumbs_parent {
	border-bottom: 1px solid #900;
	text-align: center;
}

#breadcrumbs {
	margin: 0px auto;
	text-align:left; 
	font-size: 10px;
	color: #666;
	padding: 4px;
	width: 779px;
	text-indent: 270px;
}

#content_parent {
	text-align: center;
}

#content {
	margin: 0px auto;
	text-align: left;
	width: 750px;
	margin-bottom: 50px;
}

#nav {
	padding-top: 20px;
	float: left;
	width: 230px;
	color: #069;
}

#main {
	margin-left: 260px;
	padding: 20px 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

#announce_parent {
	float:right;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 153px;
	margin: 0 0 0 15px;
}

#announce_parent	h2	{
	background: 	#900 url("../images/announce_top.gif") no-repeat;
	font-size: 14px;
	line-height: 25px;
	height:25px;
	color: #fff;
	margin:0;
	text-align:center;
	}
	
#announce {
	padding: 3px;
	border: #EFB7B7 solid 1px;
	margin-top:0;
	margin-bottom: 13px;
	border-top: 0;
	font-size: 11px;
	line-height: 13px;
	background: #FFF5CC;
  color: #000;
}

.block {
	display: block;	
}

/* begin text styles */

h2,  h3	{
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
	margin-bottom: 5px;
}

#nav h2	{
  font-size: 16px;
  margin: 16px 0 0 40px;
	color: black;
	font-weight:600;	
}

.main_nav {
  list-style: outside url(../images/menu_arrow_red.gif);
  padding: 10px;
  padding-top: 0px;
  margin-left: 35px;
  margin-bottom: 20px;
	margin-top:0px;
	color: black;
}

.main_nav li {
  font-family: arial;
  font-size: 12px;
  margin: 7px 0px 7px 0px;
}

ul	{
  list-style: outside url(../images/menu_arrow_gray.gif);
	}

.lower_nav {
  list-style: outside url(../images/menu_arrow_blue.gif);
  padding: 10px;
  padding-top: 0px;
  margin-left: 35px;
  border-top: 0px solid #069;
  margin-bottom: 10px;
  margin-top:0px;
	color: black;
}

.lower_nav li {
  font-family: arial;
  font-size: 12px;
  margin: 7px 0px 7px 0px;
}

.sub_nav	{
  margin: 4px 5px 10px 15px;
  list-style: outside url(../images/menu_arrow_orange.gif);
  padding: 0px;
}

.sub_nav li {
  font-family: arial;
  font-size: 11px;
  color: #777;
  margin: 3px 0px 3px 0px;
}

/* begin link styles */


#title a	{
border:0;
margin:0;
padding:0;
}

.main_nav li a:link, .main_nav li a:visited	{
  color:  #900;
  text-decoration: none;
  border: none;
}

.main_nav li a:hover, .main_nav li a:active	{
  color:  #900;
  text-decoration: none;
  border-bottom: 1px solid  #900;
  border-top: 0px solid  #900;
}

.lower_nav li a:link, .lower_nav li a:visited	{
  color:  #2F4973;
  text-decoration: none;
  border: none;
}

.lower_nav li a:hover, .lower_nav li a:active	{
  color:  #2F4973;
  text-decoration: none;
  border-bottom: 1px solid  #2F4973;
  border-top: 0px solid  #2F4973;
}

.sub_nav li a:link, .sub_nav li a:visited	{
  color:  #666;
  text-decoration: none;
  border: none;
}

.sub_nav li a:hover, .sub_nav li a:active	{
  color:  #666;
  text-decoration: none;
  border-bottom: 1px solid  #666;
  border-top: 0px;
}

a:link, a:visited	{
  color: #900;
  border-bottom: 1px dotted #BD4040;
  text-decoration: none;
}

a:hover, a:active	{
  color: #900;
  border-bottom: 1px solid #BD4040;
  text-decoration: none;
}

#logo a, #uscbar a	{
  border: 0px;
  text-decoration: none;
}

#breadcrumbs a {
  border: 0px;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color:black;
}

hr	{
  height: 1px;
  width: 100px;
  color: #006699;
  margin: 10px 0px 3px 0px;
}


