﻿@import url('layout.css');
body {
	/* used */
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0em;
}
/* Styles for DIV tags */
/* used */
#container {
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	/* used */
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 0em;
	padding-top: 7px;
}
.styleRSS {
	border-style: none;
	width: auto;
	margin-left: auto;
	margin-right: auto; /*	height:34px; */;
	text-align: center;
}
#navigation {
	background-color: #CCCC99;
	margin-left: 160px;
	text-align: center;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	padding: 0em;
}
#column_left {
	float: left;
	width: 130px;
}
#column_right {
	float: right;
	width: 160px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#copyright_footer {
	background-color: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: 3em;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: 2.5em;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: 2em;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: 1.5em;
	color: #555533;
	margin-top: 0px;
}
h5 {
	font-size: 1em;
	margin-top: 0px;
}
h6 {
	font-size: .6em;
	margin-top: 0px;
}
/* Link Properties */
a {
	color: #00008b;
}
a:hover {
	color: #dc143c;
	text-decoration: none;
}
a:visited {
	color: green;
}
a:active {
	color: #333333;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/* Styles for Copyright Footer */
#copyright_footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright_footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#copyright_footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.img {
	border-style: none;
}
/* myTable Format */
table.myTable1 {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
td.myTD1 {
	border: thin #000000 solid;
	padding: .3em;
	vertical-align: middle;
}
td.myTD2 {
	border: thin #000000 solid;
	background-color: #000000;
	color: #ffffff;
	padding: .3em;
}
.myContacts {
	border: thin #000000 solid;
	text-align: center;
	font-size: 1.3em;
	padding: .3em;
	font-weight: bold;
	background-color: #ffff99;
}
/* my Text */
.myTextXSmall {
	font-size: .8em;
	text-align: left;
}
.myTextSmall {
	font-size: 1.3em;
	text-align: left;
}
.myTextMedium {
	font-size: 1.5em;
	text-align: left;
}
.styleRight {
	border: none;
	color: #000000;
	font-weight: normal;
	font-size: small;
	text-align: right;
}
.styleLeft {
	border: none;
	color: #000000;
	font-weight: normal;
	font-size: small;
	text-align: left;
}
.styleCenter {
	border: none;
	color: #000000;
	font-weight: normal;
	font-size: small;
	text-align: center;
}
.myTableNoBorder {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
