﻿/* CSS layout */
#masthead {
	text-align: center;
}

#top_nav {
}

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

#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 100px;
}
#right_col {
	width: 22%;
	position: absolute;
	right: 0px;
	top: 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #0066CC;}h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.entry {
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 5px;
	font-size: .9em;
	position: relative;
	width: 70%;
}

#footer {
	margin-left: 100px;
	text-align: center;
	margin-top: 10px;
	border-top-style: groove;
	border-top-width: 1px;
	border-top-color: #000099;
	font-size: .7em;
	padding-top: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.entry3 p{
	font-size: .8em;
}
.entry p{
	font-size: .8em;
}
.entry2 {
	border: 1px solid #000000;
	margin-top: 5px;
	font-size: .9em;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.entry2 li {
	list-style-type: none;
	text-indent: -20px;
}
.head {
	font-size: 1.2em;
	font-weight: bold;
}
.entry3 {
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 5px;
	font-size: .9em;
	position: relative;
	width: 97%;
}
.indent {
	text-indent: 3em;
}
.no_border {
	border-width: 0px;
}

