body, a, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#003399;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-color:'';
	margin-top: 20px;
	}

body {
	text-align: center;
	margin-top: 20px;
	margin: 0;
	padding: 0;
	}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left; 
	}

#header {
	height: 120px;
	position: relative;
	}

#logo {
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	} 

#menu {
	width: 150px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

#main {
	background-image: url(../images/divider_vert.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 640px;
	padding: 5px;
	}

#mainindex {
	width: 800px;
	padding: 5px;
	}

#footer {
	height: 50px;
	}


#container p {
	line-height: 1.2em;
	font-size: 0.8em;
	}

#content h1 {
	margin-top: 20px;
	margin-bottom: 5;
	font-size: 1.1em;
	font-weight: bold;
	color: #003399;
	}

#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	}

#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #f40603;
	text-align: center;
	}


#content h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0b066e;
	padding: 5px;
	}

.clear {
	clear: both;
	height: 20px;
	}

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.header {
	font-size: 0.8em;
	text-decoration: underline;
}

a.header:hover {
	font-size: 0.8em;
	text-decoration: none;
}

a.menu {
	font-size: 0.8em;
	text-decoration: underline;
}

a.menu:hover {
	font-size: 0.8em;
	text-decoration: none;
}

.large_statement_blue {
	color: #003399;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}

.ibpborder {
	padding: 5px;
	border: 1px solid #9292c8;
	margin: 5px;
}

.fppiborder {
	padding: 5px;
	border: 1px solid #92c892;
	margin: 5px;
}

.chpborder {
	padding: 5px;
	border: 1px solid #c89292;
	margin: 5px;
}
.imgpad {
	padding: 5px;
}
.bluehighlight {
	color: #003399;
}

#mainindex ul {
	margin: 5 0 20 20;
	padding: 0 0 5;
	list-style-type: square;
	line-height: 1.2em;
	font-size: 0.8em;
}

.headerrow:after {
	content: "";
	display: table;
	clear: both;
}

.col50 {
	float: left;
	width: 45%;
	padding: 10px;
}
