﻿body {
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	color: #525252;
}
p {
	padding-bottom: 18px;
}

p.links-list
{
	padding-bottom: 28px;
}

h1 {
	font: 15px/24px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #525252;
	text-transform: uppercase;
	padding-bottom: 22px;
}
h2 {
	font: 14px/24px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #002C76;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #002C76;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.subscript {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;
}
.superscript {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
a.pdf-link {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #525252;
}

.img-pdf
{
	vertical-align: middle;
	padding-left: 5px;
}

/*--Main ID Selectors---*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	margin-top: 0;
	height: 308px;
	width: 900px;
	background: url('../images/header.jpg' ) no-repeat;
}
#body-cont {
	background-image: url('../images/body-bg.jpg' );
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 900px;
	height: 800px;
}
#left-col {
	padding-top: 32px;
	padding-left: 48px;
	padding-right: 32px;
	margin-left: 48px;
	width: 412px;
	height: 800px;
}
#right-col {
	background-image: url('../images/col-sep.jpg' );
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-left: 34px;
	padding-right: 48px;
	margin-right: 46px;
	width: 220px;
	height: 800px;
}
#footer {
	background-image: url('../images/footer.jpg' );
	background-repeat: no-repeat;
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	width: 900px;
	height: 122px;
	padding-top: 64px;
}

