body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575757;
}
body {
	background-color:#DBD8B0;
	background-image:url(images/btop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 0px;
}

/*body tags for current page*/
body.researcher-aging li#researcher-aging a,
body.researcher-weight li#researcher-weight a,
body.researcher-health li#researcher-health a,
body.about li#about a,
body.resume li#resume a,
body.author li#author1 a,
body.booktestimonials li#booktestimonials a,
body.contactg li#contactg a,
body.contactps li#contactps a,
body.radio li#upcoming a,
body.media li#mediaroom a,
body.blogmedia li#blogmedia a,
body.othermedia li#othermedia a,
body.mediaarchives li#mediaarchives a,
body.archives li#archives a {
	text-decoration:underline;
	}

/*body tags for current page*/
body.home li#home a,
body.author li#author a,
body.booktestimonials li#author a,
body.resume li#about1 a,
body.about li#about1 a,
body.contactg li#contact a,
body.contactps li#contact a,
body.speaker li#speaker a,
body.othermedia li#media a,
body.media li#media a,
body.blogmedia li#media a,
body.mediaarchives li#media a,
body.researcher li#researcher a,
body.researcher-health li#researcher a,
body.researcher-weight li#researcher a,
body.researcher-aging li#researcher a,
body.artist li#artist a,
body.radio li#radio a,
body.archives li#radio a,
body.philanthropy li#philanthropy a {
	background-color:#DBD8B0;
	color: #2C475A;
	text-decoration:underline;
	}


