body {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	background-color: #ffffff; /* white */
	}

h1,h2,h3,h4,h5,p,dl,dd,ol,li,td {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	}

h1 {
	text-shadow: gray 3px 3px 3px;
	color: #005295; /* cub scout blue */
	}

h3 {
	text-shadow: gray 3px 3px 3px;
	color: #005295; /* cub scout blue */
	}

a:link {
	color: #005295; /* cub scout blue */
	text-decoration: none;
	}

a:hover {
	color: #005295; /* cub scout blue */
	text-decoration: none;
	border-bottom: 1px #005295 solid; /* cub scout blue */
	}

a:visited {
	color: #005295; /* cub scout blue */
	text-decoration: none;
	}

#page {
	background-color: #005295; /* cub scout blue */
	text-align: left;
	}

.page_title {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff; /* white */
	text-shadow: black 2px 2px 2px;
}

#main_content {
	background-color: #ffffff; /* white */
	margin-left: 50px;
	}

#main_copy {
	padding-left: 20px;
	padding-right: 20px;
}

#nav_bar {
	text-align: right;
	white-space: nowrap;
	background-color: #ffd401; /* cub scout gold */
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #005295; /* cub scout blue */
	font-weight: bold;
	}

#right_panel {
	float: right;
	text-align: center;
	margin-left: 10px;
}

#copyright {
	text-align: center;
	color: #999999; /* gray */
	line-height: 14px;
	font-size: 10px;
	margin-top: 30px;
	padding-bottom: 4px;
	}

#copyright a:link, #copyright a:visited {
	color: #666666; /* gray */
	text-decoration: none;
	}

#copyright a:hover {
	color: #666666; /*gray*/
	text-decoration: none;
	border-bottom: 1px #666666 solid; /* gray */
	}

#copyright a.current {
	color: #666666; /* gray */
	text-decoration: none;
	}

/* End Structure */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

a img {
	border: none;
	}