/* CSS Document */


/* ******************** sets the bg color to lt brown  ********************** */

body { 
	/*background-image:url(../images/bg.gif);*/
    background-color: #3D362D;
    margin-top: 0px;
    padding-top: 15px;
    /*background: #c0deff url(../images/bg_body.jpg) repeat-y top center;*/

	
}

body img { 

    border: 0px;
	margin: 0px;
	padding: 0px;
	
}


/* ******************** defines the white bg and border for each page  ********************** */


div#page {
    margin-top: 0px;
	padding-top: 0px;
	border: 2px solid #000000;
	/*border-top: none;*/
	background-color: #fff;
	width: 650px;
	
}


/* ******************** for the top images and nav  ********************** */

div#header {
	padding: 30px 15px 15px 30px;
	background-color:#FFF;
	background-image:url(images/bgtop.jpg);
	background-repeat:no-repeat;
}



/* ******************** for the top nav links  ********************** */


div#topnav, div#topnav a:link, div#topnav a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family:"Times", Helvetica, sans-serif;
	letter-spacing: 1px;
	

	
}

a:hover {
  font-weight: bold;
}




/* ******************** for the photo alt tags  ********************** */

div#photo a:link, div#photo a:visited { 

	font-family:Arial, Helvetica, sans-serif; 
    font-size: 12px;
	text-align: center;
	color:#6699cc;
}

/* ******************** controls the middle area (between photo and footer)  ********************** */
/* ******************** including both the main content area and the left nav ********************** */


div#content {
	font-family: "Times", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	padding: 20px;
	color:#000;
	margin-bottom: 0;

}

div#content p {

	margin-top: 0px;
	padding-right: 25px;
	
}

div#content a:link {

	color: #336699;
	text-decoration: none;
	text-align: left;

}

div#content a:visited {

	color: #6699cc;
	text-decoration: none;
	text-align: left;

}


div#content h1 {

    font-family:"Times", Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 2px;
	color: #333;

}


div#content h2  {

    font-family:"Times", Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 2px;
	color: #000000;
}


div#content ul {

	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;


}

div#content ul li {

	margin-top: 4px;
	margin-left: 4px;
     list-style-image: url(../images/bullet_elite.gif);


}



/* ******************** for the left nav ********************** */



div#leftNav {
	width: 143px;
	float:left;
	padding-right: 1px;
	color: #333;
	text-decoration: none;
	font-size: 10px;
	font-family:"Times", Helvetica, sans-serif;
	letter-spacing: 1px;
	
	

}

div#leftNav a:link {

	color: #336699;
	text-decoration: none;

}

div#leftNav a:visited {

	color: #6699cc;
	text-decoration: none;
	

}

div#leftNav ul {

	text-align:center;
	margin-top: 8px;
	
}

div#leftNav ul li {

	margin-top: 2px;
	
}



/* ******************** this is the main content area ********************** */



div#mainCol {
	width: 445px;
	margin: 0px 0 35px 0;
	text-align: left;
	float: right;
	padding: 0 0 0px 20px;
}



/* ****************************************** */



div.bios h2 {
    

	margin-top: 14px;
	
}

div.bios img {
    
    float: right;
	margin: 0px 8px 4px 12px;
	padding: 0px 8px 4px 12px;
	
}



/* *************************************** */


.caption {

    float: right;
	width: 100px;
	color:#336699;
	font-size:10px;
	text-align:center;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 2px 2px 12px 2px;
	padding: 2px 2px 12px 2px;

}

.caption img {

    float: center;
	margin: 0px 10px 1px 12px;
	padding: 0px 10px 1px 12px;
}



/* *************************************** */



div#reportsCol1 {


    float:left;
	width: 115px;
    color:#666666;
	margin: 0 10px 0 0px;
	padding: 0 10px 0 0px;


}


div#reportsCol2 {
    float:left;
	width: 115px;
    color:#666666;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;


}


div#reportsCol3 {


    float:right;
	width: 115px;
    color:#666666;
	margin: 0 10px 0 0px;
	padding: 0 10px 0 0px;
	
}



div#reportsCol1 ul, div#reportsCol2 ul, div#reportsCol3 ul {

	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	
}

div#reportsCol1 ul li, div#reportsCol2 ul li, div#reportsCol3 ul li {

	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	
}



/* *************************************** */


p.summary {

    color:#666666;
	margin: 0px 0 8px 0;
	padding: 0px 0 8px 0;

}




/* **************************************** */



table.elite {

    width: 435px;
	color:#666666;

}



table.elite th {

   color: #ffffff;
   font-family:"Times", Helvetica, sans-serif;
   font-size:12px;
   background-color:#122142;
   margin: 2px 4px 2px 8px;
   padding: 2px 4px 2px 8px;
   letter-spacing: 2px;
   border-right: 1px solid #fff;

}


table.elite td {

    border-bottom: 1px solid #122142;
    margin: 6px 6px 6px 10px;
    padding: 6px 6px 6px 10px;

}

table.elite td.last {

    border-bottom: none;

}


/* ******************** footer ********************** */


div#footer, div#footer a:link, div#footer a:visited {
	padding: 0;
	margin: 0;
    background-color:#6A6769;
    text-align:center;
    color:#ccc;
    font-size:12px;	
	font-family:"Times", Helvetica, sans-serif; 
	text-decoration: none;
	letter-spacing: 1px;
	height: 50px;

}

div#footer p {
	
	padding: 12px 0 0px 0;
	margin: 12px 0 0px 0;
	
}




div#photo img { 

    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    margin: 0px;
    padding: 0px;
	
}


div#nophoto { 

    border-top: 2px solid #303030;
    margin: 0px;
	padding: 0px;
	
}


div#mainCol {
	border-left: 1px solid #303030;
	text-align: left;

	
}

.listelite ul li {

	padding-left: 0px;
	list-style-image: url(../images/bullet_elite.gif);

}


h2.date {

    margin-top: 0px;
    padding-top: 0px;
	border-bottom: 1px solid #acc2eb;
	width: 425px;

}
#page #content #mainCol table {
	text-align: center;
}
#page #content #mainCol table {
	text-align: center;
}
.bestoffremont {
	color: #000;
	font-weight: bold;
}

