body {
	background: url(images/background.gif) repeat-y;
}


/* The logo at the top of the page */
#top_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 102px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background: white;
	layer-background-color: white;
}

.logo {
	font-family: "Times New Roman", serif;
	font-size: 32pt;
	font-weight: bold;
	color: black;
}


/* The blue line under the logo. */
#top_rule {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 100%;
	height: 45px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background: #0000FF;
}

#top_rule_text {
	position: absolute;
	top: 17px;
	left: 150px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: white;
}


/* The nav bar. */
#nav {
	position: absolute;
	top: 146px;
	left: 8px;
	width: 122px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	z-index: 1;
	background: #B2B2B2;
	layer-background-color: #B2B2B2;
}

#nav a.nav_link {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

#nav a.nav_link:hover {
	text-decoration: underline;
}


/* The main content area. */
#main_content {
	position: absolute;
	top: 147px;
	left: 150px;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	z-index: 3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background: white;
}


/* Main text style without the box. */
#main_content .main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
}

#main_content a.main {
	color: #0000FF;
	text-decoration: underline;
}



/* The opening page has bigger text. */
.front_page_big {
	font-size: 17pt;
}


/* The logo at the bottom of the page. */
#bottom_logo {
	z-layer: 4;
	position: absolute;
	right: 20px;
	bottom: 5px;
	width: auto;
	height: auto;
	background: white;
}

.bottom_logo_text {
	font-family: Arial, sans-serif;
	font-size: 7pt;
}



/* The links on the left side of the pics page */
a.pics_link {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

a.pics_link:hover {
	text-decoration: underline;
	color: #B2B2B2;
}

