body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin: 0;
	padding: 0;
	/*color: #000;*/
	color:#202020;
	background-image:url('../images/background_logo_with_text.gif');
	text-align:center;
}

/***********************************************\
Layour Divs
\***********************************************/

div {
	margin:0px;
	padding:0px;
}

#wrapper {
	margin: 0px;
	width: 1000px;
	height: 100%;
	margin:auto;
	background-color:#FFFFFF;
	border:1px solid black;
	/*border:5px dotted black;*/
	text-align:left;
}

#header {
	/*background-color:#000;*/
	background-image:url('../images/mba_headerbanner.gif');
	color:#FFF;
	height: 78px;
	width:100%;
	font-weight:bold;
}

#menu { 
	/*border-bottom:1px solid #000;*/
	width: 100%;
	background-color: #FFF; 
	text-align: center; 
	height:25px;
	/*border:1px solid red;*/
	padding-top:10px;
}

#content {
	width:100%;
	border-top:1px solid black;
	/*background-color:#CCCCCC;*/
}

#leftcolumn {
	/*border:1px solid red;*/
	/*background-color:olive;*/
	width:150px;
	float:left;
}

#centrecolumn {
	/*border:1px solid green;*/
	width:520px;
	margin:0px;
	margin-left:160px;
	/*border-left:1px dotted black;*/
	/*border-right:1px dotted black;*/
	padding-bottom:20px;
}

#rightcolumn {
	/*border:1px solid aqua;*/
	width:270px;
	float:right;
	text-align:center;
}

#footer {
	clear:both;
	background-image:url('../images/mba_footerbanner.gif');
	width:100%;
	height:30px;
	font-size: 90%;
	font-weight:lighter;
	text-align: center;
	/*background-color:#000000;*/
	color:#FFFFFF;
	border-top:1px solid black;
	/*margin-top:10px;*/
}

#mbamap {
	/*border:1px solid red;*/
	text-align:center;
}

#bookmarkWidget {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#donateViaPaypal {
	margin-top:30px;
}

.bubbleInfo {
	margin-top:30px;
	position:relative;
	left:0;
	top:0;
	text-align:left;
	height:90px;
}

.popup {
	width:307px;
	font-size:0.8em;
	text-align:left;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:50;
	opacity:0;
	moz-opacity:0;
	filter:alpha(opacity=0);
}

.popupTop {
	background-image:url('../images/popup_top.png');
	backgorund-repeat:no-repeat;
	height:20px;
}

.popupBody {
	background-image:url('../images/popup_body.png');
	padding:10px;
}

.popupFooter {
	background-image:url('../images/popup_bottom.png');
	backgorund-repeat:no-repeat;
	height:20px;
}

.popup p {
	margin:0;
	padding:0;
	padding-bottom:5px;
	color:#595959;
}

.error {
	border:1px solid #cd0a0a;
	background-color:#fef1ec;
	color:#cd0a0a;
	padding:5px;
}

/****************************\
index page columns
\****************************/

#leftcolumnhome {
	float:left;
	width: 660px;
	/*height:100%;*/
	text-align:center;
	padding-bottom:20px;
	/*border-right:1px dotted black;*/
	/*border:1px solid red;*/
}

#leftcolumhomeContent {
width:603px;
margin:auto;
/*border:1px solid green;*/
}

#rightcolumnhome
{
/*float:right;*/
width:300px;
height:100%;
margin-left:680px;
text-align:center;
padding-bottom:20px;
/*border-left:1px dotted black;*/
padding-top:20px;
/*border:1px solid aqua;*/
}

#mainNavButtons {
/*border:1px solid red;*/
padding-top:50px;
padding-bottom:50px;
}

#mainNavButtons img.middle {
margin-left:64px;
margin-right:70px;
}

.topImages {
padding-bottom:50px;
}

.bottomImages {
	padding-bottom:50px;
}

