
html {
	background-color: #1F4C83;
}

body {
	font: 62.5% arial,verdana,sans-serif;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-x;
	color: white;
}

.topphoto {
border: 5px solid white; float: left; margin-top: 20px; margin-right: 15px; margin-bottom: 15px;	
}
#pagewrap {
	width: 922px;
	margin: 0px auto;
	position: relative;
	/*width: 750px;
	margin: 0 auto;*/
}

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
}

#header img {
	position: absolute;
	bottom: 5px;
	left: 0px;	
}

#header h1 {
	position: absolute;
	bottom: 5px;
	left: 140px;
	border: 0px;
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 24pt;
	font-style: normal;
	color: white;
	margin-bottom: 0px;
}


a {
	color: #F0FF00;
}

.todo {
	display: block;
	border: 1px solid 	#092F5E;
	background-color: #EFF0C8;
	padding: 10px;
	color: black;
}

.footnote a {
	color: red; /*#7AAFEF;*/
	font-weight: bold;
	text-decoration: none;
}

.note {
	display: block;
	border: 1px solid 	#092F5E;
	background-color: #C1DCFD;
	padding: 10px;
	color: black;
}

table {
	border: 1px solid #092F5E;
	border-collapse: collapse;
	margin: 10px 0px;
	width: 100%;
	background-color: white;
}

strong {
	font-weight: bold;	
}

td, th {
	border: 1px solid #092F5E;
	border-collapse: collapse;
	padding: 6px;
	color: #031E3E;
}
th {
	background-color: #031E3E;
	color: white;
	font-weight: bold;
}

tr.row1 { background-color: #DDDDDD; }
tr.row2 { background-color: #EEEEEE; }

p, td, th, ul, ol, dl {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 1.2em;
}

dt { font-weight: bold; }
dt { margin-top: 1.2em; }

ul {
	
}

ul li {
	list-style-type: disc;	
	margin-left: 2em;
	margin-bottom: .5em;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: .5em;
}


h1, h2, h3, h4 {
	font-family: "trebuchet ms",sans-serif;
	font-weight: normal;
	margin-top: 1em;
}

h1 {
	font-size: 3.5em;
	margin-bottom: 30px;
	color: #031E3E; /*border-bottom: 1px solid white;*/
}


h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2em;
	/* color: #D2E5FD; */
}

h4 {
	font-size: 1.6em;
	font-weight: bold;
}  

abbr {
	text-decoration: none;
	border: 0px;
}

fieldset legend {

	font-size: 2em;
	color: #dddddd;
}



/* Footer Styles */

#footer {
	background-color: white;
	color: #1F4C83;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	font-size: 1.1em;
}

#footer a {
color: #1F4C83;		
}
#footer #pixelfooter,  #footer #pixelfooter a {
	margin-top: 20px;
	color: #8CA3BF;
}	


/* Navigation Styles */

#navigation ul li {
	display: inline;
	margin: 0px; padding: 0px;
	font-size: 0.9em;
	padding-left: 10px;
	font-family: "trebuchet ms",arial;
}

#navigation  #first{
	padding: 0px;
}

#navigation a {
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	color: yellow;
}

