﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

table, td, tr, p, li, ul, ol, dl, div, blockquote
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.0em;
}
p
{
	margin: 10px 0 10px 0;
	font-size: 115%;
}

img
{
	border: 0;
}

a, a:hover, a:visited
{
	color: #000099;
}
a
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}

#site-header
{
	margin: 0;
	background-image: url( '../../Images/moore-cross-green.jpg' );
}

#right-navigation
{
	background-color: #F0E5B0;
	float: right;
	margin: 0px 10px 5px 5px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	width: 180px;
}

#site-content
{
	vertical-align: top;
	padding: 10px 15px;
}

#site-footer
{
	margin: 0 5px 0 5px;
}

#site-footer img
{
	padding: 0 2px 0 2px;
}

#copyright-notice
{
	color: Gray;
	font-size: 0.9em;
	margin: 5px;
}

.thin-line
{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1BD11;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.thin-line-top
{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDCFD7;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

.thick-line-header
{
	clear: both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #7DA2E4;
	margin-top: 1px;
	margin-bottom: 0px;
}

.thick-line-middle
{
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #43649D;
	margin-top: 1px;
	margin-bottom: 4px;
}

#logo
{
	margin-left: 10px;
	margin-right: 20px;
	/* started left at 20 */
}

img, div
{
	behavior: url('Images/iepngfix.htc');
}

