*{margin: 0px; padding: 0px;}
body{
	background-color: #dddbcd;
	font-size: xx-small;
	font-family: "arial";
/*	font-family: "lucida sans", serif;	*/
	word-wrap: break-word;
}	
div.box{ /* serves as a container for the entire website */

	margin: auto;
	margin-bottom: 0px;
	width: 750px;

	text-align: right;
	color: #737373;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;	
	/*
*/
}

div.header{ /* contains the header of the site */
	width: 750px;
	height: 150px;

}
/* the main container of the content */
#middle{
	word-wrap: break-word;
	position: relative;
	width: 700px;
	height: 100%;
margin-right: 25px;
	color: black;
	
}
/* the menu bar div */
#menubar{

	vertical-align: top;
	
	width: 120px;
	text-align: center;
	background-color: #dedace;
	
	margin-right: 25px;
}
/* the actual links in the menu bar */
#menubar a{
	display: block;	
	font-size: 10pt;
	width: 110px;
	padding-top: 0.7em;
	padding-right: 0.3em;
	padding-bottom: 0.7em;	
	color: black;
	background-color: #dedace;
	text-decoration: none;
	border-left: 5px solid #dedace;
	font-weight: bold;
}	
#menubar a:hover{
	background-color: #44cbfc;
	border-left: 5px solid #44cbfc;

}
/* the actual content area - contains the text images and such.. */
#contentarea{
	padding-top: 5px;
	padding-right: 10px;
	width: 557px;
	vertical-align: top;
	font-size: 11pt;

}
div.bottom{
	width: 750px;
	height: 44px;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	background-color: #dddbce;
	text-align: center;
	font-size: 8pt;
	padding-top: 3px;
	
}
/* hr (horizontal line) styling */
hr{
	width: 550px;
	border: 3px dotted gray;

}
/* header (h1) styling */
h1{
	font-size: 18pt;
	letter-spacing: -1px;
}
/* styles the images inside the text, and the link for them */
img.imgtext{	
	border: 3px solid white;
}

img.imgtext:hover{
	border: 3px solid orange;
}
/* positions elements in the text */
#left{
	float: left;
	position:relative;
	left: 5px;
	top: 4px;
}
#right{
	float:right;
}
/*styles the links in the text */
a.textlink{
	color: orange;
	font-weight: bold;
}
a.textlink:hover{
	color: white;
	font-weight: bold;
	background-color: orange;
}
/* the "last update" footer */
p.updatefooter{
	text-align: right;
	font-size: 8pt;
}
/* styles the <ul> lists */
ul.hebul{
	margin-right: 15px;
}

ul{
	list-style-type: none;
}
ol{
	margin-right: 15px;
}

.sponsor{
	color: blue;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

