/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #2a793b;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url('images/bg_main.gif');
	background-repeat:repeat-x;
}


/* ----------------------------------------------------- */
/* STRUCTURE                                             */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#header {
	width: 960px;
	height: 125px;
}

#interface {
	width: 960px;
	height: 20px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .25px;	
	margin: 4px 0px 0px 0px;
}

#content {
	width: 960px;
	min-height: 400px;
	margin: 0px 0px 10px 0px;
}


#footer {
	height: 105px;
	background-image: url('images/bg_footer.gif');
	background-repeat:repeat-x;	
}

#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

#infection_shell {
	width: 720px;
	height: 100px;
}

#infection_image {
	width: 120px;
	float: left;
}

#infection_description {
	width: 600px;
	float: left;
}

.img_border {
	border-style: solid;
	border-width: 2px;
	color: #2a793b;	
}


/* --------------------- Text ------------------------ */

p {
	margin: 5px 0px 10px 0px;
}


a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover, a:active {
	color: #8cc63f;
	text-decoration:none;
	outline: none;
}

h1 {
	color: #2a793b;
	font-size: 22px;
	margin: 20px 0px 0px 0px;
}

h2 {
	color: #26a94a;
	font-size: 18px;
	margin: 20px 0px 0px 0px;
}

h3 {
	color: #2a793b;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}

h4 {
	color: #26a94a;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	margin: 20px 0px 0px 0px;
}

h5 {
	color: #2a793b;
	font-size: 15px;
	line-height: 23px;	
	font-weight: bold;
}


.copy_red {
	color: #FF0000;
	font-weight: bold;
}

.link {
	color: #2a793b;	
	text-decoration: underline;
}

.footnote {
	font-size: 9px;
}

.required {
	color: #ff0000;
}
