/* ------------------------- Basic HTML Elements-------------------------------- */
html {margin: 0; border: 0; padding: 0;}
body  {
	background-color: #fff;
	color: #5C5D5E;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	position: relative;
}
a:link, a:visited {text-decoration: underline; color: #000; font-weight: 400;}
a:hover {text-decoration: none; color: #990000; font-weight: 400;}
a:active {text-decoration: none; color: #990000; font-weight: 400;}
p {margin: 13px 0;}
a img {border: 0; text-decoration: none;}
img {border: 0;}
form {margin: 0; padding: 0;}
table td {font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.6em;}
blockquote {
	font-weight: bold;
	color: #353637;
	font-style: italic;
	margin: 15px 0;
}
ul {
  	padding: 0;				
	background: transparent;
	margin: 20px 30px 20px 50px;
}
ul li {
	line-height: 1.3em;
	list-style-image: url('list-bullet.gif');
	color: #5C5D5E;
}
pre {
	font-weight: bold;
	color: #203C8E;
}
hr {
	color: #ccc;
	background: #ccc;
	border-width: 1px;
}
input {
	background: #f2f2f2;
	border: 1px solid #990000;
	width: 120px;
	height: 18px;
	padding: 3px 0px 0px 2px;
	font-size: 10px;
	color: #666;
}
h1 {
	color: #203C8E;
	margin: 10px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
h2,h3,h4,h5,h6 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 13px;
	color: #5C5D5E;
}
h3 {
	font-size: 12px;
	color: #080A5E;
}
h4 {
	font-size: 12px;
	color: #737475;
}
h5 {
	font-size: 12px;
	color: #203C8E;
	border-bottom: 1px solid #203C8E;
}
h6 {
	font-size: 11px;
	color: #080A5E;
}

/* ------------------------- Layout-------------------------------- */

/* Main Wrapper Container */
#wrapper {
	width: 777px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

/* Masthead */
#masthead {
	height: 229px;
	background: #fff url('masthead-bg.jpg') no-repeat top left;
	position: relative;
}
#homepage #masthead {
	height: 307px;
	background: #fff url('masthead-bg2.jpg') no-repeat top left;
}
#masthead img {
	position: absolute;
	top: 0;
	left: 14px;
}

/* Main Content Area */
#contentArea {
	margin: 25px auto 0 auto;
	background: #fff;
	text-align: center;
	padding: 0;
}
#contentArea #content {
	width: 777px;
	margin: 0;
	background: #fff;
	text-align: center;
	padding: 0;
}

/* Footer */
#contentArea #footer {
	height: 45px;
	background: #fff;
	padding: 0;
	clear: both;
}
#contentArea #footer p {
	padding: 0;
	margin: 8px 240px 6px 70px;
	font-size: 10px;
	background: #fff;
	text-align: left;
}
#contentArea #footer img {
	float: right;
	margin: 10px 65px 0 0;
}

/* -------------------------HTML Tables-------------------------------- */

/* Main Content Table */
table.content {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	text-align: left;
	background: #E6E6E6 url('content-gradient2.jpg') repeat-x top left;
}
table.content td.text {
	vertical-align: top;
	background: transparent;
	width: 515px;
	padding: 0 20px 30px 20px;
}
table.content td.text p {color: #5C5D5E;}
table.content td.middletop {
	background: transparent url('middle.gif') repeat-y top left;
	width: 1px;
	vertical-align: top;
}
table.content td.middle {
	background: transparent url('middle.gif') repeat-y top left;
	width: 1px;
}
table.content td.middlebtm {
	background: transparent url('middle.gif') repeat-y top left;
	width: 1px;
	vertical-align: bottom;
}
table.content td.rightcol {
	background: transparent url('rightcol-bg.gif') no-repeat bottom right;
	width: 234px;
	vertical-align: top;
	padding: 10px 0 30px 0;
	text-align: center;
}
table.content td.rightcol p {margin: 0;}
table.content td.rightcol img {margin: 0 0 10px 0;}

/* Main Homepage Content Table */
table.homeContent {
	width: 750px;
	height: 217px;
	margin: 0 auto;
	text-align: left;
}
table.homeContent td.textArea {
	background: #e3e3e3 url('content-gradient.jpg') repeat-x top left;
	width: 515px;
	vertical-align: top;
	padding: 0 40px 20px 10px;
}
table.homeContent td.textArea h1 {
	margin: 0 0 25px 0;
	font-size: 11px;
	color: #203C8E;
}
table.homeContent td.textArea p {color: #5C5D5E;}
table.homeContent td.rightcolHome {
	background: #fff url('leftbar-gradient-home.jpg') no-repeat bottom right;
	width: 235px;
	vertical-align: top;
	padding: 0;
}
table.homeContent td.rightcolHome h1 {
	margin: 0 0 13px 20px;
	font-size: 11px;
	padding: 0;
}
table.homeContent td.rightcolHome h2  {
	margin: 0 20px;
	font-size: 11px;
	color: #203C8E;
	padding: 0;
}
table.homeContent td.rightcolHome p  {
	margin: 0 20px 5px 20px;
	padding: 0 0 10px 0;
	color: #5C5D5E;
	background: transparent url('grey-line.gif') no-repeat bottom left;
}
table.homeContent td.rightcolHome p.lastLine  {
	background-image: none;
	padding-bottom: 0;
}

table.pdfs td p {margin: 0; padding: 0;}