html, body 
{
	min-height: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    background-color:#48956e;
}

body 
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	text-align: left;
}

h1  
{
	font-size: 18px; 
	line-height: 23px;
}

h2 
{
	 font-size: 18px; 
	 line-height: 23px;
}

h3 
{
	 font-size: 15px; 
}

h4 
{
	 font-size: 13px; 
	 line-height: 16px;
}

h1, h2, h3
{
	margin: 0px 0px 10px 0px;
}

h4, h5, h6
{
	margin: 0px 0px 6px 0px;
}

p
{
    margin: 0px 5px 5px 2px;
    text-align:justify;
}

.whitetext 
{
    color: #fff;
    font-size: 15px;
}

a img
{
    border: none;
    color: #f575c9;
}

a,
a:link,
a:visited 
{
	cursor: pointer;
	text-decoration: underline;
	color: darkgreen;
}
a:hover   
{ 
    
}

.menu-link,
.menu-link:link,
.menu-link:visited
{
   cursor: pointer;
   color:white;
   text-decoration:none;
}
.menu-link:hover
{
  text-decoration:underline;
}

.menu-link-red,
.menu-link-red:link,
.menu-link-red:visited
{
   cursor: pointer;
   color:red;
   text-decoration:none;
}
.menu-link-red:hover
{
  text-decoration:underline;
}

.dropdown-link,
.dropdown-link:link,
.dropdown-link:visited
{
   cursor: pointer;
   color:white;
   text-decoration:none;
}
.dropdown-link:hover
{
  text-decoration:underline;
}


.nondrop
{
  background: url(images/dropmenu-simple.jpg) left top no-repeat;
  width:170px;
}

.dropmenu
{
  background: url(images/dropmenu-more.jpg) left top no-repeat;
  width:170px;
}


input
{
border: 0px solid red;
}

#dropdown-holder
{
    position:absolute;
    width:990px;
    height:250px;
    top:25px;
    text-align:left;
}

#menutopspacing{
  width:100%;
  float:left;
  padding-top:3px;
}

#container 
{
	width: 1004px;
	margin: 0px;
}

#top-separator
{
    width:100%;
    height:50px;
}

#container-main 
{
	width: 1004px;
	background-color: #48956e; 
	margin: 0px;
}

#header 
{
    height: 287px;
    width:994px;
    
	border: 0px solid black;
	text-align: left;

}
#menu-table
{
    padding-left:50px;
    float:left;
    text-align:right;
}
#men-top-sep
{
    width:100%;
    height:170px;
}

#content
{
	float:left; 
    width:1004px; 
    background:url(images/bg-line.jpg) center top repeat-y;
    text-align:left;
} 
#header-line
{
    width:1004px;
    height:34px;
    background:url(images/top-line.jpg) center top no-repeat;
    color:white;
}

#left-cont
{
    width: 750;
	border: 0px solid black;
	text-align: left;
	float:left;
}

#left-text
{
     width:730px;
     text-align: justify;
     float:right;
     border: 0px solid black;  
}

#right-cont
{
    width: 238px;
	border: 0px solid black;
	text-align: left;
	float: right;
}
#right-text
{
    width: 225px;
	border: 0px solid black;
	text-align: justify;
	float: left;
}

#rcolheader
{
    width: 238px;
    height:32px;
    float:left;
    color:white;
    background:url(images/rcol-header.jpg) left top no-repeat;
}

#footer 
{
   	width: 1004px;
   	height:65px;
	float: left;
    background:url(images/footer-line.jpg) center top no-repeat;
}

#footer-text 
{
    margin-top: 8px;
	float: left;
	color: white;
	border: 0px solid yellow;
}

.footer-style
{
    font-size: 14px;
    color:#ccc;
}

.footer-style a,
.footer-style a:link,
.footer-style a:visited
{
    font-size: 14px;
    color:#ccc;
}
.footer-style a:hover
{
    font-size: 14px;
    color:#ccc;
    text-decoration:underline;
}


