@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003477;
	margin:0;
	padding:0;
	text-align:center;
/*	background-color:#e8edef; */  /* a matching light blue/gray */
/*	background-color:#e9f3ff; */ 	/* alt - more blue */
}
html {	/* force a right scrollbar area. works in latest versions of: IE, FF, Chr, Saf */
	overflow-y:scroll;
}
img {
	border:none;	/* can add a border back where we need one */
}
input[type="image"] {
	border:none;
}
.coe #container {
	width:775px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
	border-left:1px solid #c3e2ef;
	border-right:1px solid #c3e2ef;
	border-bottom:1px solid #c3e2ef;
}
.coe #banner {
	position:relative;
	height:222px;
}
.coe #inner {	/* this seems to be entirely superfluous */
	position:relative;
}
.coe #page_bottom{
	position:relative;
/*	width:775px;
*/	text-align:center;
	margin-top:20px;
}

.pad_16 {
	position:relative;
	padding-top:16px;
	z-index:-1;
}
.see_all {
	position:relative;
	margin-top:8px;
	margin-bottom:18px;
	width:714px;
	text-align:right;
}
div.clear_cols {
	clear:both;
}

div.header {
	position:relative; left:36px; height:38px; width:702px;
	padding-left:1.5em; padding-top:14px;
	background-image:url(../images/blankheader02.jpg);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
/*	text-shadow:0.1em 0.1em 0.3em #6C809E, 0.1em 0.1em 0.3em #FFF;*/
}
div.four_across {
	position:relative; left:35px; height:175px;
}
div.thumbnail{
	float:left;
	width:175px;
	text-align:center;
/*	border:1px dotted gray; */
/*	background-color:#EFEFEF; */
}
div.caveat1 {
	position:relative; left:36px; height:12px; width:702px;
	padding-left:1.6em; padding-top:-10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
}
.style1 {
	font-size: 16pt
}
.small_titles {
	padding-top:10px;
	font-size: 11px;
	/*color: #003F69; */
}
.style2a {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.extra_small {
	font-size:10px;
}
.style3 {
	font-size: 12px;
	color: #999999;
}
.pageEndXS {
	font-size: 11px;
	color: #999999;
}
.style4a {
	font-size: 14px;
	font-style:italic;
	color: #CCC;
}
.style4 {
	font-size: 14px;
	font-style:italic;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
