body {
	margin: -3 0 0 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	background: #124988 url(images/bkgd-repeat.jpg) repeat-y center;
}

p {
	color: #064199;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}
a:link { color: #0b8d3e; text-decoration: underline }
a:visited { color: #0b8d3e; text-decoration: underline }
a:hover { color: #777; text-decoration: none }
a:active { color: #777; text-decoration: none }


h1 {
	color: #0b8d3e;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: -8px;
}

h2 {
	color: #064199;
	font-size: 17px;
	line-height: 0;
	padding-top: 10px;
	margin-bottom: -5px;
}



#wrapper {
	width: 100%;
	height: 100%;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 950px;
	height: 243px;
}

#flash {
	width: 950px;
	height: 203px;
	background: url(images/header-mockup.jpg) no-repeat;
}

/* The navigation is in nav.css */

#middle {
	width: 950px;
}

#left-column {
	width: 190px;
	height: 100%;
	float: left;
}

#left-column-top {
	height: 207px;
	background: url(images/sidebar-top.jpg) no-repeat;
}

#left-column-eye-library {
	width: 190px;
	height: 166px;
	background: url(images/sidebar-eye-library.jpg) no-repeat;
}

#right-column {
	float: left;
	display: inline;
	width: 760px;
}

#content-header-home {
	height: 207px;
	background: url(images/home-content-header.jpg) no-repeat;
}

#content-header-other {
	height: 10px;
	background: url(images/content-header-spacer.jpg) no-repeat;
}

#pg-title {
	width: 760px;
	height: 55px;
	float: right;
}

.welcome {
	background: url(images/pg-title-welcome.jpg) no-repeat;
}

#content {
	width: 650px;
	margin-left: 50px;
}

#footer {
	margin-top: 50px;
}

#footerlinks {
	color: #064199;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}

#copyright {
	color: #064199;
	width: 300px;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	padding-bottom: 15px;
}

#lh-credit {
	color: #064199;
	width: 250px;
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	padding-bottom: 15px;
}

