body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image:url(images/bkgrnd.gif);
	font-size: 10pt;
}

a:link, a:visited, a:active { color: #000; text-decoration: underline }
a:hover { color: #004040; text-decoration: underline; }

p {	font-size: 10pt;}

h1 {
	font-size: 18pt;
	color: #004040;
}

h1 sup{
	font-size: 14pt;
	color: #004040;
}

h2 {
	font-size: 16pt;
}

h3 {font-size: 14pt;}

h4 {font-size: 10pt;}

h5 {
	font-size: 8pt;
	font-weight: normal;
}

h6 {font-size: 7pt;}

.sm {font-size: 8.5pt;}

.ctr {text-align: center;}

.floatlft {
	float: left;
	margin: 1em;
	clear: left;
}

.floatrt {
	float: right;
	margin: 1em;
	clear: right;
}

.margin {
	margin: 1em;
}

#mast, #menu, #content {
	left: 0px;
	width: 90%;
	position: absolute;
}

#mast {
	top: 0px;
	height: 145px;
	background-color: #004040;
	background-image: url(images/mastback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#mast h1 {display: none;}

#menu {
	top: 145px;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	height: 27px;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li, #menu li a, #menu a:link, #menu a:visited, #menu a:active { 
	display:block;
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 27px;
	height: 27px;
}



#menu a:hover, #menu a:active  { 
	background-image:url(images/bar2.gif);
	color: #fff;
}

#content {
	top: 172px;
	height: auto;
	background-color: #fff;
}

#sidebar {
	background-color:#fff;
	width: 225px;
	height: auto;
	padding: 10px;
	margin: 10px;
	float: left;
	border: solid 2px #808000;
}

#deco {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	width: 100%;
	height: 90px;
	clear: both;
	background-color: #fff;
}

#deco img {
	margin: .5em;
	float: right;
}
td {
	padding: .5em;
}

.photo {
	float: left;
	height: 100px;
	width: 150px;
	border: 1px solid #888;
	margin: 1em;
	padding: 3px;
	padding-top: 10px;
	text-align:center;
	overflow: hidden;
}
.sponsor {
	height: 70px;
	width: 220px;
	padding: 2.5px;
}
sup {
	font-size: 7.5pt;
}
