BODY {
	color:black;
	font-family: Arial;
	font-size:10pt;
}

A.main {
	color:black;
	text-decoration:none;
	font-family: Arial;
	font-size:8pt;
	padding-right:0px;
	padding-left:10px;
	padding-bottom:0px;
	padding-top:0px;
}

A:link { color:#2E67B2;}
A:visited { color:#2E67B2;}
A:active { color:#2E67B2;}

A.aboutlinks {
	color:#2E67B2;
	text-decoration:none;
	font-family: Arial;
	font-size: 12pt;
	font-weight:500;
}

A.aboutlinks:hover{
	color:#FCC725;
}

.vcardie {
	font-size:8pt;
	width:800;
	font-family: Arial;
	position:relative;
	top:195px;
	left:130px;
	padding-bottom:200px;
}

.vcard {
	font-size:8pt;
	width:800;
	font-family: Arial;
	position:relative;
	top:195px;
	left:130px;
}

P {
	font-size:9pt;
	font-family: Arial;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
}

I {
	font-size:9pt;
	font-family: Arial;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
}

img {
	padding:0px;
	margin:0px;
}

h1 {
	font-family: Arial;
	padding-left:25pt;
}


H2 {
	font-size:14pt;
	font-family: Arial;
	padding-left:0px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	font-weight:600;
	margin-bottom:5px;
	color: #76aace;
}

H3 {
	background-image: url(images/small_orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size:12pt;
	font-family: Arial;
	padding-left:12px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	font-weight:600;
}

H3.news {
	font-size:10pt;
	font-family: Arial;
	margin-left:auto;
	text-align:right;
	font-weight:400;
}

A.rss {
	color:blue;
	text-decoration:underline;
	font-family: Arial;
	font-size:8pt;
	line-height: 150%;
	text-align:left;
	float:left;
}

td {
	font-size:8pt;
	font-family: Arial;
}

textarea {
	overflow: hidden; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
	height: 4em;
	width: 16em;
	font-size: 8pt;
	font-family: Arial;
}

SMALL {
	color: #76aace;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;*/
padding: 0px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
