/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	color:#333333;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #041737;
	font-size: 12px;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 776px;
	border: 1px solid #011627;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
	height: 180px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #033967;
  }
/* maincontent width is 1px smaller to account for left border */
#maincontent {
	width: 650px;
	border-left: #BFBCCB solid 1px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	float: right;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
  margin: 0 25px 0 40px;
  padding: 5px 0;
  line-height:1.4;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 5px 15px;
  padding: 5px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00004A;
  
  }
#maincontent h1 {
	font-size: 180%;
	
  }
#maincontent h2 {
	font-size: 125%;

  }


h3 {
color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
