body {
	color: #333;
	background-color: #011F5B;
	font-family: Tahoma;
	font-size: 11px;
  	margin: 0;
	text-align:left;
	background-image: url(../images/template/blue_back_large1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* header */
#header {
	float: left;
	width: 738px;
	height:145px;
	background-image: url(../images/template/blue_back_logo.jpg);
}
#breadcrumbs {
	width: 500px;
}

#datebox .padded {padding: 6px 2px 6px 16px;}

/* structure */
#container {
	width: 968px;
	height:auto;
}

#wrapper {
	position:absolute;
	left:168px;
	top:145px;
	width: 800px;
	background-position:left;
	background-image: url(../images/template/2col_backgr.jpg);
	background-repeat: repeat-y;
}
#wrapper.nopicture {
	background-image: url(../images/template/no_pic_backgr.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#wrapper.undergrad {
	background-image: url(../images/template/under_landing2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#wrapper.handbook {
	background-image: url(../images/template/bckgr_gray.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#wrapper.alumni {
	background-image: url(../images/template/landing_alumni.jpg);
	background-repeat: repeat-y;

}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-left:5px;
	padding-top: 30px; /* top and bottom padding create visual space within this div  */
	margin-top: 20px;
}
 #sidebar1 h3,  #sidebar1 p, ul{
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left;
}
 #Left {
	margin-top: 0;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 20px;
} 
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #666666;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFF;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.sidenav {
	position:absolute;
	left:0;
	top:145px;
	width: 168px;
	height:800px;
	background: url(../images/template/blue_back_small1.jpg) no-repeat left top;
}

.topnav {
	margin:0;
	width:730px;
	height:31px;

}

.seas {
	position:relative;
    width:440px;
	height:120px;
	background-image: url(../images/template/be-banner-text.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	margin: 10px 0px 0px 0px;
}

.departments {
	width: 432px;
	height: 80px;
	background-image: url(../images/template/dept_nav_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:absolute;
	left:8px;
	top:40px;
}
#buttons {
	position:absolute;
	left:2px;
	top:25px;
	width:445px;
	height:53px;
	z-index:1;
}

#header .yellow_bar {
	background-color: #1c8671;
	height:15px;
	width: auto;
	clear: both;
	margin: 0;
	margin-bottom:0px;
}

#datebox {
	position:absolute;
	left:738px;
	top:0;
	margin: 0;
	width:230px;
	height:212px;
	background-color: #1c8671;
	background-image: url(../images/template/red_back3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index:12;
}

.eventtext {
	width:145px;
	height:98px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	font-size: 1px;
}

#logoPrint {
	height: 110px;
	width: 220px;
	position: absolute;
	visibility: hidden;
}