body 
{	font-family: verdana, sans-serif;
}

/* page sections */

#logo, #logosubpage, #navbar, #footer, #content
{
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}

#logo, #logosubpage 
{ 	margin-top: 1em;
	text-align: center;
}

#logo {
	padding-top: 150px;
	padding-bottom: 150px; 
}

#navbar {
	  border-top: 1px solid #7c040c;
	  border-bottom: 1px solid #7c040c;
	  font-style: italic;
	  text-align: center;
	  font-size: small; 
	  color: #139f92;
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;
}

#content h1, #content h2, #content h3, #content h4 {
	 font-weight: normal; 
 }

#footer { 
	  border-top: 1px solid #7c040c;
	  border-bottom: 1px solid #7c040c;
	  font-style: italic;
	  text-align: center;
	  font-size: small; 
	  color: #139f92;
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;
	  margin-top: 1em;
}

/* colors */

a:link { text-decoration: none;
	 font-weight: bold;
	 color: #139f92;
}
a:visited { text-decoration: none;
	font-weight: normal;
	color: #7c040c;
}

/* tables in the content section */

#content table {
	font-size: smaller;
	color: black;
	border-collapse: collapse;
	border: 1px solid black;
}

#content table tr td, #content table tr th {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 6px;
}

#content table tr.trth {
	background-color: black;
	color: white;
	vertical-align: bottom;
	white-space: nowrap;
}

#content table tr td:first-child {
	white-space: nowrap;
}

#content table tr.trodd {
	background-color: white;
	vertical-align: top;
}

#content table tr.treven {
	vertical-align: top;
	background-color: #F0F0F0;
}
