@charset "utf-8";
/* CSS Document */

/*Class standards*/

.header {
position:relative;
top:0px;
color:#FF0000;
padding-left:10px;

}

.body{
position:relative;
top:20px;
}


.picleft {
 float:left;
 margin:.8em;
 }

.picright {
 float:right;
 margin:.8em;
 }
 
/* Custom page settings*/

table#officers {
   border-width:0px;
}

table#officers td {
   border-width:0px;
}

#brownQuoteBubble{

color:#8B4513;
font-size:20px;
float:left;
height:180px;
width:100%;
}



a img {
border:0;
}


#brownQuoteBubble p{
vertical-align:middle;
}




/* Main template Settings */

#page-wrap{
height:100%;
}

#banner {
	height:112px;
	width:1030px;
}

#bannerlogo {
	position:absolute;
	left:0px;
	top:0px;
	height:112px;
	width:123px;
}

#bannerimage{
	top:0px;
	left:123px;
	position:absolute;
	width:901px;
	height:112px;
	background:url(graphics/banner.gif) no-repeat;
	padding:0px;
}


#content{
	width:800px;
	padding-left:10px;
	/*height:600px;*/
	min-height:348px;
	position:absolute;
	top:112px;
	left:123px;
	float:left;
	background:url(graphics/topLeftContent.gif) no-repeat;
}



#homelink {		/* this command controls the positioning of the lehigh logo link */
	border: 0;
	top: 0px;
	left: 0px;
	padding:0px;
	position:relative;
}




/* Menu settings */


#menu {
	width:123px;
	/*height:348px;  */
	/*min-height:348px; */
	height:100%;
	float:left;
	top:112px;
	left:0px;
	position:absolute;
	background:url(graphics/left-menu.gif) no-repeat;
	background-color:#005e98;
}

#menu ul {

	float:left;
	list-style-type:none;
	margin-left:.5em;
	padding-left:0;
}

#menu ul li{
	padding-bottom:1em;
}

#menu A:link{
	color:#FF0000;
	text-decoration:none;

}

#menu A:visited{
 	color:#FF6600;
	text-decoration:none;
}

#menu A:hover{

	color:#FFFFFF;
	text-decoration:none;
}