body {
	background-color: #DCCFA7;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

h1 {
	color: #cabf9c;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	color: #F45C09;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

a:Link, a:Active, a:Visited {
	color: #6699CC;
}

a:Hover {
	color: #F45C09;
}

.divider {
	width: 100%;
	height: 12px;
	background-image: url(../images/point.gif);
	background-repeat: repeat-x;
}

.blueTableHeader {

	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

/* START :  */

/* START: portfolio graphics */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
 .img-border img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

/* END: portfolio graphics  */

#mainContainer {
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: auto;
	border: 1px solid #2A67A4;
	
	background-color: #FFF;
}

/* START : inner header styles */

#mainBodyOuter {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: auto;
	border-left: 1px solid #2A67A4;
	border-right: 1px solid #2A67A4;
	border-bottom: 1px solid #2A67A4;
	background-color: #f5f3eb;
}

#headerSpacerTop {
	position: relative;
	width: 775px;
	height: 24px;
	text-align: right;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#headerSpacerBottom {
	position: relative;
	width: 775px;
	height: 11px;
	background-image: url(../images/backgrounds/bg_top_inner.gif);
	background-repeat: repeat-x;
	background-color: #8FC0E8;
	border-left: 1px solid #2A67A4;
	border-right: 1px solid #2A67A4;
	border-top: 1px solid #2A67A4;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#headerLogoBtm {
	position: absolute;
	right: 0;
	top: 0;
	width: 97px;
	height: 33px;
}

#mainNavInner {
	position: relative;
	width: 775px;
	height: 33px;
	border-left: 1px solid #2A67A4;
	border-right: 1px solid #2A67A4;
	background-color: #8FC0E8;
	margin-left: auto;
	margin-right: auto;
}




/* START : Info Box Top Right */

#boxTopRight {
	background-color: #D1E7FB;

}

#boxTopRightText {
	margin-left: 15px;
	margin-top:  3px;
	text-align: left;

}


/* END : Info Box Top Right */

/* START : Main styles */

#mainBodyInner {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images/terry.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 100%;
	height: auto;
	border-bottom: 20px solid #DEE7F0;

}

#mainNavBarBtm {
	position: relative;
	width: 100%;
	height: 18px;
	background-color: #4A8EC4;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	line-height: 18px;
}


#mainNavBarBtm a:Link, #mainNavBarBtm a:Active, #mainNavBarBtm a:Visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

#mainNavBarBtm a:Hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}

#breadHH a:Link, #breadHH a:Active, #breadHH a:Visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.mainBodyInnerContent {
	width: 615px;
	border: 0;
	margin-left: 160px;
	margin-bottom: 15px;
}

.headerMargTop {
	margin-top: 27px;
}

/* END : Main  styles */

/* END : page elements */

a.linkArrow:Link, a.linkArrow:Active, a.linkArrow:Visited {
	color: #666;
	background-image: url(../images/backgrounds/red_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
}

a.linkArrow:Hover {
	color: #DC1232;
	background-image: url(../images/backgrounds/red_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
}


