body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	color: #B9B9B9;
	background-color: #FFFFFF;
}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	height: 100%;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	color: #B9B9B9;
}

#header {
	width: 100%;
	padding-top: 15px;
}

#header a {	
	font-size: 20px;
	color: #A0A0A0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight:300;
	text-decoration:none;
	background-color:#FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

.spacer {
	width: 100%;
	height: 15px;
}

.spacer2 {
	width: 100%;
	height: 12px;
}

hr {
	border: 0px;
	color: #FFBA27;
	background-color: #FFBA27;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	font-size: 28px;
	color: #002594;
	background-color: #FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: 300;
}

h2 {
	font-size: 20px;
	color: #B9B9B9;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: 300;
	background-color: #FFFFFF;
}

h3 {
	color: #002594;
	font-size: 15px;
	background-color: #F0F0F0;
	border-width: 1px;
	border-color: #B9B9B9;
	border-style: solid;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 300;
	padding: 5px;
}

.top_main_heading {
	margin-top: 15px;
}

#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	color: #B9B9B9;
}

#leftcontent p {
	color: #B9B9B9;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

#leftcontent ul {
	list-style: none;
	padding-left: 20px;
	color: #FCFCFC;
	background-color: #FFFFFF;
}

#leftcontent a {
	color: #002594;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
}

#email {
	color: #002594;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
}

.news {
	color: #F0F0F0;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #B9B9B9;
	background-color: #FFFFFF;
	line-height: 20px;
	padding: 5px;
}

#leftcontent a:hover {
	color: #002594;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#main {
	float: left;
	width: 550px;
	color: #4A4A4A;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#maincontent p {
	color: #222222;
	background-color: #FFFFFF;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #B9B9B9;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 20px;
}

#maincontent a {
	color: #36879A;
	background-color: #FFFFFF;
	text-decoration: none;
}

#maincontent a:hover {
	color: #36879A;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 750px;
	color: #B9B9B9;
	font-size: 7px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#footer a {
	color: #B9B9B9;
	background-color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #B9B9B9;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.right {
	color: #B9B9B9;
	background-color: #FFFFFF;
	float: right;
	font-size: 80%;
	margin-top: 5px;
}

.left {
	color: #B9B9B9;
	background-color: #FFFFFF;
	float: left;
	font-size: 80%;
	margin-top: 5px;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
	text-align: center;
}

.sizefour {
	font-size: 1.5em;
	text-align: center;
}

.sizefive {
	font-size: 2em;
	text-align: center;
}

.courseparagraph {
	font-size: 1.3em;
	margin-bottom: 0.225em;
}

/* papers */ 
 
.bib {
	color: #222222;
	background-color: #FFFFFF;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #B9B9B9;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	line-height: 20px;
	padding: 20px;
}

.bibtitle {
	font-weight: bold;
	font-size: 13px;
}

.bibauthor {
	font-style: oblique;
	margin-left: 20px;
}

.bibsource {
	margin-left: 20px; 
}

.bibabstract {
	margin-top: 15px;
}

/* buttons */

.button {
	background-color: white; 
	color: #002594;
	border: 2px solid #002594;
	padding: 6px;
	width: 160px;
	border-radius: 12px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}

.button:hover {
	background-color: #F0F0F0;
}

.button:active {
	background-color: #F0F0F0;
	transform: translate(1px, 1px);
}

.button:focus {
	outline: 0;
}