BODY {
  background: white;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.leftLINKS {
	font-size: 10px;
	color: #003366;
}
.rightLINKS {
	font-size: 12px;
}


A:link, A:visited {
  color: #0029A3;
  text-decoration: none;
}

A:hover {
  color: #5D59ac;
  text-decoration: underline;
}

a.bigLINK {
	font-size: 16pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.bigLINK:hover {
color: #4F7EFF; text-decoration: underline; font-weight: bold; font-size: 16pt;
}
a.bigLINK:visited {
color: #4F7EFF; text-decoration: underline; font-weight: bold; font-size: 16pt;
}






H1 {
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

H2, .pageSubHeading {
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
}

H3 {
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}

H4 {
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}

H6 {
  color: #114477;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

.DivBox
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	
	padding-bottom: 10px;
	float: left;
	border-right: #20A100 1px solid;
	border-left: #20A100 1px solid;
	border-bottom: #20A100 1px solid;
	border-top: #20A100 1px solid;
	background: #f1f1f1;

}

.DivBoxTitle
{
	background-color: #25C04A;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	font: bold 70% Verdana;
	color: #ffffff;
}

.DivPhotoCap
{
	background-color: black;
	color: #FFFFFF;
	font: Verdana;
	font-size:9pt;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 1px;
}


.DivPhoto
{	
	align: center;
	background-color: black;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 1px;
}

.DivLine
{
	padding-left: 20px;
	/* background-image: URL(../../img/blueTriangle.gif); 
	background-repeat: no-repeat;
	background-position: 6 8;*/
	font: verdana;
	font-size:11pt;
	color: #003399;
	line-height: 90%;
}