/* Reset browser defaults */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	/*background-color: #d7eff3;*/
	background-color: #565b5c;
	font-size: 80%;
}

a:link {
	font-weight: bold;
	color: #105c68;
	text-decoration: underline;
}

a:visited, a:hover, a:active {
	font-weight: bold;
	color: #4c6810;
	font-style: italic;
	text-decoration: underline;
}

#wrapper {
	background-color: #f1f1f1;
	width: 900px;
	overflow: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid #000 5px;
	overflow-x: hidden;
}

a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
}

#content {
	padding: 10px;
}

#recent {
	width: 435px;
	border-left: dashed #000 3px;
	float: right;
	padding-left: 15px;
}

#searchfunctions {
	width: 420px;
	float: left;

}
ul {
	margin-left: 20px;
}

#tbaheader {
	background-image: url("images/tbaheader.gif");
	background-repeat: no-repeat;
	height: 67px;
	overflow: hidden;
	padding-top: 5px;
}

#tbaheader ul {
	float: right;
	margin-left: -20px;
}

#tbaheader ul li {
	display: block;
	float: left;
	width: 120px;
	text-align: center; 
	border-left: solid 2px black;
	/*padding-top: 20px;*/
	height: 57px;
	list-style-type: none;
	background-color: #7185b1;
}

#tbaheader ul li a:link, #tbaheader ul li a:visited {
	display: inline-block;
	width: 120px;
	height: 75px;
	text-decoration: none;
	font-size: 105%;
	color: #fff;
	vertical-align: 20px;
	padding-top: 20px;
	font-weight: normal;
	font-style: normal;
}

#tbaheader ul li a:hover {
	background-color: goldenrod;
}

h2 {
	padding-bottom: 10px;
}

h3 {
	padding-top: 15px;
}

table, tr, td, th {
	text-align: left;
	vertical-align: baseline;
}

tr, td, th {
	padding-bottom: 15px;
}

table#session, #session tr, #session td, #session th {
	border: solid 1px #7185b1;
	margin-left: auto;
	margin-right: auto;
}

#session th {
	background-color: goldenrod;
}

td, th {
	padding: 5px;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
}

span.reqd {
	color: red;
	font-weight: bold;
}

#header {
	background-image: url('images/header2.jpg');
	width: 100%;
	height: 235px;
	background-repeat: no-repeat;
	background-color: #97cc1f;
	color: white;
	text-align: right;
}

#header h1 {
	padding-right: 10px;
	padding-top: 50px;
	font-size: 32px;
}

#verse {
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}

a.hiddentitle:link, a.hiddentitle:hover, a.hiddentitle:active, a.hiddentitle:visited {
	text-decoration: none;
	color: black;
}