#mbanewsContent p {
	text-align:left;
}

/*****************************\
Header image & text
\*****************************/

#MBA_logo {
padding-top:2px;
padding-left:5px;
}

#MBA_title_text {
font-size:200%;
margin-left:5px;
margin-top:0px;
}

#headerVisuals {
margin:0px;
padding:0px;
}

/*****************************\
Menu navigation
\*****************************/

#menuitems {
/*border:1px solid green;*/
}

#menu ul { 
list-style-type:none;
margin:0px;
}

#menu ul li {
display:inline;
margin:0px 10px 0px 10px;
}

#menu ul li a {
width: 11em;
color: #0085A0; 
background-color: #FFF; 
text-decoration: none;
font-weight: bold;
}

#menu ul li a:hover {
color: #2af;
text-decoration: underline;
}

/*****************************\
Leftcolumn navigation
\*****************************/

#leftcolumn ul {
list-style-type:none;
/*border:1px solid red;*/
margin:0px;
padding:0px;
text-align:left;
font-weight:bold;
/*font-size:110%;*/
}

#leftcolumn ul li {
/*border:1px solid black;*/
width:90%;
margin:auto;
padding-bottom:20px;
width:75px;
}

#leftcolumn ul li a {
color:#0000ff;
text-decoration:none;
}

#leftcolumn ul li a:hover {
color:#2af;
text-decoration:underline;
}

/***********************************************\
Links
\***********************************************/

#centrecolumn a {
text-decoration:none;
}

#centrecolumn a:visited {
color:#0000FF;
}

#centrecolumn a:hover {
text-decoration:underline;
}

#centrecolumn p {
text-align:left;
line-height:150%;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:visited {
color:#0000FF;
}

/***********************************************\
Page Banner for 3 column layout
\***********************************************/
/*
#page_banner {
width:1000px;
height:63px;
border:1px solid red;
background-image:url('../images/blue_page_banner.gif');
}

#page_banner img {
	border:1px solid black;
	margin:0px;
	padding:0px;
}
*/

/*****************************\
Sidebox
\*****************************/

.sidebox {
	width:261px;
	text-align:center;
	margin:auto;
	margin-top:10px;
}


.boxhead {
	/*border:1px solid red;*/
	height:30px;
	background-image:url('../images/sidebar_box_top.gif');
	background-repeat:no-repeat;
}

.boxfooter {
	/*border:1px solid green;*/
	height:12px;
	background-image:url('../images/sidebar_box_bottom.gif');
	background-repeat:no-repeat;
}

.boxbody {
	/*border:1px solid yellow;*/
	border-left:1px solid #c6c3c6;
	border-right:1px solid #c6c3c6;
}

.boxbody p {
	/*border:1px solid yellow;*/
	margin:0px;
	padding:0px;
	width:90%;
	margin:auto;
	padding-top:100px;
}

.boxbody p.lastitem {
	border-bottom:none;
}

.boxfooter p {
	/*border:1px solid yellow;*/
	margin:0px;
	padding:0px;
	width:90%;
	margin:auto;
	padding-top:10px;
	font-weight:bold;
}

div.sidebox p {
	/*border:1px solid black;*/
	width:90%;
	margin:0px;
	padding:0px;
	margin-left:10px;
	padding-top:5px;
}

.sidebarTitle {
	line-height:130%;
	font-size:100%;
	font-weight:bold;
}

.sideBarHeading {
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
}

.sidebox a:visited {
	color:#0000ff;
}

.sidebox a:hover {
	color:#2af;
	text-decoration:underline;
}

/*****************************\
Footer navigation
\*****************************/

#footer ul { 
list-style-type:none;
margin:0px;
}

#footer ul li {
display:inline;
margin:0px 30px 0px 0px;
}

#validationList {
	font-size:10px;
	padding-top:3px;
}

#footer ul li a {
width: 11em;
color: #ffffff; 
/*background-color: #000000;*/
text-decoration: none;
font-weight: bold;
}

