﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #FFFFFF;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	position: relative;
}
#masthead {
	width: 100%;
	padding: 0;
	background-color: #000000;
}
#navigation {
	background-color: #DDCC88;
	overflow: hidden;
	z-index:0;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: absolute;
	left: 0px;
	width:550px;
	padding-left: 10px;
	padding-bottom:75px;
	float: none;
	z-index:1;
}
#column_c {
	position: absolute;
	left: 100px;
	top: 0px;
	right:100px;
	margin-left: 10px;
	margin-right:10px;
	padding-bottom:75px;
	padding-left:75px;
	padding-right:75px;
	padding-top:10px;
	float:none;
	z-index:0;
}
#column_r {
	float: none;
	width: 100px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
	position:fixed;
	bottom: 0px;
	z-index:2;
}
/* Styles for Masthead */
#masthead img {
	position:absolute;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration:none;
	display:block;
	padding: 0px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #FFCC00;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #0000FF;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Column_1 */
#column_1 a {
	font-size:medium;
	color: blue;
	text-align:center;
	text-decoration:underline;
}
#column_1 a:hover {
	color: fuchsia;
}
/* Styles for Column_c */
#column_c h1 {
	background: #99CCFF;
	text-align:center;
	border:medium;
}
#column_c a {
	text-align:center;
	color:blue;
	text-decoration:underline;
}
#column_c a:hover {
	color:fuchsia;
}
#column_c p {
	text-align:justify;
}
#column_c embed {
	margin-left:25%;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	font-size:x-small;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */

a {
	color: blue;
	font-size:medium;
	text-decoration: underline;
	text-align:center;
}
a:hover {
	color:fuchsia;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	font-size: larger;
	font-weight: bold;
}


/*-- Style for Thumbnails with Large image on hover - left column --*/
.thumbnail{
	width:300px;
	margin-left:0px;
	z-index:0;
}
.thumbnail:hover{
	background-color:transparent;
	z-index:50;
	text-decoration:none;
}
.thumbnail span{
	position: absolute;
	background-color: #99CCFF;
	padding: 5px;
	top: 200px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{
	border-width:0;
	padding:2px;
	z-index:50;
}
.thumbnail:hover span{
	visibility:visible;
	z-index:50;
	top:100px;
	left:150px;
	width:300px;
	text-decoration:none;
}
/*-- Style for Thumbnails with Large image on hover - right column --*/
.thumb2{
	width:300px;
	margin-left:10px;
	z-index:0;
}
.thumb2:hover{
	background-color:transparent;
	z-index:50;
	text-decoration:none;
}
.thumb2 span{
	position: absolute;
	background-color: #99CCFF;
	padding: 5px;
	top: 200px;
	left: -3000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumb2 span img{
	border-width:0;
	padding:2px;
	z-index:50;
}
.thumb2:hover span{
	visibility:visible;
	z-index:50;
	top:150px;
	left:-300px;
	width:300px;
	text-decoration:none;
}



