@charset "UTF-8";
h1 {
	font-size: 13px;
	color: #C00;
	widows: 3;
	orphans: 3;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	color: #91a268;
	widows: 3;
	orphans: 3;
}
.body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	widows: 3;
	orphans: 3;
}
.welcomeText {
	font-size: 0.8em;
	color: #91a268;
	line-height: 1.3em;
}
.welcomeTextBold {
	font-size: 1em;
	color: #C00;
	font-weight: bold;
}
/* CSS Document author Carl Polizzi */

/*  FOOTER id and class divs including lists and links for landing page */

#wrapAll {
	color: #EFF1D9;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#containerFlash {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	border: 1px solid #C00;
}

.theHepatitisCepidemic #container {
	width: 600px;
	height: 600px;
	background: #EFF1D9;
	margin: 0 auto;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d11717;
	border-right-color: #d11717;
	border-bottom-color: #d11717;
	border-left-color: #d11717;
}


.contactInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #AC100C;
	text-decoration: none;
	padding-top: 4px;
	letter-spacing: .2em;
}
.howtoInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #333;
	text-decoration: none;
}

.liveCopyRed2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #C33;
	text-decoration: none;
	font-weight: bold;
}
#footerContainer {
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
}
#footerContainerLanding {
	width: 800px;
	display: block;
	margin-top: 20px;
}
#footerContainerWider {
	width: 1000px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footer-nav {
	z-index:1;
	font-size: 0.8em;
	font-color: 996;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}
#footer-nav ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-nav li {
	float: left;
}
#footer-nav a {
	margin: 2px;
	color: #91a268;
	text-decoration: none;
}
#footer-nav a:visited {
	color: #91a268;
}
#footer-nav a:hover {
	color: #cf1f26;
}

