#wrap {
	position: relative;
	background-repeat: no-repeat;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	width: 1022px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

#wrap #newsHeadline {
	font-size: 20px;
	font-weight: bold;
	color: #003663;
	width: 920px;
	position: absolute;
	left: 51px;
	top: 190px;
  background-color:transparent;
	
}

#wrap #tagline {
	position: absolute;
	top: 175px;
	right: 53px;
	
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #646567;
}

#wrap #topMenu {
	position: relative;
	
	float: none;
	padding-top: 220px;
	padding-left: 52px;
	height: 60px;
}

#wrap #topMenu #mainMenu {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
}
#wrap #topMenu #mainMenu a {
	text-decoration: none;
	color: #646464;
}

#wrap #topMenu #subMenu {
	width: 920px;
	border: solid;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrap #topMenu #subMenu a {
	text-decoration: none;
	color: #646464;
}

#wrap #title {
	position: relative;
	width: 175px;
	height: 428px;
	float: left;
	padding-top: 17px;
	padding-left: 52px;
	font-size: 15px;
	font-weight: bold;
}

#wrap #content {
	position: relative;
	float: left;
	padding-top: 17px;
	width: 745px;
	text-align: justify;
	line-height: 150%;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}

#wrap #footer {
	position: relative;
	float: none;
	height: 32px;
	width: 920px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 52px;
	
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-color: #000000;
}

#wrap #footer #contact {
	position: relative;
	float: left;
	font-size: 7px;
}

#wrap #footer #copyright {
	position: relative;
	float: right;
	font-size: 7px;
}

#wrap #home {
	position: relative;
	height: 730px;
	width: 1024px;
}
#wrap #spacer {
	width: 51px;
	height: 1px;
	float: left;
}
#wrap #home a {
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

#wrap #home #group1 {
	width: 309px;
	float: left;
	text-align:center;
	background-image:url(../images/group1Image1.gif);
	background-repeat:no-repeat;
	
	margin-top: 250px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 339px;
}
#wrap #home #group2 {
	width: 309px;
	float: left;
	text-align:center;
	background-image:url(../images/group2Image1.gif);
	background-repeat:no-repeat;
	
	margin-top: 250px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 339px;
}
#wrap #home #group3 {
	width: 309px;
	float: left;
	text-align:center;
	background-image:url(../images/group3Image1.gif);
	background-repeat:no-repeat;
	
	margin-top: 250px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 339px;
}

#wrap #content .more-anchor {
	color: red;
	text-decoration: none;
}

table.downloadTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.downloadTable th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.downloadTable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}

.pdfDownload {
	background-image: url(../images/icons/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 20px;
	width: 8px;
	display: block;
}