/*tag definitions*/
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font: 0.9em Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#FFF;
	background: url(../images/background01.gif) repeat-y center;
	}
a:link {
	font-family: "Century Gothic",Geneva, Arial, Helvetica, sans-serif;
	color: #920CCF;
	background:#FFF;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic",Geneva, Arial, Helvetica, sans-serif;
	color: #993399;
	background:#FFF;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic",Geneva, Arial, Helvetica, sans-serif;
	color: #CCFF33;
	background:#FFF;
	text-decoration: underline;
}
a:active {
	font-family: "Century Gothic",Geneva, Arial, Helvetica, sans-serif;
	color: #993399;
	background:#FFF;
	text-decoration: blink;
}

h1 {
	color: #999;
	background:#FFF;
	font-size: 1.8em;
	}
h2 {
	font-size: 1.4em;
	color: #999;
	background:#FFF;
	}
h3 {
	font-size: 1em;
	color: #999;
	background:#FFF;
	}
h4 {
	font-size: 0.8em;
	color: #999;
	background:#FFF;
	}
img {
	border:0;
}
	
/*ids*/
#content {
	position:relative;
	top:0;
	background:#FFFFFF;
	color: #333333;
	text-align:left;
	width: 560px;
	margin: 0px auto;
	padding: 20px;
	}
#nav-list {
	width: 560px;
	}
#nav-list ul, #nav-list li {
	display: inline;
	margin: 0px;
	padding: 0px;
	color:#CCC;
	background:#FFF;
	}
/*Classes*/	
.staff {
	margin: 20px 0 0 0;
	padding: 2px 6px 2px 2px;
	float:right;
	width:7em;
	border: thin inset #CCFF33;
	text-align: right;
}	

.highlight01 {
	font-size: 0.8em;
	font-weight: bold;
	color: #990099;
	text-align: right;
}
.highlight01a {
	font-size: 1.4em;
	font-weight: bolder;
	color: #CCFF33;
}
.highlight01b {
	font-weight: bolder;
	color: #CCFF33;
}
.float01 {
	text-align:right;
	width:8em;
	float: right;
	}
.highlight02 {
	font-size: 1.8em;
	font-weight: bold;
	color: #990099;
	text-align: right;
}
.cquote {
	font-size: smaller;
	font-style: italic;
	text-indent: 20px;
	cursor: help;
}

