@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	background-color: #9abfda;
	background-image: url(images/backfade.jpg);
	background-repeat: repeat-x;
	
}

p, h1, h2
{
	margin:20px;
}

p
{
	margin-left:40px;
}

ul
{
	margin-left: 60px;
	line-height:20px;
	margin-top:-15px;
}

h1
{
	font-size:30px;
	white-space:nowrap;
}

h2
{
	font-size:22px;
	white-space:nowrap;
}

h3
{
	margin-left:40px;
	font-size:19px;
}


a {
	text-decoration: none;
}

/* navigation table elements */

.navtable {
	position: absolute;
	z-index: 1;
	left:-5px;
	top:150px;
}

.navtab {

	background-image:url(images/tabfade.gif);
	background-repeat:repeat-x;
	height:40px;
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
	width:155px;
	padding:0px;
	margin-left:0px;
	font-weight:bold;
}

.navtab a {
	color:#000099	}
	
.navtab a:hover {
	color:#FF0000	}

.spacer {
	height:20px;
}

/* content */

.content {
	position: absolute;
	z-index: 2;
	top: 105px;
	left: 150px;
	width: 80%;
}

/* images */

a img {
border:0;
}

.centerimg
{
	margin: 5px 30px 0px 5px;
	font-size:80%;
	margin-left: auto;
    margin-right: auto;
	line-height:100%;
	font-family:arial;
	display: block;

}

.picright
{
	text-align:center;
	float:right;
	margin:10px;
}


/* header and footer*/
	
.footer a {
	color:#000000;
}


.footer
{
	font-size:90%;
	color: #000000;
	text-align: right;
	margin: 10px;
	background-image:none;
	position:relative;
}

.header
{
	position: absolute;
	z-index: 2;
	color:#000000;
	top:60px;
	text-align:left;
	width:300px;
	left:40px;
	font-size:10px;
	line-height:12px;
}

/* misc */

.indent
{
	margin-left:80px;
}

.firstout
{
	text-indent:-30px;
	margin-left:80px;
}

.large
{
	font-size:18px;
	line-height:25px;
}

.schedule
{
	margin:20px;
}

