﻿html,body 
{
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#c8cbb9;	
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	padding:0px;
	margin:0 auto; /* center, not in IE5 */
	width:914px;
	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:151px;
}

div#subheader 
{
	padding:0px 7px 0px 7px;
	border-bottom:0px;
	height:29px;
}

#topnav 
{    
    padding:0px;
}

div#search
{
    position:absolute;
    top:0px;
    right:0px;
}


div#content
{
	padding:0px 10px 136px 10px; /* bottom padding for footer */
	margin:0px;	
}

div#footer 
{
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	padding:0px 0px 0px 0px;
	height:136px;
	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	
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
	text-decoration: underline;
}

/*--------------------------------*/

A.nav:link
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: underline;
}	
	
		
A.nav:visited
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: underline;
}	
		
A.nav:active
{
	font-size: 8pt;
	color: #000000;
	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.lang:link
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
}	
	
		
A.lang:visited
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
}	
		
A.lang:active
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
}	
		
A.lang:hover	
{
	color:#ffffff;
    font-size:8pt;
    font-family:Verdana;
    text-decoration:underline;
    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;
	font-family: Verdana;
	background-color:#001853;
	height:20px;
	padding-left:1px;
}

input, textarea, select 
{ 
	font: normal 8pt Verdana; 
	color: #000000; 
} 
 
h1 
{ 
	font-family: Verdana; 
	color:#284A77; 
	font-size: 12pt; 
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

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: Verdana;
	color : black;
	padding-left: 5px;
	background-color:#F5F5FA;
}
.listitem2
{
	font-size: 8pt;
	font-family: Verdana;
	color : black;
	padding-left: 5px;
	background:#ffffff;
}

.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;	
}

