*	{
	margin: 0px;
	padding: 0px;
	}

a:link 	{
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #6b6b6b;
	text-decoration: none;
	}

body	{
	background-color: #ffffff;
	background-image: url('images/notepaperbkgrnd1.png');
	background-repeat: repeat;
	background-position: top left;
	}

table	{
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	}

td	{
	}

#wrap	{
	width: 1100px;
	background-image: url('images/margin.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 200px;
	}

td.menu {
	width: 147px;
	font-family: Courier, "Courier New", monospace;	
	clear: both;
	}

td.menu ul {
	list-style-type: none;
	margin-top: 15px;
	clear: both;
	}

td.menu li {
	background-image: url('images/menu-underline.gif');
	background-repeat: no-repeat;
	margin-top: 5px;
 	margin-bottom: 5px;
	padding-bottom: 3px;
	background-position: bottom left;
	width: 147px;
	font-size: 70%;
	}

td.menu li strong, li strong {margin-bottom: 10px;clear:both;}


td.menu a:link {
	color: #000000;
	text-decoration: none;
	background-color: none;
	}

td.menu a:visited {
	color: #000000;
	text-decoration: none;
	background-color: none;
	}

td.menu a:hover {
	color: #6b6b6b;
	text-decoration: none;
	}

#bottomnav {
	width: 612px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: Courier, "Courier New", monospace;	
	font-size: 70%;
	}

#bottomnav ul {
	list-style-type: none;
	margin-left: 50px;
	}

#bottomnav li {
	padding-right: 25px;
	float: left;
	}

#crest	{
	background-image: url('images/bg-girls.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;  /* px from left margin, px from top margin (of #crest) */
	}

#content {
	width: 721px;
	margin-left: 0px;
	margin-right: auto;
	border: 1px dashed #cccccc;
	height: 462px;
	overflow: auto;
	padding:5px;
	position: relative;
	}

#content p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	font-family: Courier, "Courier New", monospace;	
	}
#content h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	font-family: Courier, "Courier New", monospace;	
	}
#content h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	font-family: Courier, "Courier New", monospace;	
	}


img.banner {
	width: 863px;
	height: 100px;
	border: 0px none transparent;
	background-color: transparent;
}

img.meet {
	width: 147px;
	height: 67px;
	border: 0px none transparent;
}



div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
	}

span.b	{
	font-weight: bold;
	}

span.i	{
	font-style: italic;
	}

span.u	{
	text-decoration: underline;
	}

 
/* CSS rules */

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
       
