@charset "iso-8859-1";
/* author: John McKeown */
/* Creation date: 18/07/2003 */
body    {
    margin-top: 12px; 
	background-color: #005100;
    font: 12px Verdana, sans-serif;
	text-align: center;	
} 

#mainContent    {
	margin: 40px 40px 10px 40px;
    padding: 0px 0px; 
}

		
table.main {
	border:  1px solid;
	border-color: #81F8AE #4B9065 #4B9065 #81F8AE;
	background-image : url(Images/Image1_R.gif);
	margin-left: auto;
	margin-right: auto;
    background-color: White;
}

table.location {
	border:  1px solid;
	border-color: #81F8AE #4B9065 #4B9065 #81F8AE;
	background-image : url(Images/Image1.gif);
	margin-left: auto;
	margin-right: auto;
    background-color: White;
} 

table.contact {
	border:  1px solid;
	border-color: #81F8AE #4B9065 #4B9065 #81F8AE;
	background-image : url(Images/Image2.gif);
	margin-left: auto;
	margin-right: auto;
    background-color: White;
}


H1 {
	color : #003300;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 30px;
	font-weight : 800;
}
H2 {
	color : #003300;
	Margin: -10px auto 5px auto;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 25px;
	font-weight : 800;
}

.image {
	font-size : 15px;
}


p {
	color : #003300;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 17px;
	line-height: 20px;
    text-align : justify;
}

.center {
    text-align : center;
}
.image {
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 14px;
	text-align : center;
}

.contact {
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 14px;
	text-align : left; 
} 

img		{
		border: 1px solid #005100;
		}
		
.nb		{
		border: 0px;
		} 
		
.floatedImageLeft
			{
			float: left;
			margin-top: 15px;
			margin-right: 35px;
			margin-bottom: 15px;
			margin-left: 0px;
			}
			
.floatedImageRight
			{
			float: Right;
			/*margin-top: 15px;
			margin-right: 35px;
			margin-bottom: 15px;
			margin-left: 0px;  */
			}

		
hr {
	color: Green;
	width: 560px;
	height: 1px;
} 

td.scenery	{
			text-align: center;
			}


a:link, a:visited
			{
			color: #005100;
			font-weight: bold;
			text-decoration: none;
		    font-size: 15px; 
			text-transform: lowercase;
			}
			
a:hover		{
			color: #007500;
			font-weight: bold;
			text-decoration: underline;
			text-transform: lowercase;
			}		


div.nav	{
float: left;
margin-right: 30px;
} 
 
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family : Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul li
{
text-decoration: none;
color: #fff;
}

#navcontainer a
{ 
display: block;
text-decoration: none;
font-size: 15px;
font-weight: 900;
text-align: center;
color: #fff;
background-color: #005100;
width : 180px;
height: 30px; 
border: 3px solid;
border-color: #529F6F black black #529F6F;
Margin: 5px 0px 5px 0px;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #007500;
border: 3px solid;
border-color: black #529F6F #529F6F black;
}

#navcontainer ul li a.current
{
color: #fff;
background-color: #007500;
border: 3px solid;
border-color: black #529F6F #529F6F black;
}



#footer     {
            font-family: Georgia, "Times New Roman", Times, serif; 
            text-align: center; 
            font-size: 15px; 
            padding: 30px 0px 20px 0px;
			margin-left: auto;
			margin-right: auto;
			clear: both;
			
            } 

