body {
    color: #000000;
	margin-top: 0px;
	margin-left: 0px;

}
a:link {
	color: #004a8f;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #ab0534;
	text-decoration: none;
}
a:active {
	color: #ab0534;
	text-decoration: none;
}


/* index page -- positioning */


#idxContainer {
 	position: absolute;
	left: 50%;
    margin-left: -310px;
	width: 620px;
    margin-top: 0px;
	background-image: url(../images/idx_bkg.gif);
	background-repeat: no-repeat;	
}
#idxNav {
  	position: absolute;
	visibility: visible;
	left: 160px;
	top: 0px;
	z-index: 1;
}
#idxSpecial {
 	position: absolute;
	visibility: visible;
	width: 139px;
	left: 464px;
	top: 59px;
	z-index: 1;
}
#idxPhoto1 {
	position: absolute;
	visibility: visible;
	width: 120px;
	left: 369px;
	top: 144px;
	z-index: 1;
}
#idxPhoto2 {
	position: absolute;
	visibility: visible;
	width: 120px;
	left: 501px;
	top: 99px;
	z-index: 1;
}

/* all pages  */

.footer {
	position: relative;
	float: left
	width: 300px;
	padding: 20px 0px 0px 0px
	z-index: 1;
}


/* static pages -- position */

#pgContainer {
 	position: absolute;
	left: 50%;
    margin-left: -305px;
	width: 610px;
    margin-top: 0px;
}
#pgNav {
    position: absolute;
	visibility: visible;
	left: 64px;
	top: 0px;
	z-index: 1;
}
#hmNav {
    position: absolute;
	visibility: visible;
	left: 489px;
	top: 0px;
	z-index: 1;
}
#pgSpecial {
 	position: absolute;
	visibility: visible;
	left: 453px;
	top: 59px;
	z-index: 1;
}
#pgSpecial2 {
 	position: absolute;
	visibility: visible;
	left: 401px;
	top: 59px;
	z-index: 1;
}
#cirCallout {
 	position: absolute;
	visibility: visible;
	left: 528px;
	top: 126px;
	z-index: 1;
}
#pgLogo {
	position: absolute;
	visibility: visible;
	left: 39px;
	top: 66px;
	z-index: 1;
}
#photoA1 {
	position: absolute;
	visibility: visible;
	left: 477px;
	top: 99px;
	z-index: 1;
}
#photoA2 {
	position: absolute;
	visibility: visible;
	left: 477px;
	top: 249px;
	z-index: 1;
}
#photoC1 {
	position: absolute;
	visibility: visible;
	left: 341px;
	top: 107px;
	z-index: 1;
}
#photoC2 {
	position: absolute;
	visibility: visible;
	left: 341px;
	top: 257px;
	z-index: 1;
}
#sidebar {
	position: absolute;
	visibility: visible;
	left: 476px;
	top: 133px;
	z-index: 1;
}

/* CW specific pages -- positioning */

.cwContent {
	position: absolute;
	visibility: visible;
	width: 456px;
	padding: 48px 0px 0px 122px;
	z-index: 1;
}
.cwContentWide {
	position: absolute;
	visibility: visible;
	width: 684px;
	padding: 48px 0px 0px 122px;
	z-index: 1;
}

/* text styles */


.idxText {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.text {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
.textItalic {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-style: italic
}
.textBold {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}
.textBoldItal {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	font-style: italic
}
.head {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #004a8f;
}
.subhead {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #004a8f;
}
.sidebarText {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #808160;
}
.textSidebar {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
}
.textGray {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
.textGraySm {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

/* do not use -- must use div style!  */

.idxContent {
	position: absolute;
	visibility: visible;
	width: 217px;
	padding: 164px 0px 0px 138px;
	z-index: 1;
}
.pgContent {
	position: absolute;
	visibility: visible;
	width: 468px;
	padding: 122px 0px 0px 48px;
	z-index: 1;
}

/* ---------  */


