body {
	width: 750px;
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

header {
	background-color: #F2F2F2;
	height: 80px;
	padding: 3px;
}

#main_img_header {
	margin-right: 10px;
	float: left;	
}

#main_title_header {

}

#home_link_header {
	background-color: #FFFFFF;
}

footer {
	background-color:#F2F2F2;
	height: 30px;
	padding: 1px;
}

section {
	padding: 5px;
}


h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #028287;
}

h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #028287;	
}

li {
	margin: 10px;
}


table,th,td {
	border:1px dotted black;
	border-collapse:collapse;
	padding: 2px;
}


a:link, a:visited, a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px black dotted;
	
}

/* These are for the signin page */

table#corpus_signin, table#corpus_signin tr, table#corpus_signin td  {
	border:none;
}


/* http://css3buttongenerator.com */

a.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  background: #008185;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

a.btn:hover {
  background: #029ea1;
  text-decoration: none;
}

