body {
	margin: 0px;
	background-image: url(../images/brownsidebar.jpg);
	background-repeat: repeat-y;
}
a {
	color: #3D538D;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #668BB0;
	text-decoration: none;
}
.header {
	height: 103px;
	width: 100%;
	background-image: url(../images/header-repeat.jpg);
	background-repeat: repeat-x;
}
.content-body .menu a img {
	padding-bottom: 5px;
}

#header-txt {
	width: 784px;
	height: 103px;
}
.menu {
	position: fixed;
	height: 255px;
	width: 170px;
	text-align: left;
	top: 103px;
	clear: both;
	z-index: 5;
}
#info {
	height: 100%;
	width: 650px;
	padding-bottom: 20px;
	padding-left: 225px;
	padding-right: 25px;
	padding-top: 20px;
}
#info p {
	margin-top: 0px;
	line-height: 20px;
	padding-bottom: 25px;
}
#info ul {
	
}
.listlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/*h1 isn't used*/
h1 {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}
/*h2 is the largest, a header more so than a subhead, as is seen in the computer policy page*/
h2 {
	color: #668BB0;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*h3 is the first 'official' subhead*/
h3 { 
	color: #60839F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*h4, a sub-sub head*/	
h4 { 
	color: #60839F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*h5 is used in the table on the computer policy page*/
h5 { 
	color: #60839F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-left: 125px;
	margin-top: 20px;
}
.footer li {
	display: inline;
}
.footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a:hover {
	color: #0099FF;
	text-decoration: none;
}
#image {
	padding-left: 45px;
	}
#virus-info {
	font-size: 12px;
	width: 350px;
	border: 2px solid #2F3448;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin-left: 300px;
}
#virus-info ul {
}
#virus-info p {
	margin-bottom: 0px;
}
