﻿@import url(layout.css);
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
	background-image: url('../images/body2.gif');
	background-repeat: repeat;
}
/* Styles for DIV tags */
#container {
	margin-top:20px;
	border:medium, navy, outset;
	background-color:teal;
/*	background-image:  url("../images/leftphoto.jpg");  
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll; */
}
/*************************************************************************************************/
#masthead {
	background-image: url('../images/header6.gif');
	background-repeat: repeat-x;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin-left: 0px;
	font-weight: bold;
}
/* Styles for Masthead */
#masthead h1 {
	color: Navy;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: left;
}
#masthead h3 {
	margin-top: .4em;
	color: #000080;
	margin-bottom: 0px;
	text-align: left;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: Navy;
	text-decoration: none;
}
/*************************************************************************************************/
#navigation {
	background-image: url('../images/navigation3.gif'); 
	text-align: center;
	font-weight: bold;
	height:25px;
	padding-top:10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: Black;
	margin: 0 1px;
    padding-left: 5px; 
    padding-right:5px;
    padding-top:20px;
    padding-bottom:20px;
	border: 0px; 
	text-decoration: none;
	border-right:1px gray solid;
}
#navigation a:hover {
	color: Aqua;
	background-color: navy; 
}
html>body #navigation {
	overflow: hidden;
}
/*************************************************************************************************/
#content {
	background-color:#FFFFFF;
	padding: 10px;
	border-color:Black;
	border-width:medium;
}
#content_bottom {
	background-color:#FFFFFF;
	padding: 0px;
	border-color:Black;
	border-width:medium;
}
#column_left {
	float: left;
	border:2px, navy, solid
}
#column_right {
	padding-bottom: 30px;
	border:2px, navy, solid
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
/*************************************************************************************************/
/*************************************************************************************************/
#logocontent {
	background-color:#FFFFFF; 
	padding: 10px;
	border-color:Black;
	border-width:medium;
	width:779px;
}
#logocontent_bottom {
	background-color:#FFFFFF;
	padding: 0px;
	border-color:Black;
	border-width:medium;
}

.logoimage {
	margin-bottom: 6px;
	margin-left: 6px;
}
/*************************************************************************************************/
#photogal {
	text-align: left;
	font-weight: bold;
	padding-top:10px;
	background:#6DBBDB;
	width:170px;
	height:440px;
	float:right;
}
#photogal p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#photogal ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	text-align:left;
}
#photogal li 
{
	height:20px
}

#photogal a {
	color: Navy;
	margin: 0 1px; 
    padding-left: 5px; 
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
	border: 0px; 
	text-decoration: none;
}
#photogal a:hover {
	border-style: inset;
	border-width:thin;
	color: Aqua;
	background-color: navy; 
	margin: 0 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
    border: 0px; 
}

.photoimg
{
	float:left;
}
/*************************************************************************************************/
#footer {
	background-color: #F9F9EC;
	color: Black;
	background-image: url('../images/header6.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#footer a {
	color: Navy;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
/*************************************************************************************************/
#copyright {
	color: Navy;
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}

/*************************************************************************************************/
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	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: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
	text-align: justify;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


