html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #003399;
	font-size: 16px;	
}

html {
	overflow: scroll;
		
}
#wrapper {
width: 800px;
text-align: center;
}
#banner {
height: 182px;
width: 557px;
background-image: url(../logo.JPG);
background-repeat: no-repeat;
text-align: center;
}

body {
margin: 15px auto;
font-family: Arial, Helvetica, sans-serif;
background-color: white;
color: #003399;
text-align: center;
}

h1 {
text-align: center;
font-size: 110%;
font-weight: bold; 
color: #990066;
padding: 15px 15px;
}
p {
padding: 0px 0px 12px 0px;
}

.big {
text-align: center;
font-size: 150%;
font-weight: bold; 
}

#navbar {
width: 800px;
}

#navbar tr td {
background-color: #003399;
height: 14px;
text-align: center;
}

#navbar tr td a {
color: white;
font-size: 80%;
font-weight: bold; 
}
#studies-header {
width: 800px;
font-size: 80%;
text-align: center;
font-weight: normal;
padding-bottom: 10px;
}
.small-table {
table-layout: fixed;
}
.small-table tr td {
font-size: 60%;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
}
.small-table tr.odd td {
font-size: 60%;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
background-color: #eee;
}
.small-table tr td h2 {
font-size: 160%;
font-weight: bold;
text-align: center;
padding-top: 10px;
}
.small-table tr td h3 {
font-size: 110%;
text-align: left;
font-weight: bold;
}
.small-table tr th {
font-size: 70%;
text-align: left;
font-weight: bold;
}
.medium-table {
table-layout: fixed;
width: 55%;
}
.inset {
text-align: center;
padding: 15px 50px;
}

.text {
font-size: 80%;
text-align: center;
padding: 8px 50px;
}
.text p {
padding: 0px 0px;
}
.text p.name {
font-weight: bold;
}

.debug {
	border: 1px solid red;
	
}
