
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
text-align:center;
height:100%;
width:100%;
}

.body-center
{
text-align: left; 
width: 940px; 
margin: 0px auto; 
display: block; 
background-color: #2A3527;
    border-color: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}


td {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:14px;
	line-height: 18px;
	color:#000000;
}
.aboutustext {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:12px;
	line-height: 18px;
	color:#000000;
}
.smalltext {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:11px;
	line-height: 14px;
	color:#000000;
}
.whitetext {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:11px;
	line-height: 18px;
	color:#ffffff;
}
.front {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:12px;
	line-height: 17px;
	color:#000000;
}
.contactTbl {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:10px;
	line-height: 17px;
	color:#000000;
}
form
{
	margin:0px;
}
a {
	font-size:14px;	
	text-decoration: none;
	color:#000000;
}
a:HOVER
{
	color:#000000;
	font-size:14px;	
}
a.current
{
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;	
}
a.current:HOVER
{
	color:#000000;
	font-size:9px;	
	font-weight:bold;
	text-decoration:none;	
}
a.black
{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;	
}
a.black:HOVER
{
	color:#000000;
	font-size:10px;	
	font-weight:bold;
	text-decoration:none;	
}
.landing1
{
	text-align: left;
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:16px;
	line-height: 20px;
	color:000000;
}
.leftmenu
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #ffffff;
}

.topmenu
{
	text-align: center;
	font-size:16px;
	line-height: 25px;
	text-align: center;
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #B5C19F;
}
.heading1
{
	text-align: left;
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:40px;
	line-height: 45px;	
	font-weight: bold;
	color:ffffff;
}
.heading1a
{
	text-align: left;
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:20px;
	line-height: 25px;	
	font-weight: bold;
	color:ffffff;
}
.imgtext
{
	text-align: left;
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:10px;
	font-weight: bold;
	line-height: 14px;
	color:000000;
}
.heading2
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:18px;
	line-height: 22px;	
	color:#000000;
}
.heading3
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:14px;
	line-height: 18px;	
	color:#000000;
}
.content
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:13px;
	line-height: 24px;	
	color:#000000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.contentheading
{
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:17px;
	font-weight: bold;
	color:#6891a3;
}

SELECT, OPTION {
	font-family: Georgia, Times new roman, Verdana, Arial;
	font-size:10px;
	padding: 1px;
	color:#333333;
	background-color: #ffffff;
	border: inset 1px #708090;
}
input.btn{
   color:#ffffff;
	font-family: Georgia, Times new roman, Verdana, Arial;
   font-size:100%;
   font-weight:bold;
   background-color:#2AA0E6;
   border:1px solid;
   border-top-color:#2AA0E6;
   border-left-color:#2AA0E6;
   border-right-color:#2AA0E6;
   border-bottom-color:#2AA0E6;
   height:22px;
 }

  #popupbox{
  margin: 0; 
  margin-left: 47%; /* This gets it relatively center on the screen */
  margin-right: 1%; /* This gets it relatively center on the screen */
  margin-top: -2%; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-left: 10px; /*  Make the text not touching the top on the login box */  
  width: 24%; /* For centering it on the screen */
  height: 90px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #eeeeee; /* Login Box background color. Change this if desired. */
  border: solid #333333 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  font-family: Gill Sans, Verdana, Arial;
  font-size:10px;
  line-height: 16px;
  color:#000000;  
  }
  
  #popupbox1{
  margin: 0; 
  margin-left: 42%; /* This gets it relatively center on the screen */
  margin-right: 1%; /* This gets it relatively center on the screen */
  margin-top: -23%; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-left: 10px; /*  Make the text not touching the top on the login box */  
  width: 24%; /* For centering it on the screen */
  height: 200px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #eeeeee; /* Login Box background color. Change this if desired. */
  border: solid #333333 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  font-family: Gill Sans, Verdana, Arial;
  font-size:10px;
  line-height: 16px;
  color:#000000;  
  }


.leftmenu2
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #9FAF83;
}
.leftmenu3
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #D6E3BC;
}
.leftmenu4
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #CEDEC3;
}
.leftmenu5
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #9EB4A2;
}
.leftmenu6
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #B5C19F;
}
.leftmenu7
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #C4BC96;
}
.leftmenu8
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color: #938953;
}
.leftmenu9
{
	text-align: center;
	font-size:16px;
	line-height: 25px;	
    margin: 0;
    padding: 4px;
    background-color:#DAEEF3;
}
.page1
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page2
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page3
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page4
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page5
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page6
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}
.page7
{
	border: 1px solid #666;
	background: #000000;
	padding: 5px 5px 5px;
}