/* ::::::::: general text formatting ::::::::: */

a {
	color: #004000;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1px dashed gray;
	margin-right: 15px;
	margin-left: 1px;
}

a:hover {
  color: #666600;
  border-color: #888800;
}

a.plain {
  border: none;
}

p {
  margin: 1px 0;
}

h1 {
	position: relative;
	top: auto;
	left: auto;
	height:auto;
	width: auto;
	overflow: hidden;
	background: #CCFF66;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin: 0;
	border-style: solid;
	border-width: 0 0 0 0;
	color: #CC0066;
	padding: 5px 5px 1px;


}

h2 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #0D0D0D;
  margin: 0.5em 0 0.5em 0;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D1D1D;

}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D2D2D;
	padding: 0px;
	margin: 1px 0px 2px;

}

h5 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3D3D3D
}


body {

  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;



}


div#content {
	float: left;
	width: 70%;
	margin-top: 0.3em;
	}



div#columns {
	padding-top: 1.3em;
	width: 28%;
	float: right;
	}


a.pagelinks,
img.pagelinks {
  border: none;
}



a.tab,
img.tab {
  border: none;
}

a.linklist {
	color: #002050;
/* 	text-decoration: none; */
	font-size: 100%;
	cursor: hand;
	list-style-position: outside;
	list-style-type: upper-roman;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;

/*	padding: 0px 6px 0px 2px; */
/*	border: 0 none; */

}


a:hover {background:yellow; 
     color:black; 
     /* font-weight:bold */
     }



a.noborder,
img.noborder {
  border: none;
}
a.noborder2 {
	border: none;
	color: #CC0066;
}
