body {
	font: 12px "Lucida Grande", Verdana, sans-serif;
	background-color:#e8edf0;
   margin-top:15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
   padding:0;
}


ul{
	list-style-type:none; /* prevents temporary bullet appearing while image loads */
	list-style-image:url(../images/chevron_bullet_sm.gif);
}

ul.tinyChevron{
	list-style-image:url(../images/chevron_bullet_tiny.gif);
}

li {
   margin-bottom:5px;
}

.pageT {
   width:942px;
   margin-left:auto;
   margin-right:auto;
   background-image:url("../images/concept3top.gif");
   background-repeat:no-repeat;
   background-color:white;
}



.spacer {
   height:224px; /* subtract height of menu div from image height */
}

.menu div {
   float:left;
   height:32px;
   font-size:11pt;
   font-weight:bold;
   text-align:center;
   width:110px;
   line-height:200%;
}

.menu a{
	text-decoration:none;
	display:block;
	height:100%;
   width:100%;
}

.menu .unSel a {
   color:rgb(187,104,26);
}
.menu .unSel a:hover {
   color:black;
}
.menu .sel a {
   color:white;
}
.menu .sel a:hover {
   color:black;
}

.unSel {
   background-color:transparent;
}
.sel {
   background-color:rgb(252,194,4);
}


.thinBar {
   background-color:rgb(252,194,4);
   width:100%;
   height:2px;
}

.content {
   padding:10px;
}

h2.standard {
   color:rgb(187,104,26);
   font-size:13pt;
   margin:0;
   padding:0;
}

h3.standard {
   font-size:10pt;
   margin:20px 0 0 0;
   padding:0;
}

p.standard {
   margin-top:8px;
   margin-bottom:5px;
}

.spacer2 {
   padding-top:10px;
   height:25px;
}

.padding {
   padding:20px;
}

/* approach.. */

.white {
   padding:20px;
}

.pagePres {
   width:900px;
   margin-left:auto;
   margin-right:auto;
}

.arrows {
  border:none;
  text-decoration:none;
}


