﻿a:link.nav { text-decoration: none; color: #000000; font-family:Tahoma; font-size: 12px; font-weight: bold }
a:visited.nav { text-decoration: none; color: #000000; font-family:Tahoma; font-size: 12px; font-weight: bold }
a:hover.nav { text-decoration: underline; color: #1B5AA1; font-family:Tahoma; font-size: 12px; font-weight: bold }

.PageTitle {
	font-family:Georgia,times-roman,helvetica; 
	font-size:25px; 
	color:#000000; 
	text-decoration:none; 
	font-weight: bold;}
	
.add {
	font-family:Georgia,times-roman,helvetica; 
	font-size:17px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight: bold;}
	
.call {
	font-family:Georgia,times-roman,helvetica; 
	font-size:23px; 
	color:#6B8215; 
	text-decoration:none; 
	font-weight: bold;}
	
.fb-like {
				margin-left:-25px;
				margin-bottom:15px;
}

.clean_link {text-decoration:none; color:#222222;}
.clean_link:visited	{text-decoration:none; color:#222222;}
.clean_link:hover {text-decoration:none; color:#222222;}

.MainTable {
	background-color: #FFFFFF;
	}

body {
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF1DD;
	margin: 0px;
	padding: 0px;
}

body, td, p, ul, ol, li, input, select, textarea, div, span, blockquote {
  font-size : 12.0px ;
  color:#000000;
  font-family:  Arial;
}

div #javascriptmsg
{
background-image: url('/images/scrolling_text.webp'); background-repeat: no-repeat; background-position: left top;

}
.review		{
				width: 100%;
				border-top: 1px gray solid;
				font-family: "Times New Roman", Times, serif;
				font-size: 12pt;
				padding-top: 10px;
				padding-bottom: 5px;
}

h1 {
				font-size: 19px;
				font-family: "Monotype Corsiva", Times, serif;
				padding: 0px;
}
h2 {
				font-size: 14px;
}
h3 {
				color:#008284;
				font-weight: bold;
				font-size: 14px;
}
h4 {
				font-weight: normal;
				font-size: 12px;
}
h5 {
				text-align: center;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: black;
				margin-bottom: 0px;
}

.mission	{
				width: 98%;
				margin: 10px auto 10px auto;
				padding: 5px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				border: 2px #7E932C solid;
				text-align: center;
}



#mainMenuContainer ul.mainMenu {
	width: 189px;
	text-align: left;
	padding:0;
	margin:0 0 0 31px;
	list-style:none;
}
#mainMenuContainer ul.mainMenu li{
	width: 189px;
	margin:7px 0 0 0;
	padding:0;
    text-align: left;
    display: inline-block;
}
#mainMenuContainer ul.mainMenu li a{
	color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#mainMenuContainer ul.mainMenu li a:hover {
	color: #1B5AA1;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}