BODY
{
	background-position: top left;
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
}

.picturebg {
	position: absolute;
	filter:alpha(opacity=22);
	-moz-opacity:.22;
	opacity:.22;
	background-image: url(images/background_textbox.gif);
	background-repeat: no-repeat;
	height: 192px;
	width: 186px;
}

.captionbg {
	position: absolute;
	left: 155px;
	top: 332px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	height: 28px;
	width: 186px;
	background-image: url(images/background_caption.gif);
}

.pictureborder {
	border: 1px solid #000000;
	position: absolute;
	width: 165px;
	height: 175px;
}

.picture {
	position: absolute;
	text-align: center;
}


.captiontext {
	position: absolute;
	height: 24px;
	width: 182px;
	padding: 0em;
	color: #FFFFFF;
	text-align: center;
}

.dr {
	background-repeat: repeat;
	border: 1px solid #555555;
	margin: 5px;
}

.er {
	background-repeat: repeat;
	border: 1px dashed #FF9900;
	margin: 5px;
}

.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none
}


.cssnav	{ 
	position: absolute;
	top: 100px; 
	font-family: arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0; 
	padding: 0; 
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cssnav img {
	width: border: 0px;
}

* html a:hover {
	visibility:visible;
}

.cssnav a:hover img	{
	visibility:hidden;
}

.cssnav span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}



.box {
	height: 527px;
	width: 610px;
	position: absolute; top: 151px; left: 250px;
	padding: 0px;
	border: 0px solid  #6A4E32;
	z-index: 900;
}

.text {
	position: absolute; left: 0px; top: 0px;
	width: 100%; 
	height: 100%;
	margin: 0;
	color: #000000;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	padding-right: 8px;
	border-right: 0px solid  #6A4E32;
	z-index: 1000;
	overflow: auto;
}

hr, .dr {
	background-repeat: repeat;
	border: 1px dashed #666666;
	margin: 5px;

}

.sfV {font-family: verdana, arial, helvetica, sans-serif; text-decoration:none;}
.s10 {font-size: 10px}
.s11 {font-size: 11px}
.s12 {font-size: 12px}
.b {font-weight: bold;}

a {
	font-family: verdana, arial, helvetica, sans-serif; text-decoration:none;
	text-decoration:none;
	font-weight: bold;
}
a:link { 
	color: #1100B5;
}
a:visited { 
	color: #1100B5;
}
a:hover { 
	color: #FF3333;
}
a:active { 
	color: #FF3333;
}



#text a:link, #text a:visited {
	color : #996633;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}

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

#text h1 {
	color: #556677;
	font-family: georgia, times, serif;
	font-size: 16px;
}

#text h2 {
	color: #556677;
	font-family: georgia, times, serif;
	font-size: 13px;
}

hr.spacer {
	height: 0px;
	padding-top: 10px;
	border: 0px;
}


.overflow {
	z-index: 1001;
	overflow: auto;
	text-align: left;
	padding-right: 10px;
	width: 97%;
	height: 100%; 
}

div#connectedGraph {
	z-index: 100;
	position: absolute;
	width: 1px;
	background-color: #555555;
}

div#connectedGraph a {
	display: block;
	z-index: 110;
	text-align: center;
	font: bold 1em sans-serif;
	text-decoration: none;
}

div#connectedGraph a:hover {
	background-color: #0000FF;
}

div#connectedGraph a span {display: none;}

div#connectedGraph a:hover span {
	display: block;
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 165px;
	padding: 5px;
	margin: 10px;
	z-index: 2110;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #333;}
legend {font-weight:bold;font-size:1.2em;}
input.inputbox, input.title, textarea, select {margin:0.5em 0;border:1px solid #333333;background: #3d3d3d;color: #aaaaaa;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;font-weight: bold; text-decoration: none;}
input.inputbox:hover, input.title:hover, textarea:hover, select:hover {border:1px solid #888888;}
input.inputbox:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #aaaaaa;}

input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.navlink {margin-top:4px;margin-bottom:4px;}


.v	 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none }
.ten 			{ 10px;}
.bold	 		{ font-weight: bold;}
.white	 		{ color: white;}
.black	 		{ color: black;}
.blue	 		{ color: blue;}
.yellow	 		{ color: yellow;}






