﻿/* CSS layout */
#masthead {
	padding: 5px;
	margin-left: 195px;
	border: 1px solid #000099;
	height: 160px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#top_nav {
    margin-left: 195px;
	background-color: #FFFFFF;
	font-size: .8em;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #000099;
}

#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	height: 0px;
}
#page_content {
	border: 1px solid #000066;
	padding: 10px;
	margin-left: 195px;
	background-image: url('../images/graybrck.jpg');
	font-size: .9em;
	line-height: 1.4em;
}
#footer_1 {
	margin-left: 195px;
	border: 1px ridge #000099;
	height: 78px;
	padding: 10px;
	margin-top: 10px;
	clear: both;
	font-size: .8em;
	background-image: url('../images/graybrck.jpg');
	background-repeat: repeat;
}

#footer_2 {
    margin-left: 195px;
	padding: 10px;
	font-size: .7em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000099;
	margin-top: 10px;
	text-align: center;
	clear: both;
}

body {
	background-image: url('../images/public/back.png');
	font-family: Arial, Helvetica, sans-serif;
}
.no_border {
	border-width: 0px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #003399;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	text-indent: 20px;
}

.bold_and_blue {
	font-weight: bold;
	color: #000099;
}
.img_float_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.img_float_left {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}
.stack {
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000099;
	padding-top: 5px;
}

h3 {
	text-decoration: underline;
	font-size: 1em;
	color: #000066;
}

.center_align {
	text-align: center;
}

.bold {
	font-weight: bold;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	border: 1px solid #000066;
	padding: 5px;
}

ol.capital_letters {
	list-style-type: upper-alpha;
}

.list_header {
	font-size: .9em;
	text-decoration: underline;
	color: #000066;
	list-style-type: upper-roman;
}
ol.numbers {
	list-style-type: decimal;
}
ol.small_letters {
	list-style-type: lower-alpha;
}
#right_column {
	float: right;
}
.small_logo {
	border: 1px solid #000066;
	float: left;
}
