﻿/* CSS layout */
h1 {
	font-family: "Footlight MT Light";
	text-align: center;
	font-size: xx-large;
}

h2 {
	font-family: "Footlight MT Light";
	text-align: center;
	font-size: x-large;
}

h3 {
	font-family: "Footlight MT Light";
	text-align: left;
	font-size: x-large;
}

p {
	font-family: Century;
	text-align: justify;
	font-size: medium;
}
blockquote {
	font-family: Century;
	text-align: center;
	font-size: medium;
	font-style: italic
}

#masthead {
}

#top_nav {
	font-family: "Footlight MT Light";
}

#top_nav ul{
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
	float: left;
	background-color: #808080;
	margin: 0px	
}

#top_nav li {
	display: inline;
}

#top_nav ul a {
	display: block;
	float: left;
	padding: .2em 1em .2em 1em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

#top_nav ul a:hover {
	color: #000000;
	background-color: #EEEEEE;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	font-family: century;
	background-color: #E6E6E6;
}

#right_col {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #7298CB;
	font-family: century;
	color: #FFFFFF;
}

#right_col a {
	color: #c8d7eb;
}

#right_col a:hover {
	color: #FFFFFF;
}

#footer {
	background-color: #7298CB;
	text-align:left;
	font-size: small;
	color: #FFFFFF
}
dt {
	font-family: "Footlight MT Light";
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
dd {
	font-family: century;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	padding-top: 1px;
	padding-right: 10px;
}
.tr {
	font-family: century;
	font-size: small;
}
