﻿html,body 
{
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#e7e7e7;	
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	padding:0px;
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	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:200px;
	background-image: url('../siteimages/header.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
}

div#subheader 
{
	padding:0px 10px 0px 10px;
	border-bottom:0px;
	height:31px;
}

#topnav 
{    
    padding:0px;
	/*background-color:#727272;*/
}

div#search
{
    position:absolute;
    top:10px;
    right:20px;
}


div#content
{
	padding:10px 20px 63px 20px; /* bottom padding for footer */
	margin:0px;	
}

div#footer 
{
	position:absolute;
	width:760px;
	bottom:0px; /* stick to bottom */
	height:63px;
	background-image:url('../siteimages/footer.jpg');
}
/*Site Content*/
.messages
{
    color:#ff0000;
    font-size:8pt;    
    font-weight:bold;
}

p { 
	font-family: Arial; 
	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:bold;
	text-decoration: underline;
}

A.nav:link
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
}	
	
		
A.nav:visited
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
}	
		
A.nav:active
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
}	
		
A.nav:hover	
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;

}

.footer
{
    color:black;
    font-size:10px;
    font-family: Verdana;
    margin:20px 20px 20px 20px;
}

.NavHeading
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:5px;
	font-family: Verdana;
	background:#cb8655;
}

.tableHeading
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:8px;
	font-family: Verdana;
	background-color:#cb8655;
	height:20px;
}

input, textarea, select 
{ 
	font: normal 7pt Verdana; 
	color: #000000; 
} 
 
h1 
{ 
	font-family:Arial; 
	color:#000000;
	font-size: 12pt; 
	font-weight:bold;
	margin: 0px 0px 0px 0px; 
}

h2  /*ContentPlaceholder_Heading*/
{  
	font-family:Arial; 
	color:#000000; 
	font-size: 11pt; 
	font-weight:bold;
	margin: 15px 0px 15px 0px;
}

h3 { font-family: Arial; color:#fbe4d3; font-size: 10pt; font-weight: bold;}

h4 { font-family: Arial; color:#000000 ; font-size: 10pt; font-weight: bold;}

h5 { font-family:Arial; color:#000000 ; font-size: 8pt; font-weight: bold;}

ol
{
    font-family:Arial;
    color:#000000;
    font-size:8pt;
    font-weight:normal;
    text-align:justify;
}

ul
{
    font-family:Arial;
    color:#000000;
    font-size:8pt;
    font-weight:normal;
    text-align:justify;
}

.listitem1
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background-color:#fbe4d3;
}
.listitem2
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background-color:#F5F5FA; 
}

.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;	
}