*{margin: 0px; padding: 0px;}
body{
	background-color: #DDDBCD;
	font-size: xx-small;

	
	word-wrap: break-word;
}	
div.box{ /* serves as a container for the entire website */
	position: relative;
	margin: auto;
	width: 750px;
	text-align: left;
	color: #737373;
	font-weight: lighter;
	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;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 25px;
	color: #737373;

}
#midpic{

	
}
/* The Menu Bar Div */
#menubar{	
	width: 120px;
	text-align: center;
	background-color: #dedace;
	vertical-align: top;
}
/* The actual Links in the menu bar */
#menubar a{
	display: block;	
	font-size: 10pt;
	width: 120px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;	
	color: black;
	background-color: #dedace;
	text-decoration: none;
	border-right: 5px solid #dedace;
}	
#menubar a:hover{
	background-color: #44CBFC;
	border-right: 5px solid #44CBFC;

}
/* The Actual content area - contains the Text images and such.. */
#contentarea{

	vertical-align: top;
	font-size: 11pt;
	padding-top: 5px;
	padding-left: 10px;
	width: 565px;
	font-weight: normal;
}	
div.bottom{

	width: 750px;
	height: 27px;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 8pt;
	padding-top: 3px;
}
/* HR (horizontal line) styling */
hr{

	width: 550px;

}
/* 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;
}
#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: left;
	font-size: 8pt;
}
/* Styles the <ul> lists */
ul{
	list-style-type: none;
}
ol{
	margin-left: 20px;
}
