body{
 	font-family: arial, sans-serif;
	background: #c20500 url(wallbkg.jpg) repeat-x;
	text-align: center;
}
#memo img{
	margin: 10px;
}
#memo a img{
	border: 2px solid;
	display:block;
}
#board{
	position: relative;
	background: url(boardbkg.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #d5d5d4;
	width: 700px;
	height: 70em;
	font-size: 14px;
}
#pageHeader {
	background-image: url(eastulty.png) ;
 	background-repeat: no-repeat;
 	width:600px;
	height: 86px;
	position: absolute;
	left:30px;
	top: 10px;
	z-index:4;
}
#updateHeader {
	background-image: url(update1.gif) ;
 	background-repeat: no-repeat;
 	width:600px;
	height: 200px; 
	position: absolute;
	left:30px;
	top: 96px;
	z-index:4;
}

/*memo is the "memo" container*/
#memo {
	background: url(paperbkg.jpg);
	text-align: left;
	width:421px;
	z-index:5;
}

#memo h3 {
	background: url(h3.png) no-repeat 6px 0;
	color: #c20500;
	font-size: 20px;
	letter-spacing: -1px;
	padding-left: 35px;
	font-family: courier, serif;
	text-transform:capitalize;
}
#memo a{
	color: #2c599d;
	font-weight: bold;
}
#memo a:hover{
	background: #c20500;
	color: white;
	text-decoration: none;
}
#memoHeader{
	background-image: url(memoHdr.gif) ;
 	background-repeat: no-repeat;
	height: 47px;
	width:426px;
	margin-bottom: 50px;
	position: absolute;
	top: 0px;
	left:0px;
}
#memoHeader p{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 40px;
}
#memoHeader h3{
	text-transform: uppercase;
    margin-left:80px;
    background-image: none;
    margin-bottom: .5em;
    margin-top: 10px;
}
#news{
	margin-left:10px;
	margin-right:5px;
	margin-top:8.2em;
	border-top: 2px solid black;
}
/* list of links*/
#linkList{
	position: absolute;
	background-image: url(paperbkg.jpg);
	width: 220px;
}
#lheader{
	background-image: url(linkHdr.jpg) ;
 	background-repeat: no-repeat;
	width: 220px;
	height: 35px;
	position: absolute;
	top: 0px;
	left:0px;
}
.navbar { 
	background: #2c599d;
    	color: white; 
    	font-weight: bold; 
    	overflow:hidden;
}
.navbar ul  {
	list-style: none;
	margin: 5px;
	margin-top:35px;
	padding: 0px;
	background: #2c599d;
	font-weight: bold;
	border: 5px solid #c20500;
	font-size: 16px;
}
.navbar li {
	text-align: center;
	border-bottom: 1px dotted white;
	padding: 0.2em 10px;
	line-height: 15px;
	text-transform:capitalize;
}
.navbar a {
          color : white;
          text-decoration: none;
}
.navbar li.menuhere { 
	color: white;
	background-color:#c20500;

}
/*Hide stuff that we might use later*/
#pageHeader h1,#pageHeader h2{
	display: none;
}

