/* all_pages.css */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #E3F5FF;   					/* E3F5FF = powder blue  */
	margin: 0px;					
	padding: 0px;					
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 			/* was 15px */
}
a img { 
	border: none;
}

img.center {
	display: block; 
	margin: 0 auto;
}

a {
	color: #FF6600;					/* FF6600 = orange */
	text-decoration: none; 
}
/*
a:visited {
	text-decoration: none;
}
*/
a:hover { 
	color: #FFF;					/* FFF = white */
	background-color: #806517;		/* 806517 = oak brown */
	text-decoration: none;
}

/* this fixed width container surrounds the other divs */
.container {
	width: 960px;
	margin: 0 auto; 				
	margin-top: -8px;				/* originally deleted */
	background-color: #FCF6D9;		/* FCF6D9 = darker blonde*/
	border-color: #36332E;			/* 36332E =  dark brown */

}

/* the header extends to the full width of the layout.*/
.header {
	background: #ADB96E;			/* ADB96E = olive drab */		
}

.content {
	width: 900px;
	float: none;
	background-color: #FCF6D9;			/* FCF6D9 = darker blonde  */
	color: #806517;						/* 806517 = oak brown */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	white-space: normal;
	clear: none;
	height: auto;
	margin-left: 0px;
}



.content ul, .content ol { 
	color: #000;						
	padding: 0 15px 15px 40px; 
}

.footer {
	background: #CCC49F;				/* CCC49F = light gray */
	position: relative;
	clear: both; 
	background-color: #201f1b;			/* 201F1B = black */
	color: #FFF;						/* FFF = white */
	height: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.sidebar1 {
	float: right;
	width: 240px;
	margin-top: 50px;
	padding-bottom: 10px;
	background-color: #806517;	/* 806517 = oak brown */
	color: #FFF;				/* FFF = white */
	padding-top: 15px;			
}
.sidebar1 p a:link {
	color: #FFF;				/* FFF = white */
}

.sidebar1 p a {
	color: #FF6600;				/* FF6600 = orange */				
}

.sidebar1 p a:hover { 
	color: #806517;				/* 806517 = oak brown */
	background-color: #FFF;		/* FFF = white */
	text-decoration: none;
}

.vert_lst {
	list-style-type: none;
	margin: 0;
	padding: 0;	

}

.vert_lst  a{
	width: 220px;
	color: #806517;				/* 806517 = oak brown */
	background-color: #FFE87C;	/* FFE87C = sun yellow*/
	border: solid;
	border-bottom: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	display: block;	
}

ul.vert_lst a:hover {
	background-color: #806517;	/* 806517 = oak brown */
	color: #FFF;				/* FFF = white */
	font-weight: bolder;
}

a.lastone {
	border-bottom: solid;
	border-color: #806517;		/* 806517 = oak brown */
	margin-left: 20px;
	width: 220px;
}
