body { 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: 0;
	text-align: left;
	font: .9em Verdana, Arial, sans-serif;
	color: #233A54;
	background-color: #EBEBEB;	
	}

a:link {
	font-weight: 900;
	color: #4C83AE;
	text-decoration: none;
	}
a:visited {
	font-weight: 900;
	color: #999999;
	text-decoration: none;
	}
a:hover,a:active {
	font-weight: 900;
	color: #9B3F17;
	text-decoration: underline;	
	}

#container {
	background-image: url("images/popeFade.jpg");
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: left;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 4px solid #000;
	border-left: 1px solid #000;
	background-color: #FEFEFE;
	height: 95%;
	overflow: auto;
	display: block;
	margin-top: 15px;
	}
	html>body #container {
		height: 800px; }

.container {
	top: 10px;
	margin: 0 auto;
	width: 880px;
	margin-top: 20px;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 4px solid #000000;
	border-top: 1px solid #000000;
	background-color: #EBEBEB;
}
		
#content {
	padding: 20px;
	width: 90%	
	overflow: auto;
	color: #233A54;
	position: absolute;
	left: 155px;
	}	

.content {
	float: right;
	padding: 10px;
	margin: 0 0 0 0;
	clear: none;
	float: right;
	overflow: auto;

	color: #233A54;
	border-left: 2px solid #000000;
	border-right: 1px solid #000000;
	}
	
#content h3 {
	width: 650px;
	height: 25px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 15px;	
	display: block;
	border-bottom: 1px dashed #000000;
	font-size: 140%;	
	}

#content h2 {
	width: 650px;
	height: 15px;
	padding: 0 0 8px 0px;
	margin: 10px 0 10px 5px;	
	display: block;
	border-bottom: 2px solid #000000;	
	}

#content h4 {
	width: 650px;
	height: 15px;
	padding: 0px 0px 8px 10px;
	margin: 10px 0px 10px 10px;	
	display: block;
	font-size: 1.0em;
	}
	html>body #content h4{
	font-size: 1.0em; }
	


#linkList {
	position: absolute;
	top: 230px;
	width: 155px;
}

.linkList {
	position: absolute;
	top: 35px;
	width: 350px;
	border-top: 1px solid #000;
}

#linkList div {
	padding-bottom: 10px;
	}

#linkList ul {
	margin: 0 0 0 10px;
	list-style-type: none;
	color: #000;
	font-size: .8em;
	padding: 3px;
	}

#linkList ul li {
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;

	}

#linkList ul li:hover {
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 180px;	
	}

#linkList ul li a:link {
	font-weight: 900;
	color: #4C83AE;
	}

#linkList ul li a:visited {
	font-weight: 900;
	color: red;
	}

#linkList ul li a:hover, #linkList ul li a:active {
	font-weight: 900;
	color: #9B3F17;
	}

#linkList ul li a.c {
	display: block;
	margin-bottom: -1px;
	}

#linkList ul li a.c:link {
	font-weight: 900;
	color: #4C83AE;
	}

#linkList ul li a.c:visited {
	font-weight: 900;
	color: #4C83AE;
	}

#linkList ul li a.c:hover,

#linkList ul li a.c:active {
	font-weight: 900;
	color: #9B3F17;
	}

#lselect h3 {
	width: 340px;
	height: 40px;
	padding:0;
	margin: 20px 0 0 40px;
	display: block;
	}

#larchives h3 {
	width: 340px;
	height: 40px;
	padding: 0;
	margin: 20px 0 0 40px;
	}

#lresources h3 {
	width: 340px;
	height: 40px;
	padding: 0;
	margin: 20px 0 0 40px;	
	}

#lresources h3 span, #larchives h3 span, #lselect h3 span {
	display: none;
}

#extraDiv1 {
	position: relative;
	width: 300px;
	height: 89px;
	margin: 0 auto;
	left: 0;
	top: 0;
	text-align: center;
}
	
img.left {
	border: 1px solid black;
	margin: 10px 15px 10px 20px;
	float: left;
	}

img.right {
	border: 1px solid black;
	margin: 10px 20px 10px 40px;
	float: right;
	}
	
.login {
	text-align: right;
	padding: 0 85px 0 0; }
	
.big {
 	font-size: 20px;
	}

.button {
	text-align: center;
	padding-bottom: 2px;
	clear: both;
}

.warning {
	color: red;
	font-weight: bold; }

.red {
	color: red;
}
		
.indent {
	text-indent: 10px; }
	
.smallbox {
	float: left;
	text-align: left;
	text-indent: 20px;
	padding-left: 2px;
	display: block;
	width:40%;
	margin:0 0 10px 5px;
	}
	html>body smallbox { 	
		margin-bottom: 5px;
		width:40%;
		}
	
.widebox {
	float: left;
	text-align: left;
	text-indent: 20px;
	padding-left: 2px;
	display: block;
	width:90%;
	margin:0 0 10px 5px;
	}
	html>body smallbox { 	
		margin-bottom:5px;
		width:90%;
		}
		
.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 25px;
	padding: 0px;
	margin: 20px 0px 0px 15px;	
	display: block;
	}
	
table.stats 
		{
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
		font-weight: normal;
		font-size:10px;
		color: #FFF;
		width: 98%;
		margin: 0px;
		margin-left: 3px;
		background-color: #666;
		border: 2px solid #000;
		border-collapse: collapse;
		border-spacing: 0; }
			html>body table.stats {
				margin: 10px 3px; }
					
table.stats td
		{
		background-color: #DDD;
		color: #000;
		padding: 4px;
		text-align: left;
		border: 1px solid #000;
		}

table.stats td.hed
		{
		background-color: #666;
		color: #FFF;
		padding: 4px;
		text-align: center;
		border-bottom: 2px black solid;
		font-size: 1.2em;
		font-weight: bold;} 
		
table.stats td.rt
		{
		text-align: right;} 
		
table.stats td.darkcenter
		{
		background-color: #CCC;
		color: #000;
		padding: 4px;
		text-align: center;
		font-size: 1em;
		font-weight: bold;}

table.stats td.center
		{
		text-align: center;
		}

table.stats td.left
		{
		text-align: left;
		}
				
.section {
	padding-bottom: 3px; 
	margin-bottom: 3px; }
	
.lh {
	line-height: 1.5;
	}
	
#footer {
		position: absolute;
		left: 155px;		
		margin-top: 212px;
		background-color: #EBEBEB;
		border: 1px solid #EBEBEB;
		text-align: right;
		width: 70%;
		font: 75% Verdana, Tahoma, Helvetica, sans-serif;
 }
			html>body #footer {
			margin-top: 198px; }
			
.center {
		text-align: center;" 
		}
		
table