﻿@import url("layout.css");
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FFD27F;
	background-image: url("../images/background.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 520px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 148px;
	text-align: left;
	margin-top: 30px;
	background-color: #FFE8BF;
	border: 1px solid #9097BC;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #2F3B7D;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #9097BC;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #2F3B7D;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #9097BC;
	background-color: #FFD27F;
}
#navigation a:hover {
	text-decoration: none;
	color: #2F3B7D;
	background-color: #FFE8BF;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0683c9;
}
/* Sidebar Styles */
#sidebar p {
	color: #122D38;
}
#sidebar h3 {
	color: #122D38;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;	
}
#sidebar a {
	text-decoration: none;
	color: #0683c9;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #522788;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #0683c9;
}
#footer a {
	color: #0683c9;
	text-decoration: underline;
}
#footer a:hover {
	color: #522788;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #0683c9;
	text-decoration: underline;
}
a:hover {
	color: #522788;
	text-decoration: none;
}

a:link img,a:visited img {
        border:2px solid #0683c9;
}
a:focus img,a:hover img,a:active img{
        border:2px solid #522788;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}	
.grid1 {
	width: 110px;
	text-align: right;
	padding-right: 10px;
	color: #522788;
	font-size: .8em
}
.grid2 {
	width: 40px;
	border: 1px solid black;
	text-align: center;
	font-size: .8em
}
.grid3 {
	width: 40px;
	text-align: center;
	color: #522788;
	font-size: .8em
}
.grid4 {
	width: 40px;
	border: 1px solid black;
	text-align: center;
	font-size: .8em
}
.grid5 {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	color: #522788;
	font-size: .8em
}
.grid6 {
	width: 40px;
	border: 1px solid black;
	text-align: center;
	color: #522788;
	font-size: .8em
}
.grid7 {
	border: 1px solid black;
	text-align: center;
	font-size: .8em
}
.grid8 {
	width: 280px;
	text-align: right;
	padding-right: 10px;
	color: #522788;
	font-size: .8em
}
.gridhead1 {
	font-size: 2em;
	padding-left: 180px;	
}
.gridhead2 {
	font-size: 2em;
	padding-left: 300px;	
}
table#table1 {
}
table#table1 td {
	width: 150px;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}
table#table2 {
}
table#table2 td {
	width: 155px;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}

table#basic3 {
}
table#basic3 td {
	padding-left: 3px;
}	
.linkhead {
	color: #2F3B7D;
	font-weight: bold;
}