﻿/* CSS layout */
#masthead {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
}
#header {
	margin-left: 100px;
}

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

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	font-size: .9em;
	top: 5px;
}
#page_content {
	border: 1px solid #000000;
	padding: 10px;
	margin-right: 26%;
	margin-left: 180px;
	background-color: #FFFFFF;
	margin-top: 10px;
	position: relative;
	top: 5px;
}
#right_col {
	width: 25%;
	position: absolute;
	right: 0px;
	top: 15px;
	float: right;
}
.small_boxes {
	padding: 5px;
	border: 1px solid #663300;
	background-color: #FFFFCC;
	font-size: .9em;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
#footer {
	border: 1px solid #000066;
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: .7em;
	background-color: #FFFFFF;
	margin-right: 26%;
	margin-left: 180px;
	margin-top: 10px;
	height: 140px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url('../images/background.png');
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #000066;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000066;
}
.up10 {
	top: -10px;
	position: relative;
}
li {
	list-style-type: none;
	text-indent: -30px;
}
.title {
	font-size: 1.1em;
	color: #000066;
}
.italics {
	font-style: italic;
}
.img_float_right {
	float: right;
}
.point7font {
	font-size: .7em;
}
#right_column {
	float: right;
	font-size: .7em;
	text-align: center;
	margin-top: 1%;
	margin-left: 1%;
}
.img_float_left {
	float: left;
}
#notes {
	font-style: italic;
	font-size: .8em;
}
#pictures {
	font-style: italic;
	font-size: .7em;
}
.small_boxes_left {
	padding: 5px;
	border: 1px solid #663300;
	background-color: #FFFFCC;
	font-size: .9em;
	margin-bottom: 10px;
}
.no_border {
	border-width: 0px;
}
.bold {
	font-weight: bold;
}

