@charset "utf-8";
/* CSS Document */
#wrapper {
	width:700px;
	margin:0 auto 0 auto;
}
#header {
	background: url(images/header.gif);
	height:90px;
	width:700px;
	float:none;
	clear:none;
}
#lNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/bottom_curve.gif) no-repeat center bottom;
	width:130px;
	padding-left:15px;
	padding-bottom:15px;
	float:left;
	clear:none;
}
#lNav p {
	padding:0;
	margin-bottom:10px;
}
#lNav a {
	font-size:18px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#lNav p a:link {
	color:#FFF;
	background: url(images/l_nav_button.gif) no-repeat left center;
	padding-left: 30px;
}
#lNav p a:visited {
	color:#FFF;
	background: url(images/l_nav_button.gif) no-repeat left center;
	padding-left: 30px;
}
#lNav p a:hover {
	color:#316393;
	background: url(images/l_nav_button_alt.gif) no-repeat left center;
	padding-left: 30px;
}
#lNav p a:active {
	color:#316393;
	background: url(images/l_nav_button_alt.gif) no-repeat left center;
	padding-left: 30px;
}
#main {
	font-family:Arial, Helvetica, sans-serif;
	width:535px;
	float:right;
	clear:none;
	padding-left:20px;
	padding-top:15px;
}
#edit {
	padding:25px 10px;
}
#edit p a {
	font-weight: bold;
}
#edit p a:link {
	color: #316393;
	text-decoration: underline;	
}
#edit p a:visited {
	color: #316393;
	text-decoration: underline;
}
#edit p a:hover {
	color:#333;
	text-decoration: none;
}
#edit p a:active {
	color:#333;
	text-decoration: underline;
}
.sourceTitle {
	color:#316393;
	font-size:14px;
	font-weight: bold;
	padding: 0px;
	margin: 20px 0px 0px;
}
.sourceDes {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.sourceUrl {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #316393;
	font-size: 10px;
}
.pageNumbers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:#316393 2px dashed;
	padding-bottom:10px;
}
body {
	margin:0;
	padding:0;
	background:url(images/bg.gif) no-repeat center top;
}
h1 {
	font-size:20px;
	background:#336698;
	color:#FFF;
	padding:5px;
	margin:0;
}
a img {
	border:0;
}
