html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #a7682b;
}

#top{
	 width:593px;
	 height: 130px;
	 background-image:url(../images/toptitle.jpg)
	 
}
#user{
	
	margin-top:70px;
	left: 0px;
	width: 583px;
	height: 16px;
	background-image: url(../images/usertop.gif);
	text-align:left;
}


a:link, a:visited {
	color:#710B0B;
	
}
 
a:hover  {
	color:#000000;
}



#left {
	width: 157px;
	height: auto;
	background-image: url(../images/leftbg.jpg);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
}
#left img{
	margin-top: 4px;
	margin-bottom: 4px;

}
#left a:link, #left a:visited {
	color:#E4D1B3;
	text-decoration:none;
	padding-left: 14px;
}
 
#left a:hover  {
	color:#FFFFFF;
	padding-left: 14px;
}

#main{
	background-color: #FFFFDE;
	width: 593px;
	text-align: left;
}

#mainTextArea{
	width:550px; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
}
#mainTextArea td{
	font-size: 14px;
}
h1{
	color:#710B0B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
}
.results{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldtitle{
	font-weight: bold;
}
.smallboldtitle{
	font-weight: bold;
	font-size: 12px;
}
.highlight{
	background-color: #F1DBA2;
}
.error{
	color: #990000;
	font-weight: bold;
}
.searchTable{
	font-size: 13px;
	font-weight: bold;
}
.newsHeader{
		  color: #710B0B;
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 16px;
		  font-weight: bold;
		  padding-bottom: 10px;
}
.newsStory{
		  border-style: solid;
		  border: 1px;
		  border-color: #F1DBA2;
		  margin-bottom: 20px;
		  padding: 5px;
}
#otherstories{
		background-color: #F1DBA2;
		color: #710B0B;
		font-size: 12px;
		height: auto;
		width:160px;
		text-align: left;
		padding-right: 8px;
		padding-left: 0px;
}
#otherstories h2{
		padding-left: 5px;
		padding-top:5px;
		font-size: 16px;
}
#otherstories li{
		position: relative;
		left: -15px;
		margin-bottom: 5px;
}