@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #ae864f;
	background-image: url(../images/n-bg-grad.png);
	background-repeat: repeat-x;

}
	/* begin text links */
a:link {
	color: #63252D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7F0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #996600;	
}
	/* end links */
	
#container {width:64em;
			margin:15px auto 0 auto;			 
			background-color:#ae864f;
			 
			text-align:left;		
}


#contentcontainer {width:790px; height:800px;
			background-color:#BB9868;
			
			margin:0 auto;
			text-align:left;	

}

#header { margin: 0 auto;
width:790px;
margin:0 auto;
 
 }
 #sidebar {float:right;
		width:14em;
		background-color:#AE864F;
		padding:2em 1em 1em 1em;
		 
		margin:0 0 0 0;
		}

#maincontent { margin: 0 18em 0 0;
		 background-color:#AE864F;
}

.ol {border-left:solid thin black}

#navlist li{display:inline;
		border-left:solid thin black;
		list-style:none;
		padding: 0 1em 0 1em;
}

#navlist li.first{border-left:0}

/* text and headline styles */

#header h1{font-family: Arial, Helvetica, sans-serif;
    padding:.4em .4em .4em 3.3em;
	margin:1em 8em .5em 0;
	font-size:1.3em;
	color: #7F0000;
	font-weight: bold;
	text-align: left;
	background-color:#cbae87;
}

#maincontent h2 {font-family: Arial, Helvetica, sans-serif;
    padding:10px 0 10px 30px;
	margin:0 20% 0 0;
	font-size:1em;
	color: #7F0000;
	border-bottom:1px solid #7F0000;
	font-weight: bold;
	text-align: left;
}
#header h1 b {color: #EAEAEA;
				font-weight:normal;}
				
#headline, h2 { text-align:center;
         color: #7F0000;
		 margin-bottom:-2px;
}

#message {text-align:justify;
         color: #7F0000;
		 width:500px;
		 margin: 0 auto;
         padding:22px;
}
				
p b {
	font-size: 14px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
} 
.ctext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #63252d;
}


/* #content h1 {margin: 0 33% 1.25em -2em; padding: 0.5em 2em; background: #FFF; color: #686397; font-size: 1.5em;} */
/*#content h1 b {color: #B0D742;} */

 
 .navbar{font-family:Arial, Helvetica, sans-serif;
 				background-image:url(../images/Untitled-1.png);
 				font-size:12px;
				color:#7f0000;
				font-weight:bold;
				background-color:#cbae87;
				 padding:.5em 5em;
				 
}

.red-text {font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #63252d;
	padding: 0px;
	line-height: 18px;
	top: 0px;
	right: 0px;
	vertical-align: top;
	text-align: justify;
	margin: 0px;
	word-spacing: normal;
	font-weight: normal;
}

.subhead {font-size: 14px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
} 

.sub-sub-head {font-size: 12px;
	font-weight: bold;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.border {
	border: medium double #663105;
}
