@charset "utf-8";


BODY {
	width:100%; height: auto;
	background:url(/images/angledLinesBG.jpg) repeat-x; background-color: #e7e7e7; 
	font-size: small;
	margin: 0;
}

A {
	text-decoration: none;
	color: #72a1c2;
}

LI {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
}
	.secondLevel LI {
		margin-left: -25px;
	}

H2 {
  font: bold 190%/100% "Arial";
  position: relative;
  color: #276491;
  text-align: center;
}

	H2 span {
	  background: url(/images/gradient.png) repeat-x;
	  position: absolute;
	  display: block;
	  width: 90%;
	  height: 31px;
	}

H4 {
	font-weight: bold;
	color: #72a1c2; 
	margin-bottom: 0;
}

HR {
	color:#72a1c2;
	background-color:#72a1c2; 
	width: 400px;
	height: 2px;
}

IFRAME {
	height: 100%;
	width: 187px;
}

IMG {
	border: 0px;
}

P.noMargin {
	margin: 0px;
}