body{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.headerLink {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:hover {
	text-decoration: underline;
}

.HorizNav {

border-bottom: 2px solid #80B5C7;
background: #006B8F;
border-top: 2px solid #80B5C7;
text-align: right;
padding-right: 15px;
color: white;
}

.HorizNav a, .HorizNav a:visited {
	padding-left: 16px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-decoration: none;
	background-image: url(../template_images/green_square.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.HorizNav a:Hover{
	text-decoration: underline;
}

#NavBar{
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background: #CDE1E8;
}

#RightNav {
	padding-bottom: 2px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #B0E2C9;
}

#Content{
	padding: 4px 10px 4px 1px;
}

#Content {
padding: 6px;
}

ul#NavItems {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#NavItems li a:link, ul#NavItems li a:visited{
	display: block;
	text-decoration: none;
	padding: 4px 2px 0px 8px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	background-color: #CDE1E8;
	font-weight: bold;
}

ul#NavItems li a:hover {
	text-decoration: underline;
	color: blue; 
}

.PageSectionHeader {
	border-top: 2px solid #B4E4CE;
	border-bottom: 2px solid #B4E4CE;
	background: #00A155;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 2px 0px 2px 8px;
	text-align: center;
}
div.sectionContent {
	padding: 2px 8px 2px 22px;
	text-align: left;
}


h1, h2, h3,h4 {
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


h1{
	font-size: medium;
}
h2{
	font-size: small;
}
h3{
	font-size: x-small;
}

#Content li {
	padding-top: 6px;
}

.gray_box {
	border: 10px solid #F4F4F4;
	background-color: #E2E2E2;
	padding: 8px;
	margin-top: 10px;
}

.yellow_box {
	border: 10px solid #FFFAE8;
	background-color: #FFF7D9;
	padding: 8px;
	margin-top: 10px;
}

li {
	font-size: 12px;
}

.tableTitle {
	color: #000151;
	font-weight: bold;
}
