﻿html,body 
{
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;	
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	padding:0px;
	margin:0 auto; /* center, not in IE5 */
	width:795px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url('../siteimages/bg.jpg');
}

div#header 
{
	padding:0px;
	border-bottom:0px;
	height:238px;
	background-image:url(../siteimages/header.jpg);
}

div#content
{
	padding:0px 20px 49px 8px; /* bottom padding for footer */
	margin:0px;
}

div#footer 
{
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	padding:0px 0px 0px 0px;
	height:49px;
	background-image:url(../siteimages/footer.jpg);
}
/*Site Content*/
.messages
{
    color:#ff0000;
    font-size:8pt;    
    font-weight:bold;
}

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: none;
}	
	
		
A.nav:visited
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}	
		
A.nav:active
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}	
		
A.nav:hover	
{
    font-size:8pt;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.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: #FFFFFF;
	font-weight:bold;
	padding-left:8px;
	font-family: Verdana;
	background-color:#7296c6;
	height:20px;
}

input, textarea, select 
{ 
	font: normal 8pt Verdana; 
	color: #000000; 
} 
 
h1 
{ 
	font-family: Verdana; 
	color:#283659; 
	font-size: 10pt; 
	font-weight: bold;
	padding-left:8px;
	padding-bottom:5px;	
	padding-top:2px;
}

h2 
{ 
	font-family: Verdana; 
	color:black; 
	font-size: 10pt; 
	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;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
}

