﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-repeat: repeat-x;
	background-image: url('../images/bannerback.jpg');
}
#top_nav ul {
	background-color: #369;
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	height: 20px;
}

#container {
	margin: 0 auto 0 auto;
	min-width: 600px;
	width: 831px;
}

#left_col {
	background-position: center bottom;
	width: 222px;
	float: left;
	background-color: #909395;
	background-image: url('../images/navback.jpg');
	background-repeat: no-repeat;
}
#page_content {
	background: url('../../New Folder/coatofarms_wm.jpg') no-repeat scroll bottom;
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	width: 600px;
	min-height: 700px;
}
#footer {
	clear: both;
	background-color: #909395;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	color: red;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav li {
	float: left;
}
.top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}



#active:hover li { display: block; }
#active li { display: none; }




#navcontainer {
	margin-left: 1px;
	width: 140px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 200px;
	color: #fff;
	background-color: #909395;
	text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 185px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}



.style1 {
	padding-right: 5px;
}


.style2 {
	vertical-align: text-top;
	height: 20px;
}
p {
	line-height: 150%;
	text-align: justify;
}



