@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background:#FFFFFF;
	width:550px;
	font: 12pt "Times New Roman", Times, serif;
}

p, h1, h2, h3, h4, a{
	color:#000000;
}

ul{
	list-style-type:none;	
}

li a{
	text-decoration:none;
}
	
#bgleft,/*menu*/
#uppercontainer,/*header, date, title*/
#contentright,/*right column & content*/
#footer,/*footer & content*/
#pushme,
#mouse,
#imgstop,
#contactus{
	display:none;
}

.arrow{
	display:none;
}

.bold{
	font-weight:bold;
}

.blue{
	color:#000000;
}

.latestcontent{
	border-top: thin solid #000000;
}

.latestcontent ul{
	margin-top:-110px;/*moves ul up and to the right when printing*/
	margin-left:100px;
}

.imglatest{
	padding-bottom:20px;
	padding-top:20px;	
}

.smallercontent{
	border-bottom: thin solid #000000;	
}

.smallercontent li{
	display:inline;	
}

.articles{
	border-top:#000000;
}

#contact img{
	display:none;
}

/*
.article{
	margin-top:-100px;
	padding-left:100px;
}
*/