html {
 	overflow: -moz-scrollbars-vertical !important; /* removes mozilla jmp */
}
body {
	font: 100% "Times New Roman", Times, serif;
	background-color: #282720;
	margin-top: 0px;
	text-align: -moz-center; /* mozilla browsers center */
	margin-bottom: 0px;
}

/*-----------------------
		END Navigation
-------------------------*/


.heading {
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	color: #282720;
	font-weight: normal;
	background-color:#fff;
}


h2 {
	font: 2.5em "Times New Roman", Times, serif; /*-- individual page title --*/
	color: #ACAE01;
	margin: 0px 55px 0 55px;
}

h3 {
	font-size: 1.2em;
	color: #ACAE01;
	font-weight: bold;
	margin: 10px 55px 20px 55px; 
}

h4 {
	font-size: 0.9em; /*-- recent research item on homepage --*/
	color: #ACAE01;
	font-weight: bold;
	margin: 14px 0 3px 0;
}

h6 {
	font: 1.3em "Times New Roman", Times, serif; /*-- tag line under h1 --*/
	color: #ACAE01;
	text-transform: uppercase;
	margin: 0 55px;
	font-weight: bold;
	padding-bottom: 40px;
}
a:link, a:visited {
	color: #282720;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ACAE01;
}

p {
	margin: 10px 55px 25px 55px;
	line-height: 1.8em;
		color: #666666; /* text color */
}

ul {
	margin: -15px 55px 15px 30px;
	line-height: 1.8em;
	padding-left: 50px;
	color: #666666; /* text color */
}

ul.papers {
	margin: 5px 55px 25px 30px;
	font-size: 0.8em;
}

ul.papers li {
	padding: 5px 0 5px 0;
}

ul.papers a {
	font-size: 1.2em;
}

ul.papers img {
	margin-left: 20px;
	vertical-align: middle;
}

ul.papers span {
	color: #979797;
	background: #fff;
}

#Container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	width:800px;
	background-color: #fff;

}

#head {
	background-color: #fff;
}
#body {
	background-color: #fff;
}
#foot {
	background-color: #009999;
}

.heading {
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	color:#282720;
	font-weight: normal;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.twocol p {
	margin-right: 345px;
}
div#rightcol {
	width: 280px;
	padding: 0 15px;
	overflow: auto;
	float: right;
	margin: 0px 5px 0 0;
	border-left: 1px solid #D0D0D0;
}

#rightcol hr {
	margin: 0;
}

#rightcol h3 {
	font: 1.3em "Times New Roman", Times, serif;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

#rightcol p {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}
#right {
	width: 50%;
	padding: 0 15px;
	overflow: auto;
	float: right;
	margin: 0px 5px 0 0;
}

.photo-left {
	padding-left: 20px;
	padding-bottom: 20px;

	line-height: 1.8em;
		color: #666666; /* text color */
}
.photo-right {
	padding-right: 20px;
	padding-bottom: 20px;

	line-height: 1.8em;
		color: #666666; /* text color */
}
.photo {
	padding-bottom: 20px;

	line-height: 1.8em;
		color: #666666; /* text color */
}


/*-----------------------
		Navigation
-------------------------*/

table#navigation {
	margin-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}

#navigation td {
	width: 17%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right:0px;
	padding-left:0px;
}
#tab {
	background:url(../resources/nav-divider.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px;
}
#navigation td:hover {
	background-color:#eeeeee;
	margin:0px;
} 

#navigation a, #navigation a:visited {
	margin: 0;
	text-decoration: none;
	color: #909090;

}
#navigation a:hover, #navigation a:active {
	color: #ACAE01;
	margin:0px;
}

/*--- [Form on contact page] ---*/

#rightcol.contact {
	height: auto;

}


address {
	margin-bottom: 50px;
	font-style: normal;
}


form.contact, form.contact * {
	margin: 0;
	padding: 0;
}

form.contact {
	margin-left: 55px !important;
}

form.contact br {
	display: none;
}

fieldset {
	border: 0;
	width: 350px;
}

label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #676452;
	clear: left;
	margin: 8px 0 2px 0 !important;
	background: #fff;
	width: 100%;
}

input.inputBody, textarea.inputBody, select, option {
	padding: 2px;
	border: 1px solid #676452;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #515151;
	text-align:left;
}

option { border: none; color: #000 !important; background: #F3F3F3; padding-right: 5px; }

input.submit {font-size: 12px; margin-top: 10px; padding: 2px;}

/*--- [END Form on contact page] ---*/


.email {
	text-align:center;
	padding: 3px;
	
}
.email a, .email a:visited {
	margin: 8px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: gray;
}

.email a:hover {
	text-decoration: underline;
}
