﻿/* CSS layout */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
}

#page_container {
	min-width:550px;
	margin:auto;
}
#masthead {
}

#top_nav {
	margin: 0px;
	padding: 0px;
}
#nav {
	border-style: none none solid none;
	border-width: thin;
	border-color: #000080;
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */;
	margin: 0;
	padding: 0;
	background-color: #D7EBFF;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
	
#nav a:visited {
	border-width: 4px;
	border-color: #D7EBFF;
	padding-bottom: 2px;
	padding-top: 6px;
	float: left;
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #0000FF;
	border-bottom-style: solid;
}
#nav a:link {
	border-width: 4px;
	border-color: #D7EBFF;
	padding-bottom: 2px;
	padding-top: 6px;
	float: left;
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #0000FF;
	border-bottom-style: solid;
}
#nav a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	padding-top: 6px;
	color: #000080;
	border-bottom-color: #000080;
}
		
#nav a.active:visited {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	padding-top: 6px;
	color: #000080;
	border-bottom-color: #000080;
}
		
#nav a.active:link {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #000080;
	border-bottom-color: #000080;
}
		
#container {
	clear: both;
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_col ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
}

#left_col a:visited {
	text-decoration:none;
}

#left_col a:link {
	text-decoration:none;
}

#left_col a:hover {
	text-decoration:underline;
}

#left_col a.active:visited {
	text-decoration:underline;
}

#page_content {
	border-width: thin;
	border-color: #000080;
	padding: 5px;
	margin-left: 200px;
	border-left-style: solid;
}
#footer {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #000080;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D7EBFF;
}
#fnav {
	border-width: thin;
	border-color: #000080;
	font-size: x-small;
	margin: 5px auto 0px auto;
	padding: 5px 0 0 0;
	border-top-style: solid;
	width: 480px;
}
#fnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#fnav a:visited {
	font-size: small;
	line-height: 15px;
	margin: 0 3px 0 3px;
	color: #0000FF;
}
#fnav a:link {
	font-size: small;
	line-height: 15px;
	margin: 0 3px 0 3px;
	color: #0000FF;
}
#fnav a:hover {
	text-decoration:none;
	padding-bottom: 2px;
	color: #000080;
}

#fnav a.active:visited {
	text-decoration:none;
	padding-bottom: 2px;
	color: #000080;
}

#fnav a.active:link {
	text-decoration:none;
	padding-bottom: 2px;
	color: #000080;
}

#fcontainer {
	clear: both;
	position: relative;
	width: 100%;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.small-text {
	font-size: small;
}

.center-text {
	text-align: center;
}
.title-text {
	margin: 0px;
	padding: 5px;
	font-size: small;
	text-align: center;
	font-weight: normal;
	background-color: #000080;
	color: #FFFFFF;
}

hr {
	background-color:navy;
	color: #000080;
	height:2px;
}

a:visited {
	color: #0000FF;
}

a:link {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #000080;
}

