﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #020659;
	padding-top: 20px;
	font-family: Georgia, serif;
	font-size: 12px;
	padding-bottom: 40px;
	color: #000000;
}

a:link  {
	color: #9195D9;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #9195D9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F20707;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #020659;
	text-decoration: underline;
	font-weight: bold;
}

#pagebody {
	border: 2px red solid;
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;	
}

#masthead {
	margin: 0 auto;
	width: auto;
}

#logo {
	padding: 5px;
	width: 420px;
	float: left;
	height: 110px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

#global {
	width: 110px;
	height: 110px;
	float: left;
}

#photo_banner {
	width: 210px;
	background-color: #FFFFFF;
	height: 110px;
	float: right;
}


#top_nav {
	text-align: left;
	padding: 10px;
	width: 700px;
	top: 150px;
	position: absolute;
}

#container {
	min-width: 600px;
	top: 5px;
	position: relative;
}

#right_col {
	border: thin #030A8C dotted;
	margin-top: 20px;
	margin-left: 5px;
	width: 200px;
	float: right;
	padding: 15px;
	background-color: #9195D9;
}

#page_content {
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 60px;
}

#page_content li {
	margin-bottom: 5px;
	margin-top: 5px;
}

#page_content li li {
	margin-bottom: 5px;
	margin-top: 5px;
}


#footer {
	width: auto;
	display:block;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}

#global ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#global a:link  {
	color: #9195D9;
	text-decoration: none;
	font-weight: bold;
}

#global a:visited {
	color: #9195D9;
	text-decoration: none;
	font-weight: bold;
}

#global a:hover {
	color: #F20707;
	text-decoration: underline;
	font-weight: bold;
}

#global a:active {
	color: #020659;
	text-decoration: underline;
	font-weight: bold;
}

div.spacer {
	clear: both;
	height: 10px;
	display:block;
}
div.spacertop {
	clear: both;
	height: 10px;
	display:block;
}

#page_content h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#right_col h1 {
	font-size: 1.5em;
	padding-bottom: 0;
}

#right_col h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#right_col p {
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 2em;
}

#right_col {
	color: #f2f2f2;
}

#page_content h1 {
	color: #030A8C;
}

#page_content h2 {
	color: #f20707;
}

#page_content h3 {
	color: #9195D9;
}

#page_content h3.article	{
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: georgia, serif;
}

p.hanging-indent {
		text-indent: -25px;
		padding-left: 25px;
}

.section	{
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

td.caption	{
	font-size: 10px;
	background-color: #9195D9;
	color: #f2f2f2;
}