﻿h1,h2,h3,h4 {
	padding: 0px;
}
h1 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: normal;
    color: #435D7C;
}

h2, h3, .h2asp {color: #99aa77;} /* Pale green */

h2, .h2asp {
    font-size: 2.0em;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 8px;
}
h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: Silver;
}
p {
	color: silver;
	margin-top: 0px;
	width: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #222222;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Styles for Masthead */
#masthead {
    text-align: left;
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    border-top: solid 8px #435D7C;
    border-bottom: solid 8px #435D7C;
    background-color: #DDDDDD;
    border-top-color: #435D7C;
}
/* Style for Banner */
#banner,#navigation 
{
    margin-left: 40px;
    width: 720px;
}

/* Styles for Navigation */
#navigation {border-top: solid 1px #435D7C;}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	padding-left: 6px;
	padding-right: 24px;
}
#navigation a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:link
{
    color: #355B72; /*    color: #6B9391; */
}
#navigation a:visited
{
    color: #5F81A9;
}
#navigation a:hover {
	background-color: #AAAAAA;
}

#container {
	width: 720px;
	margin: 0px 0px 0px 40px;
}
#form1 {
	padding: 0px;
	margin:	0px;
}

/* Styles for maincontent */
#recent {
	top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.recent_l 
{
    width: 45%;
    vertical-align: top;
}
.recent_m 
{
    width: 10%
}
.recent_r 
{
    width: 45%;
}
#maincontent 
{
    position: relative;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#maincontent table {
	color: Silver;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	table-layout: auto;
	width: 100%;
    top: 0px;
    left: 0px;
}
#maincontent ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#maincontent li {
	padding-bottom: 5px;
}

/* #recent_pic {
	position: relative;
	float: right;
	width: 48%;
	height: auto;
	top: 0px;
}
#absolute_section {
	position: absolute;
	top: 286px;
	margin-left: 0px;
    left: 0px;
    height: 351px;
} */

/* Classes for table columns for show listing */
.lcol {
	height: 28px;
	width: 25%;
}
.rcol {
	height: 28px;
	width: 75%;
}

/* Class for alignment options in maincontent */
.centered {text-align: center}
.leftjustify {text-align: left}

/* Classes for image hyperlinks */
a:link img
{
    border: 2px solid #3366FF;
    margin-bottom: 6px;
}
a:visited img {border: 2px #8866DD solid; margin-bottom: 6px}

a.caption:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.caption:visited {
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: none;
}

.contact a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.contact a:visited {
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: underline;
}