/*Links*/
a:link {color: #BF7B72; text-decoration: underline;}
a:visited {text-decoration: underline;	color: #BF7B72;}
a:hover {
	text-decoration: underline;
	color: #669933;
}
a:active {text-decoration: underline;	color: #BF7B72;}

a.topbtn:link {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #0000FF; text-decoration: none;}
a.topbtn:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #0000FF; text-decoration: none;}
a.topbtn:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #CC6600; text-decoration: underline;}
a.topbtn:active {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #0000FF; text-decoration: none;}

/*Links Tooltips*/

.tooltip {
	background-color:#DBD8B0;
	border:thin solid gray;
	padding: 2px 2px 2px 2px;
	display:block;
	position:absolute;
	background: url(images/drop.png) no-repeat bottom right;
	}

/*Defaults*/
h1, h2{font-size: 14px; color:#000000;}
h3, h4, h5, h6 {font-size: 12px; font-weight:bold;}

/*Alignment*/
.par {margin-left: 1em;}
.parsm {margin-left:1em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

/*Font Styles*/
.hdrtxt {font-size:14px; font-weight:bold; text-transform:uppercase;}
.hdtxt2 {font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#BD7A71; display:block;}
.hdtxt2sm {font-size:12px; font-weight:bold; color:black; background-color:#DBD8B0;}

.red  {color:#FF0000; font-weight:bold; font-size:10px;}

.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.smtxtb {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.smtxtbw {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#FFFFFF;}

/*Borders*/
.bdrrt {border-right-style:solid; border-right-width:thin; border-right-color:#999999;}
.bdrleft {border-left-style:solid; border-left-width:thin; border-left-color:#999999;}
.bdrtop {border-top-style:solid; border-top-width:thin; border-top-color:#999999;}
.bdrbtm {border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#999999;}
.bdrbt {border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#999999;}
.bdrrtbt {border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#999999;border-right-style:solid; border-right-width:thin; border-right-color:#999999;}
.bdrbtmdash {border-bottom-color:#CCCCCC; border-bottom-style:dashed; border-bottom-width:thin;}

/*Other*/
abbr, acronym {cursor: help;}
.hidden {
	display: none;
}

/*List Styles*/
.lisd {list-style-image: url(images/bullet.jpg);}
.lisds {list-style-image: url(images/bullet.jpg); font-size:11px;}
.lisdblock {list-style-image: url(images/bullet.jpg);background-color:#E8E8E8; display:block; font-weight:bold;}
.lisc {list-style-image: url(images/check.gif);}
.lis-radio {list-style-image:url(images/listen.gif); border-bottom: solid 1px gray;}

/*Layout*/
#topheader {
	height:19px;
	padding: 0 0 0 0;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align:center;
	vertical-align:bottom;	
	background-image:url(images/back08_01.png);
	}

#header {
	height: 200px;
	background-image:url(images/btn-top.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
#header .noprint {
	height: 200px;
}

#header .printonly {
	display:none;
	}

#all-container {
	width: 800px;
	margin: auto;
}

#body-container {
	position:relative;
	}

#body-container #main {
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
	padding:3px 15px 0px 15px;
	}

#body-container #top {
	background-image:url(images/back08_03.png);
	background-repeat:no-repeat;
	height:32px;
	}

#body-container #btntop {
	margin:auto;
	}

.clear {
	clear:both;
	}

#footer {
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding:20px 0 20px 0;
	margin:auto;
	clear:both;
	}

#btmimg {
	clear:both;
	width:800px;
	margin:auto;
	}

#footer .left {
	display:none;
	}

#footer .right {
	float:right;
	width: 50px;
	text-align:right;
	}

/*Sub Containers*/

.right-container {
	float:right;
	width: 365px;
	padding: 0 8px;
}

.half-container {
	float:left;
	width:365px;
	padding: 0 8px;
}

.half-container-open {
	float:left;
	padding: 2px 5px;
}

.three-column {
	float:left;
	padding:2px 5px;
	width:195px;
}

.third-one {
	float:left;
	width:300px;
	padding:2px 5px;
}

.third-two {
	float:left;
	width:602px;
	padding:2px 5px;
}

.third-2col {
	float:left;
	width:50%;
	}

.full {
	clear:both;
	}

/*Line across top only*/
.topbox {
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	height:30px;
	width:100%;
	text-indent:7px;
	color:black;
	padding-top:4px;
	}

.topboxg {
	background-image:url(images/lineg.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	height:30px;
	width:100%;
	text-indent:7px;
	color:black;
	padding-top:4px;
	}

.topboxa {
	background-image:url(images/linea.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	height:30px;
	width:100%;
	text-indent:7px;
	color:black;
	padding-top:4px;
	}
	
.topbox-long {
	background-image:url(images/line2.jpg);
	background-repeat:no-repeat;
	background-position: top center;	
	height:35px; 
	width:100%;
	text-indent:7px;
	color:black;
	text-align:center;
	padding-top:4px;
	}

#imageshadow {
	background-image:url(images/drop.png); 
	background-position:bottom right;
	}


/*Commons*/
.w150 {width:150px;}
.w175 {width:175px;}
.w185 {width:185px;}
.w190 {width:190px;}
.w200 {width:200px;}
.w225 {width:225px;}
.w250 {width:250px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w475 {width:475px;}
.w500 {width:500px;}
.w550 {width:550px;}
.w600 {width:600px;}
.h300 {height:300px;}
.h350 {height:350px;}
.h375 {height:375px;}
.h450 {height:450px;}

/*external links*/
a[href^="http:"] {
	background: url(images/icons/extlink.gif) no-repeat right top;
	padding-right: 18px;
	}

a.nopdf[href^="http:"], a.nopdf[href$=".pdf"] {
	background: none;
	padding-right: 0;
	}

a[href^="mailto:"] {
	background: url(images/icons/email.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href$=".pdf"] {
	background: url(images/icons/adobe.gif) no-repeat right top;
	padding-right: 18px;
	}
a[href$=".jpg"] {
	background-image:none;
	padding-right:0;
	}

/*Form styles*/

fieldset {
	margin:1em 0;
	padding:0 1em;
	border:1px solid #ccc;
	background: beige;	
	}

legend {
	font-weight:bold;
	}

label {
	font-weight:bold;
	display:block;
	background-color:#F0EFDD;
	}

input {
	margin-left:10px;
	}
	
textarea {
	width: 300px;
	height:100px;
	margin-left:10px;
}

input [type="text"] {
	width: 200px;
	}

input.shorttext [type="text"] {
	width: auto;
	}

input.radio, input.checkbox, input.submit {
	width:auto;
	}

input.checkbox {
	margin-left: 10px;
	}

input.noleft {
	margin-left:auto;
	}

input.paypal {
	width: auto;
	}