body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.75em;
	color: #333;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #fff;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: center top;		
}

a {text-decoration: none; color: #666;}
a:hover {text-decoration: underline; color: #c00;}

img {
	border: none;
}

#header{
	width: 100%;
	height: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(/images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#contentArea {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}	

#leftCol {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#leftCol hr {
	float: right;
	width: 50%;
}

#rightCol {
	float: left;
	width: 550px;
	margin: 0 0 0 35px;
	padding: 0;
}

/* folio pages */

#leftCol-folio {
	float: left;
	width: 275px;
	margin: 0 0 0 65px;
	padding: 0;
	text-align: right;	
}

#rightCol-folio {
	float: left;
	width: 500px;
	margin: 0 0 0 20px;
	padding: 0;
}

#iconBar{
	width: 960px;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 95%;
	line-height:1em;
	text-align: right;
	color: #666;
}

#footer{
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	line-height:1em;
	text-align: left;
	color: #333;
}

#footer .insetRight {
	float: right; 
	width: 45%; 
	margin: -40px 10px 0 0; 
	text-align: right;
}

p {
	margin: 1em 0 1em 0;
	line-height: 1.25em;	
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height:1em;
 	color: #888;
 	border-bottom: solid 1px #666;
}

.h-plain {
	border: none;
}

h1 {
	font-size: 150%; /* 125 */
}


h2 {
	font-size: 140%;	
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
	font-weight: normal;
}

hr {
	width: 90%;
	color: #666;
}

.b {
	font-weight: bold;
	color: #1a46cc;
}

.i {
	font-weight: bold;
	font-style: italic;
	color: #1a46cc;
}

/* Local Overrides */
h1, h2, h3, h4, h5, h6 {
	color: #666
}

.meridian {
	color: #333;
}

.meridianB {
	font-weight: bold;
	color: #333;
}

#navTopShell {
	width: 900px;
	height: 105px;
	margin: 0 auto 0 auto;
	text-align: right;
	overflow: hidden;
}

#navTop {
	float: right;
	width: 350px;
	height: 20px;
	margin: 90px 0 0 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	line-height:1em;
	text-align: right;
	color: #333;
}
