@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #435b79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 95%;
	min-width: 600px;
	max-width: 1154px;
	margin: 0 auto;
	text-align: left;
	background-color: #F2F3EB;
} 
#header {
	padding: 0 10px;
	background-color: #e6e2d1;
}

h2 {
	font-size: 25px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 14px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #435B79;
}
 
#topNav {
	height: 20px;
	background-color: #435B79;
}

 
 #nav ul
{
	width: 100%;
	background-color: #435B79;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;

}

#nav ul a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
#nav ul a:hover
{
text decoration: underline;
	text-decoration: underline;
}

#nav a, a:hover, a:visited
{
	color: #FFFFFF;
}

#nav li
{
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	margin: 0px;
	z-index: auto;
}

 
 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 180px; /* top and bottom padding create visual space within this div  */
	background-color: #E6E2D1;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CDC5A3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CDC5A3;
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 230px; /* since this element is floated, a width must be given */
	background: #E6E2D1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px; /* top and bottom padding create visual space within this div */
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CDC5A3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CDC5A3;
}

#sidebarDetail {
float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px; /* top and bottom padding create visual space within this div  */
	background-color: #E6E2D1;
	padding-top: 10px;
	padding-right: 5;
	padding-bottom: 10px;
	padding-left: 5;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CDC5A3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CDC5A3;
}

#sidebar1, #sidebar2 p {
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

#sponsor {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebars is created with the left (and if there is a right column that also) margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.

2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).

3. In the Internet Explorer Conditional Comment in the head of each page, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

#mainContent3 {  /* use for 3 col layout  */
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 0px;
}

#mainContent {	/* use for 2 col layout  */
	background-color: #F2F3EB; 
	margin-top: 0;	/* top and bottom padding create visual space within this div  */
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 15;
	padding-bottom: 15px;
	padding-left: 20px;
}

#mainContentOne {	/* use for single col layout  */
	background-color: #F2F3EB; 
	margin-top: 0;	/* top and bottom padding create visual space within this div  */
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 15;
	padding-bottom: 15px;
	padding-left: 20px;
}

#detailContent {	/* use for the insect-disease detail page layout  */
	background-color: #F2F3EB; 
	margin-top: 0;	/* top and bottom padding create visual space within this div  */
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 315px;
	padding-top: 15px;
	padding-right: 15;
	padding-bottom: 15px;
	padding-left: 20px;
}

.tablesm {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.tbletext {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;
}

.tablehead {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 14px;
}

.BlackHead {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
}

.blacksub
{
font-weight: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
}


.Bighead {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
 
.pComment {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.pred {
	color: #FF0000;
}


#mainContent    h1,
#mainContentOne    h1,
#mainContent3    h1
   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}

#footer {
	padding: 0 10px;
	background-color: #E6E2D1;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #435B79;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #435B79;
}
 
#mainContent    p, 
#mainContentOne    p,
#mainContent3    p, 
#detailContent	p
{
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

.vertImages {
	font: 11px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}
li {
	font-size: 12px;
	line-height: 16px;
}


ul {list-style-type: square;}

ul ul {list-style-type: circle;}

/********* Form Styles *********/

form {margin: 0; padding: 0;}

label {font-family: bold 1em;  Arial, Verdana, Helvetica, sans-serif; color: #334d55;}
				
input {font-family: Arial, Verdana, Helvetica, sans-serif;}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#sidebarBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-color: #F0EEE3;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#contentbox {
	background-color: #E6E2D1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.linkBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 16px;
}


.linkBox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.linkBox li {
	line-height: 18px;
}