#footer ul li a:hover {
/*color: #2af;*/
color:#000000;
text-decoration: underline;
}

/*************************************\
Google search box
\*************************************/

#gsearch{
float:right;
/*border:1px solid yellow;*/
margin:0px;
padding:0px;
margin-top:-4px;
margin-right:5px;
}

/**************************************\
Text ids
\**************************************/

.headers {
font-size:200%;
}

#strapline {
font: 140%  Verdana, ariel,helvetica, "trebuchet MS",sans-serif;
color: #0085A0;
/*background-color:#CCCCCC;*/
font-weight:bolder;
/*font-stretch:expanded;*/
text-align:justify;
/*border:1px dotted black;*/
background-image:url('../images/strapline_box_with_quotes.gif');
background-repeat:no-repeat;
width:575px;
height:50px;
margin:auto;
margin-top:20px;
padding: 0px 10px 0px 10px;
}

#strapline p {
/*border:1px solid red;*/
margin:0px;
margin-left:37px;
margin-right:40px;
}

#commitments {
	width:575px;
	height:50px;
	margin:auto;
	margin-top:20px;
	padding: 0px 10px 0px 10px;
	margin-bottom:80px;
}

#two_col_left_aligned {
text-align:left;
}

div.figure_left p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

div.figure_right p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

#commitments p {
	text-align:left;	
}

/**************************************\
Images
\**************************************/

img {
border:none;
}

div.figure_left {
  float: left;
  margin: 0.5em, 0.5em, 0.5em, 0;
  padding: 5px, 5px, 5px, 0;
}

div.darwin_background {
  background: url(images/darwin_background.jpg) no-repeat;
  padding: 0px 5px 0px 5px;
}


div.figure_right {
  float: right;
  /*width: 50%;*/
  margin: 0.5em;
  padding: 0.5em, 0, 0.5em, 0.5em;
}

#partnerLogos img {
	margin-bottom:25px;
}
/**************************************\
Forms and inputs
\**************************************/

input {
padding:0px;
margin:0px;
}

form {
padding:0px;
margin:0px;
}

/****************************\
Basic font classes
\****************************/

.underline {
text-decoration:underline;
}

.italic {
font-style:italic;
}

.redText {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.references {
    text-indent:50px;
}

.caption {
    font-style: italic;
}

.centered {
	text-align:center;
}

.imageCaption {
	font-size:0.8em;
}

/****************************\
image and float classes
\****************************/

.floatleftbody {
float:left;
padding-right:10px;
padding-bottom:10px;
}

.floatrightbody {
float:right;
/*padding-left:10px;
padding-bottom:10px;*/
margin-left:10px;
margin-bottom:10px;
}

/****************************\
Tables
\****************************/

table, tr, td, th {
/*borde-style:none;*/
/*border-collapse:collapse;*/
}

table.ajax_divisions tr th {
background-color:#a3a3a3;
}

.rowHead {
	background-color:#a3a3a3;
}

.rowEven {
	background-color:#cccccc;
}

.rowOdd {
	background-color:#ffffff;
}

/****************************\
Lists
\****************************/

.researchstaff_list {
	list-style-type:none;
}

#commitments ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
}

#commitments ul li {
	padding:0;
	margin:0;
	display:inline;
	margin:10px 50px 10px 50px;
}

#mbanewsContent #gallery, #mbanewsContent #gallery li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#mbanewsContent #gallery li {
	float:left;
	margin-right:10px;
}

.pika_main {
	margin-bottom:20px;
}

/*
 * Portal page
 */

.category {
	margin-top : 20px;
	margin-bottom : 20px;
	border : 1px solid #ddd;
}

.category h2 {
	padding-left : 20px;
}

.category table {
	text-align : center;
}

.category tr {
	margin : 10px 0;
}

.category td {
	width : 16.66666666%;
}

