
body {
	margin:0;
	padding:0;
	height:100%; 
} 

IMG { border : 0pt }

#content {	
	width: auto;        
	min-width: 600px;
	min-height: 300px;
	margin-right:0px;
	margin-left : 150px;
        padding-top: 5px;
	padding-bottom:20px;
        padding-left: 20px;
	padding-right: 10px;
	font-family : sans-serif;
	height:100%;
	background: #ffffff;

}

#logo { 
	position: absolute;
	left:0px;
	padding-top: 10px;
	width:150px;
	height: 140px;
	background: black;
                
}

#nav {
	position: absolute;
	left:0px;
        top:150px;
        padding-top: 10px;
	width:150px;
	height:100%;
	background: black;
}

#banner { 
	width:auto;
        min-width: 600px;
        margin-left: 150px;
        margin-right: 15px;
	height: 100px;
	background: black;
        
}

#wrapper {
	display:table; /* must put this in for FireFox. */
	left:0px;
	width: 100%;
	border: 0;
	text-align:left; /* so that IE6 and Firefox puts the text to the left
	*/
	height:400px; /* Have to put SOMETHING in here for the height for both
		browser. DO NOT put in a percentage, must be a pixel value */
	background: black;	
}

.logolink A:link {
        color: black;
        text-decoration: none;
}

.logolink A:visited {
        color: black;
        text-decoration: none;
}



.sops {
  background-color: black;
  text-align: center; 
  cell-spacing: 1px;
  width: 90%;
}

.sops td {background: white;}
.sops td.heading {background-color: black; color: white;}
.sops td.num {text-align: left;}
.sops td.title {text-align: left;}
.sops td.date {align: center;}

.sops A:link {
        color: black;
        text-decoration: none;
}

.sops A:visited {
        color: black;
        text-decoration: none;
}

.events td {
	background: white;
	width: 300px;
	align: center;
}