/* CSS Document */
body {
	background-color: #c3d1c2;
	margin: 0;
	font-size: 0.95em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e00;
}

img {border: 0;}
a { border: 0; }

#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	border: 1px solid #003e00;
	line-height: 130%;
}

/* Top nav */

#banner {
	margin: 0;
	background-image:url(images/virusBack.jpg);
	text-align: left;
}

p.photoAckn {
	font-size: x-small;
	text-align: right;
	margin: 0;
	padding: 0;
}

#topNav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #003e00;
	border-top-color: #003e00;
	border-top-style: solid;
	border-top-width: .15em;
	vertical-align: top;
	line-height: 2em;
}

#topNav ul {
	margin: 0;
	padding: 0 0 0 3em;
	list-style: none;
}

#topNav ul a {
	display: inline;
	text-decoration: none;
	color: white;
	font-size: .9em;
	font-weight: bold;
}

#topNav li, #topNav li.smallTopNav {
	display: inline;
	background-color: #003e00;
	padding-right: 3%;
	text-align: center;
}

#topNav a.smallTopNav {
	padding-right: .3em;
}

.rightFloat {
	width: 138px;
	float: right;
	clear: left;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

.leftFloat {
	width: 138px;
	float: left;
	clear: right;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

#mainBody {
	text-align: left;
	vertical-align: top;
	padding: 0 1.5em 1.5em 1.5em;
}

div.padder { 
	padding: 0 .05em .05em 0; 
}

#header { 
	position: relative; 
	width: 100%; 
	height: 70px; 
	background-color: #D6EAC5;
	text-align: left; 
	margin: 0px 0px 15px 0px; 
	white-space: nowrap;
}

#content { 
	position: relative;
	text-align: left;
	vertical-align: top;
	height: auto; 
	width: 100%;
	white-space: nowrap;
}

#footer { 
	position: relative; 
	height: 40px; 
	margin: 4px 2% 0px 2%; 
	padding-top: 4px; 
	border-top: 1px solid #EADDC5;
}

/* Begin Columns CSS only*/

#mainWrapper {
	background: white;
}

#mainRight {
	width: 24%;
	float: left;
	background: #fff;
	padding-bottom:10px;
	text-align: center;
}
	
#mainCenter {
	width: 60%;
	float:left;
	background:#fff;
	padding-bottom: 10px;
	padding: 0 .5% 0 .5%;
	text-align: left;
}
	
#mainLeft {
	width: 15%;
	float: left;
	background: #fff;
	padding-bottom:10px;
	text-align: left;
}

#mainCenter h1, #mainRight h1 {
	font-size: 1.0em;
	text-align: left;
}

#mainCenter h2, #mainRight h2 {
	font-size: .95em;
}

#mainCenter p, #mainRight p {
	font-size: .85em;
}

/*  End Three Column Layout, Better Css  */
