body {
	background-color: #20479D;
	font: 78%/1.5 arial, helvetica, serif;
}

#centered_page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 826px;
}

#header {
	background-color: #FFFFFF;
	height: 61px;
}

#bottom_row {
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 18px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*
#content p {
	margin: 0px;
	padding: 5px;
	float:left;
}
*/

/*
#content ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
*/


#content li p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*
#content h2 {
	font-size: 12pt;
	font-weight: bold;
}
*/

#content img {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #FF0000;
	float:right;
}

#content img.home {
	margin-right: 10px;
	margin-left: 10px;
	border: 0px none #FFFFFF;
}

#content img.tagshimmed {
	margin-right: 10px;
	margin-left: 30px;
	border: 0px none #FFFFFF;
}

#content img.centered {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px none #FF0000;
	float:none;
	text-align: center;
}

#content img.nudgeleft {
	margin-right: 100px;
	margin-left: 20px;
	border: 2px solid #FF0000;
}

#top_row {
	background-color: #FFFFFF;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	background-image: url(images/page_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
}

#content {
	background-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	float:left;
	width: 786px;
}

#logo {
	background-image: url(images/logo-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	padding-left: 17px;
	padding-right: 3px;
	width: 250px;
	float: left;
	background-color: #20479D;
}

#menu {
	background-color: #FFFFFF;
	height: 61px;
	background-image: url(images/menubar-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* begin suckerfish menu */
#nav, #nav ul { /* all lists */
	padding: 0em;
	list-style: none;
	line-height: 1;
	background-color: #FFFFFF;
/*	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: .25em;
	margin-left: 0; */
}


#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	/*	padding-top: 0.25em;
	padding-right: .5em;
	padding-bottom: 0.25em;
	padding-left: .5em; */
		padding-bottom: 0.5em;
}

#nav li { /* all list items */
	float: left;
	text-align: center;	/* width: 6em; */ /* width needed or else Opera goes nuts */
	margin-top: 1.3em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 0.25em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

#nav li ul {
	padding: 0em;
	margin: 0em;
}

#nav li ul li {
	margin: 0em;
	padding: 0.5em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	height: auto;
	font-weight: normal;
	width: 15em;
	left: -999em;
	margin: 0em;
	padding: 0em;
	text-align: left;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav li ul li a {
	width: 14em;
	height: auto;
	font-weight: bold;
	/* border-width: 0.25em; */
	margin: 0em; 
	padding: 0em;
	text-align: left;
	/* border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #99CCFF;
}
/* end suckerfish menu */