html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/bkg-tile.gif);
	background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:184px;
	width:100%;
	margin: 0px;
	padding: 0px;
} 

#headercaption {
padding-top:80px;
}

#middle {
	height:60px;
	padding-top:265px;
	background-image: url(images/mid-bkg.gif);
	background-image: url(images/BUCS-mid-2020.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#email{
 width:310px; 
 padding-left:170px;
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:320px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10px; 
 float:right; 
 position:relative; 
 }
 
#address{
 float: left; 
 display:inline; 
 position: relative; 
 width:310px; 
 }
 
#footer{
 height:10px; 
 clear:both;
 } 

#email p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#address p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
 
#email p a:link,
#email p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#email p a:hover {color: #FFFFFF;
	text-decoration: underline;
	}

/* ------- LOGIN BOX LEGACY STYLES ---------------------- */
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}
.loginbox {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding: 20px;
	width: 400px;
	border: 1px solid #CCCCCC;
}

/* NEW LOGIN BOX = RACKSPACE */

.emaillogin {
margin: 100px auto 10px auto;
}

/* END LOGIN LEGACY */
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
