@charset "utf-8";
html {height:100%;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #6a8012;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	height:100%;

}

.thrColFixHdr #container {
	width: 723px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	min-height:100% !important;
	position: relative;
	background-color: #6a8012;
	background-image: url(images/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 49px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#container #sidebar1 a:hover {
	color: #f4aa00;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 244px;
} 

.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;
}
#container #halfvirusContainer {
	position: absolute;
	left: -47px;
	top: 49px;
}
.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4A0B;
	margin-top: 50px;
}
.twoColFixHdr #container {
	width: 723px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	min-height:100% !important;
	position: relative;
	background-color: #6a8012;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(images/inside-bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
}
.twoColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #6A8012;
}
.twoColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 191px;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.copyRightInside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4A0B;
	margin-top: 20px;
}
.twoColFixHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a8012;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixHdr #container #mainContent a:hover {
	color: #f4aa00;
}
#container #insidevirusContainer {
	position: absolute;
	top: 0px;
	right: 10px;
}
.subhead {
	font-family:helvetica, arial, verdana;
	color:#f4aa00;
	font-size:16px;
	font-weight:bold;
	}
.twoColFixHdr #container #header {
	height: 49px;
}



A.navlinkfront{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR:  #ffffff;
	FONT-FAMILY: helvetica, arial, verdana, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal
}
	A.navlinkfront:visited{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR:  #ffffff;
	FONT-FAMILY: helvetica, arial, verdana, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal
}

A.navlinkfront:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: helvetica, arial, verdana, sans-serif;
	TEXT-DECORATION: underline;
	font-style: normal
}

A.navlinkfront:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #F4AA00;
	FONT-FAMILY: helvetica, arial, verdana, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal
}


