#header_main *{
	/*global catch*/
  	margin: 0;
  	padding: 0;
  	border: 0;
  	text-decoration: none;
}

#navigation a:link,#navigation  a:visited,#navigation  a:hover,#navigation  a:active #footer a:link,#footer  a:visited,#footer  a:hover,#footer  a:active {
  text-decoration: none;
  color: black;
  font-size:medium;  
}

body {
  	background-color: #FFFFFF;
  	color: black;
  	background-image: url(/images/template/background_main.gif);
  	background-repeat: repeat-x;
}

#ie_warning {
	background-color: #FFFF00;
	padding: .5em 0;
	text-align: center;
}

#ie_warning a {
	text-decoration: underline;
}

#header_main * {
  	font: small Georgia, "Times New Roman", sarif;
  	color: white;
  	text-align: center;
}

#header_main {
  	height: 2em;
  	background-color: #062b48;
}

#header_main h1 {
	position: relative;
  	top: .5em;
}

#header_main h1 a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#header_bottom {
  	height: 11px;
    background-image: url(/images/home/title_bottom.gif);
  	background-repeat: repeat-x;
} 

#background {
/*
 *  Apparently IE6/FF2 can't handle this, so the border is now part of the body which means it can't be fixed!
 *
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(images/template/background_main.gif);
	background-repeat: repeat-x;
	z-index: -1;
*/
}

#main {
	min-width: 695px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	font-family: "Helvetica Regular", Arial, sans-serif;
}

#title, #title img {
	/*Firefox adds space to the bottom of inline elements*/
	display: block;
	text-decoration: none;
	border: none;
}

#title {
	margin-bottom: 9px;
	color: white;
	width: auto;
	background-color: #062b48;
	z-index: 10;
}

#logout {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	left: 90%;
}

#navigation_top, #navigation, #navigation ul, #navigation ul li {
	display: inline;
}

#content {
	/*The following 3 lines make this a block-level element*/
	position: relative;
	top: 0;
	left: 0;
	background-color: #cfd0d2;
	padding-bottom: 20px;
}

#navigation {
	position: relative;
	top: -35px;
	left: 200px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  border: 0;
}

#navigation li {
	margin-left: .3em;
	margin-right: .3em;
}

#navigation a {
  color: black;
  font-weight: bold;
  font-size: medium;
}

#navigation a:hover {
	color: #f37f24;
}

#content_main_container {
	position: relative;
	top: 0;
	left: 0;
}

#content_main {
	margin: 0 5% 0 5%;
}

#footer {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 7px;
	margin-bottom: 40px;
	background-color: #cfd0d2;
	text-align: center;
}

#footer a {
	color: #666666;
}

#footer li{
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}