@charset "utf-8";
body {
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color:#FBFBFB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#575757;
}
a {
	color:#488CB3;
}
a:hover {
	text-decoration:none;
}
.notes {
	color:#666666;
	font-size:11px;
}
.nodecor {
	text-decoration:none;
}
.nodecor:hover {
	text-decoration:underline;
}
.whitefont {
	color:#FFFFFF;
}
#mainHeader {
	float:left;
	width:703px;
}
#topBar {
	background-image:url(images/topBg.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	font-family:"Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:5px;
	color:#FFF;
	text-align:right;
}
#mainNav {
	height:29px;
	width:100%;
}
#mainPic {
	width:100%;
	height:215px;
	background-image:url(images/homeMain.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#sideNews {
	width:216px;
	height:69px;
	background-image:url(images/sideNews.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:14px;
}
#sideDownloads {
	width:216px;
	height:62px;
	background-image:url(images/sideDownloads.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:14px;
}
#mainContent {
	background-color:#FFFFFF;
	border-bottom:1px solid #68B7CE;
}
#divider {
	 background-image:url(images/hLine.gif);
	 background-repeat:repeat-x;
	 height:1px;
	 margin-top:20px;
	 margin-bottom:20px;
}
#panel1 {
	width:288px;
	background-image:url(images/safeTag.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:20px;
	float:left;
}
#panel2 {
	width:314px;
	line-height:20px;
	float:left;
}
#panel3 {
	background-image:url(images/scannerHome.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:20px;
	float:left;
	width:296px;
	min-height:300px;
}
#panelSpacer {
	margin-top:20px;
	float:left;
	background-image:url(images/vLine.gif);
	background-repeat:repeat-y;
	width:1px;
	height:330px;
	margin-bottom:20px;
}
#footer {
	width:100%;
	color:#636C71;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
#footer a {
	color:#636C71;
}
.highlight {
	font-weight:600;
	font-size:13px;
	color:#1D465C;
}
.hiLink {
	font-weight:600;
	font-size:12px;
}
.imageBorder {
	border:1px solid #000000;
}