@charset "UTF-8";
/* CSS Document */

body {
	background: #D1CCB8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 16px;
}
body a:link {
	color: #003366;
	text-decoration: none;
	background-image: url(images/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body a:visited {
	color: #003366;
	text-decoration: none;
	background-image: url(images/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body a:hover {
	color: #003366;
	text-decoration: none;
	background-image: url(images/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body a:active {
	color: #003366;
	text-decoration: none;
	background-image: url(images/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bodyclass #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
}
h5 {
	font-family: Garamond, "Times New Roman", Georgia;
	font-size: 14px;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mba_banner {
	background-image: url(images/mba_banner.gif);
	height: 26px;
	width: 373px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#signup {
	float: left;
	margin-bottom: 5px;
	text-decoration: none;
	background-image: none;
}
#signup a:link {
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 5px;
	width: 740px;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	display: block;
}
#signup a:visited {
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 5px;
	width: 740px;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	display: block;
}
#signup  a:hover  {
	background-color: #d1ccb8;
	text-decoration: none;
	background-image: none;
	display: block;
	width: 740px;
	padding: 5px;
	color: #003366;
}
#signup a:active {
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 5px;
	width: 740px;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	display: block;
}
#mbahome {
	text-align: right;
	padding: 5px;
	float: right;
}
#alumni_banner {
	background-image: url(images/banner.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 51px;
	width: 750px;
	float: left;
}
#subcontainer {
	width: 100%;
	margin-top: 5px;
}
#leftcolumn {
	background-color: #FFFFFF;
}
#rightcolumn {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 134px;
	float: right;
	background-color: #E6ECF2;
	font-size: 9px;
	line-height: 14px;
	padding: 5px;
}
#main_nav {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	width: 175px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
#main_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
#main_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
#main_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
#main_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
#announcement {
	color: #000;
	background-color: #D1CCB8;
	width: 155px;
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
	float: right;
	margin-left: 10px;
}
#rightcolumn ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: square;
}
#main_content {
	width: 535px;
	margin-top: 5px;
	margin-right: 151px;
	margin-bottom: 0px;
	margin-left: 206px;
}
#breadcrumbs {
	font-size: 9px;
	color: #59574f;
	text-decoration: none;
	margin-bottom: 15px;
}
#breadcrumbs a:link {
	color: #59574f;
	text-decoration: none;
	background-image: none;
}
#breadcrumbs a:visited {
	color: #59574f;
	text-decoration: none;
	background-image: none;
}
#breadcrumbs a:hover {
	color: #59574f;
	text-decoration: none;
	background-image: none;
}
#breadcrumbs a:active {
	color: #59574f;
	text-decoration: none;
	background-image: none;
}
#mbahome a.home_rollover {
	background-image: url(images/mba_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 11px;
	width: 68px;
	text-decoration: none;
}
#mbahome a:hover.home_rollover {
	background-position: -68px 0px;
	text-decoration: none;
}
#box_event {
	font-size: 9px;
	background-color: #e6ecf2;
	padding: 5px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color: #d1ccb8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding: 5px;
}
ol.giving_lists {
	margin-top: 0px;
}
ul.giving_lists {
	margin-top: 0px;
}
