body {
		padding: 0px;
		margin-top: -8px; 
		margin-left: -8px; 
		margin-right: 0px;		
		margin-bottom: 20px;			
		background-color: #FFF;	
		background-image: url(/images/background.gif);
		background-repeat: repeat-y;
		}
	
h1 {
	color: #069;
	font-size: 18px;
	line-height: 125%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
	
		
h2 {
  	color: #FFF;
	background-color: #069;	
	font-size: 14px;
	line-height: 130%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;	
	padding: 3px;
	padding-left: 16px;
	width: 95%;
}


h3 {
		color: #069;
		font-size: 12px;
		line-height: 120%; 
		font-weight: bold; 	 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 0px;
		text-align: left;
		border-bottom: solid 1px #CCC; 
		width: 90%;
		padding-bottom: 2px;
}


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

.copyright {
	color: #069;
	font-size: 11px;
	line-height: 130%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-top: dotted 1px #000; 
	margin-top: 30px;
	width: 680px;
	padding: 4px;
}


p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 14px;
	margin-bottom: 14px;
}

p.nav {
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.nav_padding {
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 6px;
}

table.outline {
	border: solid 1px #006699; 
	background-color: #000;
}

img.padded_main {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	
}

img.padded_sub {
	padding-bottom: 10px;
	padding-right: 10px;
}


b {
	line-height: 130%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

b.blue {
	color: #000;
	line-height: 130%; 
	font-weight: bold; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

ul, ol {
	color: #999;
	margin-left: 40px;
	margin-right: 20px;
	text-align: left;
}

.button { 	
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	background-color: #CCC; 
}

.backdrop {
		background-color: #000;	
		background-image: url(/images/backdrop_flames.gif);
		background-repeat: no-repeat;
		background-position: top right;
}


/* link colors */
A:link {color: #069; }
A:hover {color: #069; }
A:visited {color: #69C; }
A:active {color: #069; }

A.main_nav:link {color: #FFF; text-decoration: none; font-weight: bold; }
A.main_nav:hover {color: #CCC; text-decoration: none; font-weight: bold; }
A.main_nav:visited {color: #FFF; text-decoration: none; font-weight: bold; }
A.main_nav:active {color: #FFF; text-decoration: none; font-weight: bold; }

A.sub_nav:link {color: #9CF; font-weight: bold; background-color: #069; text-decoration: none; }
A.sub_nav:hover {color: #FFF; font-weight: bold; background-color: #069; text-decoration: none; }
A.sub_nav:visited {color: #9CF; font-weight: bold; background-color: #069; text-decoration: none; }
A.sub_nav:active {color: #9CF; font-weight: bold; background-color: #069; text-decoration: none; }
 

/* link colors 
A.current:link {color: #FFF; text-decoration: none; background-color: #069; padding: 10px;  font-weight: bold;}
A.current:hover {color: #FFF; text-decoration: none; background-color: #069; padding: 10px;  font-weight: bold;}
A.current:visited {color: #FFF; text-decoration: none; background-color: #069; padding: 10px;  font-weight: bold;}
A.current:active {color: #FFF; text-decoration: none; background-color: #069; padding: 10px;  font-weight: bold;}
*/