﻿html,body 
{
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#c0dc54;	
}

div#container 
{
    align:centre;
	position:relative; /* needed for footer positioning*/
	padding:0px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-color:#c0dc54;	
	border-left-color:#c0dc54;
	border-left-width:10px;
	border-left-style:solid;
	border-right-color:#c0dc54;
	border-right-width:10px;
	border-right-style:solid;
}

div#header 
{
    background-color:#FFFFFF;	
	border-left-color:#FFFFFF;
	border-left-width:10px;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:10px;
	border-right-style:solid;    
	padding:0px;
	border-bottom:0px;
}

div#subheader 
{
    background-color:#FFFFFF;	
	border-left-color:#FFFFFF;
	border-left-width:10px;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:10px;
	border-right-style:solid;    
	padding:0px;
	border-bottom:0px;
}

div#topnav 
{    
    padding:0px;
}

div#search
{
    position:absolute;
    top:270px;
    right:20px;
}


div#content
{
    background-color:#FFFFFF;	
	border-left-color:#FFFFFF;
	border-left-width:10px;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:10px;
	border-right-style:solid;    
	padding:10px 10px 123px 10px; /* bottom padding for footer */
	margin:0px;	
	z-index:199;    
}

div#footer 
{
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	padding:0px 0px 0px 0px;
	height:10px;
}
/*Site Content*/
p { 
	font-family: verdana; 
	color:#000000 ; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: justify ;
}
td 
{ 
	font-family: verdana; 
	color:#000000 ; 
	font-size: 8pt; 
	font-weight: normal;
}

A:link
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
	text-decoration: underline;
}	
	
		
A:visited
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
	text-decoration: underline;
}	
		
A:active
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
	text-decoration: underline;
}	
		
A:hover	
{
	color:#000000;
	font-weight:normal;
	text-decoration: underline;
}

A.nav:link
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
}	
	
		
A.nav:visited
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
}	
		
A.nav:active
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
}	
		
A.nav:hover	
{
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;

}

A.top:link
{
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
}	
	
		
A.top:visited
{
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
}	
		
A.top:active
{
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
}	
		
A.top:hover	
{
	font-size: 10pt;
	color: Red;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
	z-index:199;
}

A.topsub:link
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
	z-index:999;
}	
	
		
A.topsub:visited
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
	z-index:999;
}	
		
A.topsub:active
{
	font-size: 10pt;
	color: green;
	font-family: Verdana;
	text-decoration:none;
	z-index:999;
}	
		
A.topsub:hover	
{
	font-size: 10pt;
	color:green;
	font-family: Verdana;
	text-decoration:none;
	font-weight:bold;
	z-index:999;
}

.footer
{
    background-color:#e9a82a;
    color:black;
    font-size:10px;
    font-family: Verdana;
}

.NavHeading
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:5px;
	font-family: Verdana;
	
}

.tableHeading
{
	font-size: 8pt;
	color: #000000;
	font-weight:bold;
	padding-left:8px;
	font-family: Verdana;
	background-color:#D1E094;
	height:24px;
}

input, textarea, select 
{ 
	font: normal 8pt Verdana; 
	color: #000000; 
} 
 
h1 
{ 
	font-family: Verdana; 
	color:Black; 
	font-size: 14pt; 
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h2 
{ 
	font-family: Verdana; 
	color:black; 
	font-size: 12pt; 
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3 { font-family: verdana; color:#339966 ; font-size: 11pt; font-weight: bold;}

h4 { font-family: verdana; color:#000000 ; font-size: 10pt; font-weight: bold;}

h5 {font-family: verdana; color:#000000 ; font-size: 8pt; font-weight: bold;}

.listitem1
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background-color:#3f752f;
}
.listitem2
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background:#83b674;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
}