body {
	margin: 0px auto 0px auto;
	padding: 0;

	background-color: #3b1e10;
	font-family:"verdana";
	font-size: 12px;
	color: #ffffff;
	}
	
p {
	padding: 0;
	font-size: 12px;
	text-align: justify;
	}

#everything {
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0;

	overflow: hidden;
	}
	
#header {
	width: 1000px;
	height: 500px;
	background: url(lotrheader002.png);

	}
	
#content {
	width: 970px;
	color: #ffffff;
	padding: 0px 15px 10px 15px;
	font-size: 12px;
	margin-left:10px;
	background-color: #3b1e10;
	text-align:justify;
	}
	
#contentright a {
	color: #f9bd39;
	border-bottom: 1px dashed #cb4b2e;
	text-decoration: none;
	}
	
#contentright a:hover {
	color: #cb4b2e;
	border-bottom: 1px dashed #a68f5b;
	text-decoration: none;
	text-transform: none;
	}
	
#contentright {
	float: right;
	width: 746px;
}
	
	
#mininav {
	background-color: #3b1e10;
	width: 970px;
	margin-left:0px;
	padding: 0px 15px 10px 15px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	clear: both;
	}
	
#mininav a {
	color: #f9bd39;
	border-bottom: 1px dashed #cb4b2e;
	text-decoration: none;
	}
	
#mininav a:hover {
	color: #cb4b2e;
	border-bottom: 1px dashed #a68f5b;
	text-decoration: none;
	text-transform: none;
	}
	
	
#footer {
	background-color: #3b1e10;
	width: 970px;
	margin-left:10px;
	padding: 0px 15px 10px 15px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted #212121;
	clear: both;
	}
	
#footer a {
	color: #f9bd39;
	border-bottom: 1px dashed #cb4b2e;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #cb4b2e;
	border-bottom: 1px dashed #a68f5b;
	text-decoration: none;
	text-transform: none;
	}	
	
	
blockquote
{   
    margin: 0px 20px 0px 20px;
	color: #ffffff;
	text-align: center;
	width: 706px;
    background: #1c1100;
    padding: 5px 0px 5px 5px;	
    font-weight: normal;
	border-left-width: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #dd1414;
	}
	
	
h1 {
	font-family:"Times New Roman", Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2pt;
	color: #f9bd39;
	border-bottom: 1px dashed #a68f5b;
	line-height: 28px;
	text-align: center;
}

h2 {
	font-family:"Times New Roman", Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #f9bd39;
	line-height: 20px;
	text-align: left;
}

h3 {
	font-family:"Times New Roman", Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #f9bd39;
	line-height: 20px;
	text-align: left;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #000000;
    font-size: 8pt;
    letter-spacing: 1pt;
    border: 1px solid #af2b27;
    background-color: #d6c5a5;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #000000;
    background-color: #d6c5a5;		
}	
	
	
	
/* JS Navigation */

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: #af2b27 url() repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: default;
cursor: default;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #af2b27 url();
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #f9bd39;
background: #1c1100 url() no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
border-bottom: 1px dashed #a68f5b;
}

.arrowlistmenu ul li a:visited{
color: #facc43;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #af2b27;
background-color: #a68f5b;
border-bottom: 1px dashed #cb4b2e;
}
			
li { list-style-type: none;
}

#left { 
	text-align: left;
	float: left;
	width: 200px;
	padding: 0px;
	margin-top:25px;
	margin-left:0px;
	}
	
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}