﻿/* CSS layout */
#masthead {
	padding: 0 0 15px 0;
	height: 135px;
}

#top_nav {
	padding-left: 175px;
}

#container {
	margin: 0 0 0 0;
	position: relative;
	width: 100%;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 12px;
}
.past {
	font-size:80%;
	list-style:none
}
#page_content {
	padding: 5px 0 0 0;
	margin-right: 200px;
	margin-left: 165px;
	height: 100%;
	text-align: justify;
}

#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
}

#footer {
	position: relative;
}
.nav {
	font-size:85%;
}
.navBottom {
	text-align: center;
	margin: 0 5px 0 50px;
	font-size: 85%;
	color: #333333;
}

.navLeft {
	list-style: none;
	text-align: center;
	color: #333333;
	width: 150px;
	font-size: 85%;
}

ul {
	
	margin: 0 0 0 0;
	clear: both;
	padding: 0;
	/*list-style:none*/
}

li{
	margin-left: 0px;
	clear: both;
	z-index: 1;
}

a:link {
	color: #003366;
	text-decoration: none;
}
 	
 	a {
	color: #003366;
	text-decoration: none;
}
#banner {
	padding-left: 175px;
	padding: 0 0 0 175px;
	margin: 0;
	margin-top: 0;
	clear: both;
}
.indent15 {
	padding-left: 15px;
	margin: 5px 0 0 0;
	list-style:disc
}
.indent25 {
	padding-left: 25px;
}
.indent30 {
	margin: 5px 0 0 0;
	padding-left: 30px;
}

.titlecafr {
	font-weight: 400;
	text-decoration: underline;
}
.indent45 {
	padding-left: 45px;
}
h1 {
	font-size:115%;
	font-weight:bold;
	text-align:left
}