﻿body {
	font-family: TechnicLite, Technic, serif;
	background: black;
}


/**Unused
#masthead {
	background: #F7CA82 url('Images/JRSMast.png') no-repeat center top;
}
#container {
	background: url('Images/JRSPage.png') repeat-y center center;
}
#footer {
	background: transparent url('Images/JRSFoot2.png') no-repeat center bottom;
}



body.two {
	background: #868C8A;
}

#masthead.two {
	background: #868C8A url('Images/JRSMastGreen.png') no-repeat center top;
}
#container.two {
	background: url('Images/JRSPageGreen.png') repeat-y fixed center center;
}
#footer.two {
	background: transparent url('Images/JRSFoot2Green.png') no-repeat center bottom;
}

**/

#masthead.three {
	background: black url('Images/JRSMastBlack.png') no-repeat center top;
}
#container.three {
	background: url('Images/JRSPageBlack.png') repeat-y fixed center center;
}
#footer.three {
	background: transparent url('Images/JRSFoot2Black.png') no-repeat center bottom;
}

#tag {
	color:white;
	font-weight:bold;
	font-family:TechnicLite, Technic, serif;
	
}

ul li p a:link {
	text-decoration:underline;
	color:black;
}

ul li p a:hover {
	color:maroon;
	text-decoration:underline;
	cursor: pointer;
}

ul li p a:active {
	color:maroon;
	text-decoration:underline;
	cursor: pointer;
}

ul li p a:visited {
	color: black;
	text-decoration:underline;
}


ul {
	
	list-style:none;
	margin-left:20px;

}

li {
	color:black;
}

ul.nav {
	font-family:TechnicLite, Technic, serif;
	position: relative;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	left: 105px; 
	top: 188px; 
	width: 630px;
	
}
li.nav {
	margin: 0;
	padding: 3px 33px;
	display: inline;
}
li.nav a:link {
	text-decoration: underline;
	color: black;
	
}

li.nav a:hover {
	color: maroon;
	text-decoration:underline;
	cursor: pointer;
}
li.nav a:active {
	color: maroon;	
	text-decoration:underline;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, a {
	margin: 0 auto 20px auto;
	padding: 0;
	text-decoration: none;
	color: #840000;
}

#footer_content h5 a.on {
	text-decoration:none;
}


p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: black;
	line-height: 1.3em;
	margin: 10px auto;
	padding: 0;
}

p.Q {
	font-weight:bold;
	font-style:italic;
	margin-left:20px;
}

p.A {
	margin-left:55px;
}


.black {
	color:black;
}
#footer_content a:link {
	border: thin black;
}
#footer_content a:hover {
	border: thin white;
}
#footer_content a:active {
	border: thin white;
}

#footer p {
	color: white;
}

