* {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #2e3286;
}
#bodyCopy ul {
	margin-left: 30px;
}
#bodyCopy li {line-height: 1.7em;}
#bodyCopy p {line-height: 1.7em;}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2e3286;
}
body {
	background-color: #cdcdd6;
}
#boundingBox {
	width: 1000px;
	background-image: url(images/bg_image.jpg);
	background-repeat: repeat-y;
}
#mainBody {
	width: 950px;
	background-color: White;
	background-image: url(images/lColumn.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/headVertGrad.jpg);
	height: 91px;
	/*border-bottom: 2px solid White;*/
	background-repeat: repeat-x;
}
#leftCol {
	width: 175px;
	background-color: #D0D487;
	float: left;
	border-right: 2px solid White;
}
#rightCol {
	width: 773px;
	background-color: #FFF;
	float: right;
}
#bodyCopy {
	width: 753px;
	float: right;
	padding: .5em;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#bodyCopy a { 
	color: #2e3287;
	text-decoration: underline;
}
#bodyCopy a:hover {
	color: #cb3746;
	text-decoration: none;
}

#bodyLeftCol {
	width: 64%;
	float: left;
	line-height: 1.75em;
	border-right: 1px solid #2e3286;
	padding-right: 6px;
}
#bodyRightCol {
	width: 33%;
	float: right;
	line-height: 1.5em;
	font-size: 8pt;
}
#rtColumnContent {
/*	border-left: 1px solid #2e3286;*/

}
#footer {
	width: 950px;
	/*height: 30px;*/
	background-color: #2e3286;
	border-top: 2px solid White;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: .6em;
	padding-bottom: .6em;
}
#footer a{
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFF;
	text-decoration: none;
}
#bottomShadow {
	width: 1000px;
	clear: both;
}
.imageLeft {
	margin-right: 8px;
}
.imageRight {
	margin-left: 8px;
	margin-right: 4px;
	padding: 4px;
	border: 1px solid black;
}
