@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #298fd0;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

A:link {text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #298fd0;
	}
A:visited {text-decoration: none; 
color: #3c98d3;
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;}
A:active {text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;}
A:hover {text-decoration: underline; 
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
color: red;}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


.oneColFixCtrHdr #mainContent h1 {
	font-size: 14px;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 12px;
}

.oneColFixCtrHdr #mainContent p .faq_quest{
	font-color: 298fd0;
}
.oneColFixCtrHdr #mainContent #virus {
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent li {
	font-size: 12px;
	list-style-image: url(images/red_dot.gif);
	line-height: 1.5em;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footerbg.gif);
	height: 57px;
}
.oneColFixCtrHdr #footer #links{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

.oneColFixCtrHdr #footer #links #copy{
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-align:right;
}
.oneColFixCtrHdr #box {
	width: 245px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/virusbg.gif);
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-right: 4px;
}
#pscroller1{
width: 200px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: #ffffff;
}

#pscroller2{
width: 400px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
.sectionhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #298fd0;
}
.oneColFixCtrHdr #container #mainContent table {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
}
.faq_quest {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #298fd0;
}
.oneColFixCtrHdr #container #mainContent table tr td #form1 table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.oneColFixCtrHdr #container #header {
	border: none;
	color: #fff;
}









