/* used to make footer sit on bottom of page: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html */
html, body, #container {	min-height: 100%; margin:0; padding:0; height:100%; border:0;}
html>body, html>body #container {	height: auto;}
body {
	background-color: #215AC3;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-size:78%;
}
body, p, td {
  font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #c33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {border:none;}
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom:.5em;
}
h2 {
	font-size:14pt;
	margin:0;
}
h5 {
	font-size:8pt;
	font-weight:normal;
	margin-top:0em;
}
/* padding for all elements that need side padding on the inside */
#header, #content, #intro, #footer {
	padding-left: 50px;
	padding-right: 42px;
}
#header, #footer {
	padding-right: 8px;
}
/* the absolute positioning makes the footer rest on the bottom of the page */
#container {
	width: 740px;
	position:absolute;
  top:0px;
  left:501px;
  margin-left:-370px;
	text-align: left;
	background: white;
	border-left:1px solid #001A56;
	border-right:1px solid #001A56;
}
#header {
	background-image: url(images/background-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:white;
	height:98px;
}
#header #navigation ul {
	list-style:none;
	padding:15px 30px;
	margin:0;
}
#header #navigation li {
	display: inline;
	margin:0 0 0 30px;
	list-style:none;
}
#intro, #photo {
	background-color: #EBEFF5;
	border-top: 1px solid #c33;
	border-bottom: 1px solid #c33;
}
#intro {
  padding-top:8px;
  padding-bottom:8px;
}
#intro strong {
	color: #36c;
}
#intro p {
  margin:.5em 0;
}
#photo {
	background:#0F2965;
	color:#9cf;
	padding:0;
}
#photo p {
	margin-right:10px;
	margin-top:3px;
	margin-bottom:0;
	text-align:right;
	font-size:7pt;
}
#footer {
	background:#EBEFF5;
	border-top: 1px solid #c33;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	font-size:8pt;
  position:absolute;
  bottom:0;
  width:682px;
}	
#footer a, #footer {
	color:#999;
	clear:both;
}
#content {
  padding-bottom:5em;
}
/* next two for two column content on main page */
#content #right_column {
	width: 202px;
	padding-left:25px;
}
#content #left_column {
	padding-right:25px;
}
/* using a separate heading for the print version */
#header .print_headings {
	display: none;
}
#provide_info {
 float:right;
 margin-top:8px;
}
