
/* ---------------- general document styles  */


body { 
	background-color: #304650;
	margin: 0
	}

body, td {
	font-family: arial, helvetica;
	font-size: 16px;
	color: #dec100;
	}
	
	
	
/* ---------------- general link behavior  */	
	
a:link    { color: #dec100;  }
a:visited { color: #dec100;  }
a:hover   { color: #ff1859;  }




	
/* ---------------- background image of site - gold lines  */

table.lines {
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: 0px 87px;
	}
	
	
	

/* ---------------- home page menu styles  */

a.indexmenu:link, a.indexmenu:visited {
	display: block;
	margin: 0px;
	width: 344px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #dec1000;
	text-align: center;
	letter-spacing: .15em;
	}


a.indexmenu:hover {
	text-decoration: none;
	color: #ff1859;
	}
	
	
	

/* ------------------    sub pages menu styles */

a.menu1:link, a.menu1:visited {
	display: block;
	margin: 0px;
	width: 344px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #dec1000;
	text-align: center;
	letter-spacing: .05em;
	}


a.menu1:hover {
	text-decoration: none;
	color: #ff1859;
	}
	
	
	
	

/* ---------------- moves the footer elements away (lower) from the bg lines and increases line height  */

.footer {
	padding-top: 20px;
	line-height: 24px;
	}
	
	
/* ---------------- home page announcement */	

.notice {
	width: 600px;
	padding: 10px;
	border: 2px solid #dec100;
	color: #fff;
}
	
	
	
/* ----------------  small text (used in footer and anywhere else you want subtext)  */	

.sub1 {
	font-size: 10px; 
	font-weight: bold;}
	
	
	
.sub2 {
font-size: 12px; 
font-weight: normal;
line-height: 10px;
	}

	
	
	
	
	
/*  headline text (unlike h1, h2, et al, this does not double space or bold by default)
it is used in the faq, a pale yellow  */	

.head1 {
	font-size: 18px; 
	font-weight: bold;
	color: #dcdcdc;
	}
	
.lh30 { line-height: 30px; }