/* CSS Document */

body {
	background-image: url(images/pagebackground.jpg);
	background-color: #F3F3F3;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
td {
	font-family: verdana, helvetica, arial; 
	color: #333333; 
	font-size: 12px; 
	line-height: 20px;}

.pagebackground {
	background-image: url(images/page-bg-content.jpg);
	background-color: #FEFEFE;
	background-repeat: repeat-x;}
	
.subpagebackground {
	background-image: url(images/subpage-bg.jpg);
	background-color: #FEFEFE;
	background-repeat: repeat-x;}

A:link 		{ color : #FF6600; text-decoration : none;}
A:visited 	{ color : #FF6600; text-decoration : none;}
A:hover 	{ color : #FD9800; text-decoration : underline;}
A:active 	{ color : #FD9800; text-decoration : none;}

A.mainnavlink:link 		{ color : #7b7b7b; text-decoration : none;padding-top:2px;}
A.mainnavlink:visited 	{ color : #7b7b7b; text-decoration : none;padding-top:2px;}
A.mainnavlink:hover 	{ color : #333333; text-decoration : none;padding-top:2px;}
A.mainnavlink:active 	{ color : #000000; text-decoration : none;padding-top:2px;}

h1 {
	color : #FF6600;
	font-size: 22px; 
	font-weight:normal;}
	
.leftcolumntext {color : #666666;font-size: 11px; }
.layer {position:absolute; z-index: 6;bottom: -1px;}









