<style type="text/css">

#wrap { width:700px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */

body {
	background: #333;
	text-align: center;
}
		
.title {
	color: #006699;
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	margin-left: 2pt;
	padding-left: 10px;
	padding-top: 4pt;

}



.subtitle {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 4pt;
	font-family: Arial, sans-serif;
	padding-left: 4pt;
	font-style: italic;
}

.body {
	color: #333333;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}



.footer {
	color: #333;
	font-weight: normal;
	font-size: xx-small;
	font-family: Arial, sans-serif;
	padding-top: 4pt;
	padding-bottom: 4pt;
  
  
}

.name {
	color: #006699;
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	margin-left: 2pt;
	padding-left: 10px;
	padding-top: 4pt;

}

.occup {
	color: #666;
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	margin-left: 2pt;
	padding-left: 10px;

}

.staffbody {
	color: #333333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 2pt;
	padding-top: 10px;
	
}

.oasis {
	color: #060;
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	margin-left: 2pt;
	padding-left: 10px;
	padding-top: 4pt;

}


/***********************************************/
/* Link Styles                                 */
/***********************************************/

/* All Other Links */
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}

/* Footer */
a.footer:link {
	color: #003366;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #003366;
}
a.footer:hover {
	text-decoration: underline;
	color: #990000;
}
a.footer:active {
	text-decoration: none;
	color: #990000;
}

/* LeftMenu */
a.leftmenu:link {
	color: #003366;
	text-decoration: none;
}
a.leftmenu:visited {
	text-decoration: none;
	color: #003366;
}
a.leftmenu:hover {
	text-decoration: underline;
	color: #003366;
}
a.leftmenu:active {
	text-decoration: none;
	color: #003366;
}

/* OasisMenu */
a.oasis:link {
	color: #003366;
	text-decoration: none;
}
a.oasis:visited {
	text-decoration: none;
	color: #003366;
}
a.oasis:hover {
	text-decoration: underline;
	color: #003366;
}
a.oasis:active {
	text-decoration: none;
	color: #003366;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
  margin: 0 auto;
  width: 700px;
  }

#bodycopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	width: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	background-color:#FFF
}

#LeftMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006699;
	width: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}



</style>

