body
{
	background-color: #4e83c0; <!--CFA86E#dcb476;-->
	margin: 0px;
	padding: 0px;
        font-family: Arial;
	font-size: 12px;
}

a img {border: 0px;}

.align_center
{
	text-align: center;
}
.align_left
{
	text-align: left;
}
.align_right
{
	text-align: right;
}

/*** BEGIN definitions for layout containers ***/
#container
{
	width: 720px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-top: 5px;
}

#top_bar
{
	background-image: url(/images/top_bar.gif);
	background-repeat: repeat-x;
	height: 24px;
}

#left_content
{
	width: 187px;
	float: left;	
}

#right_content
{
	width: 187px;
	float: right;
}

#main_content
{
	margin-top: 10px;
	width: 301px;
	margin-left: auto;
	margin-right: auto;
}

#footer_divider
{
	height: 1px;
	line-height: 1px;
	background-color: #e70505;
	margin-bottom: 2px;
	margin-left: 188px;
	margin-right: 188px;
}

#footer_divider_north
{
	height: 1px;
	line-height: 1px;
	background-color: #00457B;
	margin-bottom: 2px;
	margin-left: 188px;
	margin-right: 188px;
}
#footer
{
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 41px;
	line-height: 41px;
	background-color: #dde0e3;
	color: #585a5b;
	margin-left: 188px;
	margin-right: 188px;
}
/*** END definitions for layout containers ***/

/*** BEGIN definitions for the top nav bar menu ***/
#top_menu
{
	float: right;
	margin-top: 10px;
	border-left: 1px dotted #a2a6ab;
	border-right: 1px dotted #a2a6ab;
	height: 19px;
	line-height: 19px;
	font-family: Arial;
	font-size: 12px;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
} 

#top_menu ul li {
	margin: 0px;
	padding: 0px;
	border-left: 1px dotted #a2a6ab;
	list-style: none;
	float: left;
}
	
#top_menu ul li.first {
	margin: 0px;
	padding: 0px;
	border-left: none;
	list-style: none;
	float: left;
}

#top_menu a
{
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 23px;
	padding-right: 23px;
}

#top_menu a:hover
{
	background-color: #ededed;
}
/*** END definitions for the top nav bar menu ***/

/*** BEGIN definitions for the North Facility and South Facility menus ***/
#north_menu
{
	margin-top: 4px;	
}

#south_menu
{
	margin-top: 14px;
	margin-left: 2px;
}

#north_menu, #south_menu
{
	width: 184px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: 12px;
}

#north_menu ul, #south_menu ul
{
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}

#north_menu li, #south_menu li
{
	border-bottom: 1px dotted #a5a6a6;
	margin: 0px;
}

#north_menu a, #south_menu a
{
	text-decoration: none;
	color: #000000;
	display: block;	
	padding-bottom: 2px;
}
#north_menu a
{
	padding-top: 8px;	
}

#south_menu a
{
	padding-top: 15px;
}

#north_menu a:hover, #south_menu a:hover
{
	background-color: #ededed;
}
/*** END definitions for the North Facility and South Facility menus ***/

#sub_left_container_south
{
  background-image: url(/images/south_facility_logo.gif);
  background-repeat: no-repeat;
  width: 185px;
  vertical-align: top;
}

#sub_left_container_north
{
  background-image: url(/images/north_facility_logo.gif);
  background-repeat: no-repeat;
  width: 185px;
  vertical-align: top;
}

#sub_right_container_north
{
  background-image: url(/images/north_facility_topbg.gif);
  background-repeat: repeat-x;
  width: 535px;
  vertical-align: top;
 }

#sub_right_container_south
{
  background-image: url(/images/south_facility_topbg.gif);
  background-repeat: repeat-x;
  width: 535px;
  vertical-align: top;
 }