/* Port of Lorain Foundation CSS Document */

/* Body CSS */

body {
	margin: 0px;
	background-color: #d9d9d9;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00409F;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C116A;
	text-decoration: underline;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #00419F;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00419F;
	font-weight:bold;
}

.left { 
	background-image: url('/images/body-side-left.gif');
	background-repeat: repeat-y;
	vertical-align: top;
	width: 15px;
}

.right {
	background-image: url('/images/body-side-right.gif'); 
	background-repeat: repeat-y; 
	vertical-align: top; 
	width: 15px;
}

.bottom {
	background-image: url('/images/footer-bottom.gif'); 
	background-repeat: no-repeat; 
	width: 780px; 
	height: 25px;
}

.body-table {
	background-color: #FFFFFF; 
	width: 780px; 
	border-collapse: collapse;
}

/* Header CSS */

.header {
	vertical-align: top; 
	width: 750px;
}

.header-top {
	background-image: url('/images/header-top-bg.gif'); 
	background-repeat: repeat-x; 
	width: 750px; 
	height: 14px;
}

.header-banner {
	background-color: #FFFFFF; 
	width: 750px; 
	height: 137px;
}

.header-bottom {
	background-image: url('/images/header-bottom-bg.gif'); 
	background-repeat: repeat-x; 
	width: 750px; 
	height: 42px;
}

.header-fade {
	background-color: #FFFFFF; 
	width: 750px; 
	height: 13px;
}

/* Side Links CSS */

.side-links {
	background-color: #FFFFFF; 
	width: 750px; 
	border-collapse: collapse; 
	vertical-align: top;
}

.side-links-left {
	background-color: #EEEDF5; 
	width: 211px; 
	vertical-align: top; 
	padding: 0px 0px 80px 0px;
}

.side-links-right {
	background-color: #FFFFFF;
	background-image: url('/images/side-links-right-bg.gif'); 
	background-repeat: repeat-y; 
	width: 20px;
}

.button-image {
	border: 0;
	width: 211px;
	height: 30px;
}

/* Main Content CSS */

.main-content {
	background-color: #FFFFFF; 
	background-image: url('/images/watermark.jpg'); 
	background-repeat: no-repeat; 
	width: 519px; 
	vertical-align: top; 	
}

.main-content-header {
	width: 509px;
	height: 30px;
	border: 0;
}

.main-content-body {
	width: 504px; 
	line-height: 18px;
	margin: 3px 10px 10px 5px;
}

/* Footer CSS */

#footer {
	background-color: #718BBF;
	width: 750px;
	height: 115px;
	border-collapse: collapse;
	vertical-align: top;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#footer a:link {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00409F;
	text-decoration: underline;
}

#footer a:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00409F;
	text-decoration: underline;
}

#footer a:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C116A;
	text-decoration: underline;
}

#footer a:active {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00409F;
	text-decoration: underline;
}

.footer-left {
	background-image: url('/images/footer-left.gif'); 
	background-repeat: no-repeat; 
	width: 10px; 
	height: 115px;
}

.footer-right {
	background-image: url('/images/footer-right.gif'); 
	background-repeat: no-repeat; 
	width: 10px; 
	height: 115px;
}

.footer-info {
	background-image: url('/images/footer-bg.gif'); 
	background-repeat: repeat-x; 
	width: 201px; 
	height: 115px; 
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

.footer-links {
	background-image: url('/images/footer-bg.gif'); 
	background-repeat: repeat-x; 
	width: 414px; 
	height: 115px; 
	vertical-align: middle; 
	padding: 0px 48px 0px 27px; 
	text-align: center;
}

.footer-emerge {
	background-image: url('/images/footer-bg.gif'); 
	background-repeat: repeat-x; 
	width: 115px; 
	height: 115px; 
	vertical-align: middle;
}

.Surname {
	visibility: hidden;
}


