body {
	background: #9AA996;
}
#bluerow {
	padding: 0;
	margin: 0;
	height: 21px;

}

#search {
	background: transparent url("/images/header_tile.gif") repeat-x scroll left;
	height: 21px;
	width: 210px;
	vertical-align: bottom;

}
#search div {
	vertical-align: bottom;
	height: 21px;
}
/* IE, i hate you. */
#search div form {
	margin: 0;
	padding: 0;
}

/* fake out msie */
body>table tr td table tr td #searchbox {
	margin-bottom: 2px;
}
body>table tr td table tr td #searchbutton {
	margin-bottom: 2px;
}
#searchbox {
	width: 150px;
	height: 18px;
	font-size: 10px;
	padding-left: 4px;
	background: #ccc;
	vertical-align: bottom;
	margin-bottom: 0;
}

input#searchbutton {
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/* css for the news include (this stylesheet is also called by the page in the news iframe). */
#include {
	background: #9AA996;
	width: 440px;
	margin-top: 0;
	padding-top: 0;
}
#include a {
	color: #fff;
	text-decoration: none;
}
#include a:hover {
        color: #464646;
        text-decoration: none;
}
#include ul {
	margin-top: 0;
	padding-top: 0;
	list-style-image: url("/images/home_bullet.gif");
}
#include li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	margin-top: 3px;
}

/* Spacer between images and news, with white line at the top */
#spacer {
        width: 699px;
        border-top: 1px solid white;
}

/* New news section; remove above if it works 20040607 */
#news {
        margin-top: 0;
        padding-top: 0;
}
#news a {
        color: #fff;
        text-decoration: none;
}
#news a:hover {
        color: #464646;
        text-decoration: none;
}

/* DJE 080327 add crimsom link to highlight links on home page*/
#news a.crimsom {
        color: #CC0000; 
        font-weight: bold;
}
#news a.crimsom:hover {
        color: #464646;
        text-decoration: none;
}


#news ul {
        margin-top: 0;
        padding-top: 0;
        list-style-image: url("/images/home_bullet.gif");
}
#news li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #fff;
        margin-top: 3px;
}
#news #newsheader {
        margin-left: 22px;
}
#news #newsheader2 {
        margin-left: 42px;
}
#news iframe {
        width: 478px;
        height: 170px;
}
