
/*  CSS for web site */
body {
		margin-top: 0px; 
		margin-left: 0px; 
		margin-right: 0px; 		
		margin-bottom: 20px;		
		padding: 0px;
		background-color: #FFFFFF;
		background-image: url(../images/background_hor.gif);
   	background-repeat: repeat-x; 
		text-align: left;
}

h1 {
	color: #FFF;
	font-size: 50px;
	font-weight: bold; 	
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 20px;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: -3px;	
}

h2 {
	color: #999;
	font-size: 18px;
	line-height: 145%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0px;
}


h3 {
	color: #333333;
	font-size: 16px;
	line-height: 130%; 
	font-weight: bold; 
	font-family: Helvetica, Verdana, sans-serif,  Arial; 
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 0px;
}

h4 {
	color: #666;
	font-size: 14px;
	line-height: 110%; 
	font-weight: bold; 
	font-family: Helvetica, Verdana, sans-serif,  Arial; 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 0px;
}

.body {
	color: #333333;
	font-size: 11px;
	line-height: 145%; 
	font-weight: normal; 	 
	font-family: sans-serif, Verdana, Arial, Helvetica; 
}

.copyright {
	color: #999;
	font-size: 11px;
	line-height: 145%; 
	font-weight: normal; 	 
	font-family: sans-serif, Verdana, Arial, Helvetica; 
}

b.delete {
	color: #666;
	border: 1px dashed #666;
	padding: 6px;
}

#boxes {
	background-color: #FFFFFF;
	background-image: url(../images/background_boxes.gif);
}

td.boxes_top {
	background-color: #FFFFFF;
	background-image: url(../images/background_boxes.gif);
}


.small {
	font-size: 11px;
	line-height: 145%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

img.padded {
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
}

p.nav {
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 6px;
}

p.nav2 {
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 10px;
	margin-bottom: 6px;
	font-size: 12px;
}

ol, ul {
	margin-top: 0px;
	margin-left: 20px;	
	margin-right: 12px;
	margin-bottom: 16px;
	padding-left: 20px;
	padding-right: 12px;
}


li {
	color: #666;
	line-height: 155%; 
	font-weight: bold; 
	margin-top: 6px;
	margin-bottom: 6px;
}

.button { 
	background-color: #FF6600;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
}
	

/* link colors */
A:link { color: #FF6600; text-decoration: none; }
A:visited { color: #333; text-decoration: none;}
A:hover { color: #666; text-decoration: underline;}
A:active { color: #666; text-decoration: underline;} 

A.bottom:link { color: #8E8D8D; text-decoration: none; }
A.bottom:visited { color: #8E8D8D; text-decoration: none; }
A.bottom:hover { color: #FF6600; text-decoration: underline; }
A.bottom:active { color: #FF6600; text-decoration: underline; } 

A.nav:link { color: #FF6600; text-decoration: none;  }
A.nav:visited { color: #FF6600; text-decoration: none;  }
A.nav:hover { color: #666; text-decoration: none; }
A.nav:active { color: #666; text-decoration: none; } 


A.mainnav:link { color: #FFF; text-decoration: none;  }
A.mainnav:visited { color: #FFF; text-decoration: none;  }
A.mainnav:hover { color: #333; text-decoration: none; }
A.mainnav:active { color: #333; text-decoration: none; } 

A.mainnav_on:link { color: #333; text-decoration: none;  }
A.mainnav_on:visited { color: #333; text-decoration: none;  }
A.mainnav_on:hover { color: #000; text-decoration: none; }
A.mainnav_on:active { color: #000; text-decoration: none; } 

A.nav_on:link { color: #666; text-decoration: none;  }
A.nav_on:visited { color: #666; text-decoration: none;  }
A.nav_on:hover { color: #666; text-decoration: none; }
A.nav_on:active { color: #666; text-decoration: none; } 


