@import "birdFlu.css";

#top
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

/*  Begin Two Column Layout, Better Css  */

#mainWrapper {
	background: white;
}

	
#mainLeft {
	background-color: #FFFFFF;
	width: 5%;
	float: left;
	clear: right;
	text-align: left;
	position: relative;
	padding: 0 1% 0 0;
}
html>body #mainLeft {width: 5%;}

#mainLeftWrapper {
	width: 200px;
}

#mainCenter {
	background-color: #FFFFFF;
	margin-left: 7%;
	width: 70%;
	text-align: left;
	padding: .25em .25em .25em 1em;
	border-left: 1px solid #003e00;
	border-bottom: 1px solid #003e00;
}
html>body #mainCenter {margin-left: 19%;}

#mainCenter h1 {
	padding-top: .25em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
	line-height: 1em;
}

#mainCenter h2 {
	font-size: .95em;
}

#mainCenter h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: -.09em;
}

#mainCenter h1 a {
	text-decoration: none;
	color: #003e00;
}

#mainCenter p {
	font-size: 1em;
	text-indent: 1em;
}

#mainCenter dt a {
	text-decoration: none;
	color: #003e00;
	font-weight: bold;
	font-size: .95em;
}

#mainCenter dd a, #mainCenter dd a img {
	border: 0;
	color: #003e00;
	text-decoration: none;
}

#mainCenter dt a:hover {
	text-decoration: underline;
}

#mainCenter dd {
	line-height: 130%;
	padding-bottom: 1.1em;
}

#mainLeftList ul  {margin: 0;}
#mainLeftList li {list-style-type: circle; text-align: left; vertical-align: top;}
#mainLeftList li a {width: 100%;}
html>body #mainLeftList li a {width: auto;}


a, img {
	border: 0;
}

sup a:visited {
	background-color: gray;
}

sup {
	color: black;
	font-size: x-small;
}

blockquote {
	font-style: italic;
	padding: .25em;
	border: 1px solid black;
}

ul#artList {
	list-style: none;
}
ul#artList a {
	line-height: 180%;
}

h2.separator {
	font-style: italic;
	text-align: center;
}