﻿/* CSS layout */
body {
				background-color: #C0C0C0;
}
#container {
				font-size: .8em;
				font-family: Georgia,"Times New Roman";
				text-align: left;
				margin: auto;
				padding: 10px;
				width: 960px;
				background-color: #FFFFFF;
}
#masthead {
				position: relative;
				width: 100%;
}
#top_left {
				width: 200px;
				position: absolute;
				left: 0px;
				top: 0px;
				text-align: center;
}
#top_left a {
				border-width: 0px;
}
#header {
				margin-left: 200px;
}
#header a {
				display: block;
				margin: 0 5px 0 5px;
				float: right;
				font-size: 1em;
				font-weight: bold;
				color: #0076A3;
}	
#header a:hover {
				color: #FF0000;
}
#pagetitle {
				font-family: "Bookman Old Style";
				font-size: 60px;
				letter-spacing: -3px;
				color: #FF0000;
				text-align: right;
				padding: 40px 0 60px 0;
				margin: 20px 0 0 0;
}
#main {
				position: relative;
				width: 100%;
}
#left_col {
				width: 175px;
				position: absolute;
				left: 0px;
				top: 0px;
				font-size: 1.1em;
				line-height: 1.3em;
				color: #FFFFFF;
				margin: 0 10px 0 10px;
				background-color: #FFFFFF;
				font-family: "Bookman Old Style";
}
#left_col_image {
				text-align:center;
}
#left_col a {
				text-decoration: underline;
				color: #0076A3;
}
#left_col a:hover {
				color: #FF0000;
}
#left_col ul {
				margin: 0;
				padding: 5px 10px 5px 10px;
				list-style: none;
				border: 3px #000000 solid;
				background-color: #FF0000;
}
#left_col li {
				margin: 0;
				padding: 5px 10px 5px 10px;
				border-top: 1px dotted #4c6f0f;
}
#left_col li a {
				color: #FFFFFF;
}
#left_col li a:hover {
				color: #C0C0C0;
}
#blank_line {
				background-color: #FFFFFF;
				color: #FFFFFF;
}
#black_box {
				padding: 5px;
				background-color: #000000;
				font-weight: bold;
				text-align: center;
				color: #FFFFFF;
				font-family: Georgia;
}
#gray_box_left {
				padding: 5px;
				background-color: #C0C0C0;
				border: 3px #000000 solid;
				font-weight: bold;
				text-align: left;
				color: #000000;
				font-family: Georgia;
				line-height: 1.1em;
}
#page_content {
				padding: 0 10px 0 10px;
				margin-right: 200px;
				margin-left: 200px;
}
#page_content a {
				text-decoration: underline;
				color: #0076A3;
}
#page_content a:hover {
				color: #FF0000;
}
#page_content p {
				margin: 0 0 10px 0;
}
#page_content h1 {
				font-size: 1.25em;
				color: #FF0000;
				text-transform: uppercase;
}
#page_content h2 {
				font-size: 1.1em;
				display: inline;
}
#right_col {
				width: 200px;
				position: absolute;
				right: 0px;
				top: 0px;
}
#right_col_heading {
				font-size= 1.2em;
				font-weight: bold;
}
#right_col a {
				text-decoration: underline;
				color: #0076A3;
}
#right_col a:hover {
				color: #FF0000;
}
#gray_box {
				padding: 5px;
				background-color: #C0C0C0;
				border: 3px #000000 solid;
				text-align: left;
}
#footer {
				border-top: 2px solid #cccccc;
				margin: 30px 0 0 0;
				padding: 10px;
				color: #a0a0a0;
				font-size: .75em;
				text-align: center;
}

