



body {background: #E8E8E8;
		height: 100%; width: 100%; margin:auto; padding:0; text-align: center;}




#container {background-color: white;
	height: 100%;
	width: 1000px;
	border: none;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align:center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom:none;
	border-color: black;
	border-width: 0px;
	
	}
		
#banner {background-image: url(../images/adminhead.gif);
		background-repeat: no-repeat;
		height: 60px;
		width:  1000px;
		float: left;
		text-align: left;
		border-style: none;
		border-color: blue;
		border-width: 0px;
		border-left: none;
		border-bottom: none;		
		border-top: none;
		border-right: none;
		font-size: 20pt; 
		font-style: ;
		text-color: ;
		padding: 0px;
		text-decoration: none;
		}
		
#infobar {background-color: white;
		height: 20px;
		width:  1000px;
		float: left;
		text-align: left;
		border-style: none;
		border-width: 2px;
		border-left: none;
		border-bottom: solid black 2px;		
		border-top: solid black 2px;
		border-right: none;
		font-size: 12pt; 
		font-family: arial;
		color: balck;
		padding: 0px;
		text-decoration: none;
		}
		
		
#content {background-color: white;
		background-repeat: no-repeat;
		height: 600px;
		width:  848px;
		float: left;
		text-align: left;
		border-style: none;
		border-color: blue;
		border-width: 0px;
		border-left: none;
		border-bottom: none;		
		border-top: none;
		border-right: groove gray 2px;
		font-size: 14pt; 
		font-family: arial;
		text-color: ;
		padding: 0px;
		text-decoration: none;
		}
		
#menu {background-color: white;
		height: 600px;
		width:  150px;
		float: right;
		text-align: left;
		border-style: none;
		border-color: blue;
		border-width: 0px;
		border-left: none;
		border-bottom: none;		
		border-top: none;
		border-right: none;
		font-size: 12pt; 
		font-style: ;
		text-color: ;
		padding: 0px;
		text-decoration: none;
		}
		
#menuItem {background-image: url('../images/adminbutton.gif');
		background-repeat: no-repeat;
		height: 30px;
		width:  150px;
		float: left;
		text-align: center;
		border: none;
		font-size: 11pt; 
		font-family: arial;
		text-color: ;
		padding: 0px;
		margin-top: 8px;
		text-decoration: none;
		}
#menuItem p {margin-top: 4px;}
		
#menuItem a {
		text-decoration: none;
		color: white;
		font-family: arial;
		font-weight: bold;
		}
#menuItem a:hover {
		text-decoration: underline;
		color: black;
		font-family: arial;
		font-weight: bold;
		}
		
		

		
#footer {background-color: white;
		height: 50px;
		width:  1000px;
		float: left;
		text-align: middle;
		border-style: none;
		border-width: 0px;
		border-left: none;
		border-bottom: solid black 1px;;		
		border-top: solid black 1px;
		font-size: 14pt; 
		font-style: ;
		text-color: yellow;
		padding: 0px;
		text-decoration: none;
		}












	