﻿@import url('layout.css');
body {
	color: black;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #545454;
}
#container {
	background-color: #C0C0C0;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#container2 {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #A0522D;
	width: 800px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#navigation2 {
	background-color: #545454;
	overflow: hidden;
}
#column {
	margin: 0;
	padding: 15px;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #A0522D;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 14px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: inline; 
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: right;
	display: inline; 
}
#navigation2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
}
#navigation2 a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	background-color: #a9a9a9;
}
#tablez {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: silver;
	border-collapse: collapse;
	background-color: rgb(192, 192, 192);
	font-size: 16pt;
	}
#tablez th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: silver;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
#tablez td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: silver;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
/* Styles for Footer */
#footer {
	font-size: 16pt;
	line-height: 30px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #006400;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
/* Styles for text and color */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.text {
	color: #000000;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.xxsmall {
    font-size: 8pt;
}
.xsmall {
    font-size: 10pt;
}
.small {
    font-size: 12pt;
}
.small-silver {
	color: #C0C0C0;
	font-size: 12pt;
}
.medium {
   	font-size: 14pt;
}
.medium13 {
   	font-size: 13pt;
}
.medium15 {
   	font-size: 15pt;
}
.large16 {
   	font-size: 16pt;
}
.small-silver {
	color: #C0C0C0;
	font-size: 12pt;
}
.large {
	font-size: 18pt;
}
.xlarge {
	font-size: 24pt;
}
.xlarge30 {
	font-size: 30pt;
}
.xxlarge {
	font-size: 36pt;
}
.header {
	color: #3366FF;
	font-size: 36pt;
}
.menu {
	color: #000000;
	font-size: 16pt;
}
.menu-silver {
	color: #C0C0C0;
	font-size: 16pt;
}
.updated {
	color: #C0C0C0;
	font-size: 14pt;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #FFFF00;
}
.maroon {
	color: #800000;
}
.purple {
	color: #800080;
}
.black {
	color: #000000;
}
.silver {
	color: #C0C0C0;
}
.color {
	color: #FF9900;
}
.blue {
	color: #3366FF;
}
.width0 {
	border-width: 0px;
}
.width1 {
	border: 1px solid #000000;
}
.width5 {
	border-style: solid;
	border-width: 5px;
	color: #000000;
}
.vertical-mid {
	vertical-align: middle;
}
.green3 {
	border: 3px solid #006400;

