@charset "UTF-8";

body, td  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* font-family: Georgia, "Times New Roman", Times, serif */
	/* font-family: "Courier New", Courier, monospace; */
	font-family: "Copperplate Light", Copperplate, "Courier New", Courier, monospace;
	/*font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; */
	color: #888888;
	font-size:14px;
	font-weight: 100;
	/*letter-spacing: 0.15em;
	word-spacing: 0.3em; */
}

body.bio {
	padding: 10px;
	background-color:#FFFFFF; 

}

#textContainer {
	width: 365px;
	margin-right: 15px;
	height: 340px;
	overflow:auto;
	text-align:left;
	/* font-family:  "Courier New", Courier, monospace; */
	/*  This block height is actually re-written by the PHP depending on how many rows  */
}

#status {
	
	color: #888888;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 100;

}	

#textContainer p, h1, h2 {
	color: #888888;
	line-height: normal;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5px;
}

#textContainer h1, h2 {
	font-size:15px;
	color: #333333;
	text-decoration:none;
	

}


p, h1, h2 {

	line-height: normal;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5px;
}

h1, h2 {
	font-size:14px;
		font-weight:600;
	color: #333333;
	text-decoration:none;

}

a:link {
	font-weight:600;
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #000000;
	font-weight:600;
	text-decoration:underline;
}

a:visited {
	color: #333333;
	font-weight:600;
	text-decoration:none;
}
b, strong {
	color: #000000;
}
a.menuItem {
	display:block;
	height: 14px;
	width: 214px;
	font-size:14px;
	text-transform:lowercase;
}
a.menuItem:link {
	font-weight:100;
	color: #888888;
	text-decoration:none;
}


a.menuItem:visited {
	font-weight:100;
	color: #888888;
	text-decoration:none;
}
a.menuItem:hover {
	color: #000000;
	font-weight:100;
	text-decoration:none;
	background-image:url(/images/buttons/btn_over.png);
	background-repeat:no-repeat;
	
}
a.menuItem:active {
	color: #000000;
	font-weight:100;
	text-decoration:none;
	background-image:url(/images/buttons/btn_over.png);
	background-repeat:no-repeat;

}
a.menuItem:selected {
	color: #000000;
	font-weight:100;
	text-decoration:none;
	background-image:url(/images/buttons/btn_over.png);
	background-repeat:no-repeat;

}

#thislink {
	color: #000000;
	font-weight:100;
	text-decoration:none;
	background-image:url(/images/buttons/btn_over.png);
	background-repeat:no-repeat;
}
