/* CSS Document */
body {
	margin: 0px;
}
.sitename {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
	font-variant: small-caps;

}
.warning {
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.sidecontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009966;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidebar {
    border-style:solid;
    border-left-color:#000000;
    border-right-color:#FFFFFF;
    border-top-color:#FFFFFF;
    border-bottom-color:#FFFFFF;
    border-left-width:1px;
}
.subnav {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
.footerlink {
	font-size: 12px;
	color: #993300;
}
.footer {
	font-size: 11px;
}
.popup {
	color: #990000;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #006633;

}
.preface {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #006633;
}
#fadeinbox {
	position:absolute;
	width: 500px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: #ffffff;
	padding: 5px;
	z-index: 100;
	visibility:hidden;
}
#foldheader {
	cursor:pointer;
	cursor:hand; 
	font-weight:bold;
	list-style-image:url(../images/fold.gif)
}
#foldinglist {
	list-style-image:url(../images/list.gif)
}
h1 {
	font-weight: normal; 
	text-align: none; 
	font-style: normal; 
	font-size: 24pt; 
	vertical-align: none; 
	font-family: Garamond;  
	color: rgb(102, 153, 153);
}
h2 {
	font-style: normal; 
	vertical-align: none; 
	font-weight: bold; 
	text-align: none; 
	font-size: 18pt; 
	font-family: Garamond;  
	color: rgb(102, 153, 153);
}
h3 {
	font-weight: normal; 
	vertical-align: none; 
	text-align: none; 
	font-style: normal; 
	font-family: Garamond; 
	font-size: 14pt;  
	color: rgb(102, 153, 153);
}
h4 {
	font-weight: bold; 
	text-align: none; 
	vertical-align: none; 
	font-style: normal; 
	font-family: Garamond; 
	font-size: 12pt;  
	color: #006633;
}
h5 {
	font-weight: bold; 
	text-align: none; 
	font-size: 13pt; 
	font-style: normal; 
	vertical-align: none; 
	font-family: Garamond;  
	color: rgb(102, 153, 153);
}
h6 {
	vertical-align: none; 
	font-weight: normal; 
	text-align: none; 
	font-style: normal; 
	font-size: 11pt; 
	font-family: Garamond;  
	color: rgb(102, 153, 153);
}
a {
	text-decoration: none;
	color: #0000FF;
}
.menuOut {
	cursor: pointer; 
	margin: 5px; 
	width: 135px; 
	border: 1px solid #cccc99; 
	padding: 3px;
	text-align: right; 
}
.menuOver {
	cursor: pointer; 
	margin: 5px; 
	color: #FFFFFF; 
	width: 135px; 
	border: 1px solid #ffffff; 
	padding: 3px; 
	text-align: right; 
}
.message {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-style: italic;
}
.header {
	height: 35px;
	background-color: #006633;
	text-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
.campheader {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #003300;
	font-weight: normal;
}
hr {
	height: 1px;
}