body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the body of the page */
	color: #000000;
	background-color: #FFFFFF;
	behavior: url(../csshover.htc);
}
/* WinIE behavior call */

/* Header */

#header_flu {
	background-color: #007D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	height: 100px;
	background-image: url(/images/headr_flu.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007D47;
	width: 100%;
}
#header_logo_flu{
	height: 90px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_message_flu {
	font-family: Arial;
	font-size: 1.9em;
	color: #FFFFFF;
	text-align: left;
	float: left;
	position: absolute;
	left: 180px;
	top: 50px;
	font-weight: bold;
	width: 50%;
	line-height: 1;
}


#search {
	width: 35em;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.5;
	position: absolute;
	top: 35px;
	left: 700px;
	font-weight: bold;
	height: 55px;
}

#search a {
	color: #98D8E8;
	text-decoration: underline;
}

#search a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Page */

#page {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 14em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p {
padding: 0 0 1em;
}
.msg_list {
margin: 0px;
padding: 0px;
width: 383px;
}

.msg_head {

padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#FFE293


;
margin:0px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}


/* Content */

/* center content */

#ctr_col {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	float: left;
	width: 45%;
	margin-left: 20px;
}
#contentarea {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}
#contentarea2 {
	background-color: #FFFFFF;
	background-image: url(file:///Macintosh HD/Comicafe/DOH/i/rt_col.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}
#ctr_box {
	width: 70%;
	float: left;
	margin: 15px;
}
#ctr_box_border {
	width: 80%;
	float: left;
	margin: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}
#Box_left {
	padding: 8px;
	float: left;
	width: 12em;
}
.r_box {
	background-color: #FFFFCC;
	float: right;
	width: 12em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 10px;
	font-size: 0.7em;
	line-height: 1.1;
	padding: 10px;
	border-top: 6px solid #3300FF;
	clear: right;
}
.img_box_r {
	margin: 10px;
	float: right;
	clear: right;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	color: #333333;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 10px;
	text-align: center;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 0.9em;
}

#footer a {
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #CC9900;
}

.clear
{
	clear: both;
}

/* Miscellaneous classes for reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* fix for Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfloats {
	clear: both;
}

hr {
	color: #505050;
}

/* text */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1;
	margin-top: 0%;
	margin-bottom: 1em;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1;
	color: #336666;
	margin-top: 0px;
	margin-bottom: 0.2em;
	letter-spacing: -0.02em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .9;
	color: #0033CC;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F0102;
	font-size: 1em;
	line-height: .9;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1;
	color: #0033CC;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006666;
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-style: italic;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 0.95;
	color: #006633;
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
}

	
.picture_130_r {
	float: right;
	height: 130px;
	width: 130px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
	
.picture_130_l {
	float: left;
	height: 130px;
	width: 130px;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

.picture_200px_r {
	float: right;
	height: 200px;
	width: 200px;
	margin: 1em 0em 1em 1.5em;
}
/* right navigation */

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 90%;
	margin-top: 5px;
	z-index: 1;
}


#findinfo {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 0.8em;
	right: 0px;
	margin: 5px 10px 10px;
	
}

#findinfo2 {
	width: 25%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	margin-top: 50px;
	z-index: 5;
}

#findinfo_wrap {
	width: 30%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	margin-top: 20px;
	z-index: 5;
}

/*left navigation*/

.leftnav {
	background-color: #FFFFFF;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;border-bottom: solid 1px gray;
	font-size: 12px;
	width: 187px;
	margin: 1px;
	padding: 4px;
	cursor: pointer;
}
/* breadcrumbs*/
{margin: 0px; padding: 0px}

.topnav_rule {
	background-color: #FFFFFF;
	height: 16px;
	width: 100%;
	float: left;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 0.7em "Arial Narrow", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(/images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

</style>
