body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 0px;
}

/*body tags for current page*/
body.home li#home a,
body.author li#author a,
body.resume li#resume a,
body.contact li#contact a,
body.speaker li#speaker a,
body.researcher li#researcher a,
body.artist li#artist a,
body.philanthropy li#philanthropy a {
	text-decoration:underline;
	color:white;
	}

body.home #header {
	height: 129px;
	background-image: url(images/headers/home.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.products #header {
	height: 209px;
	background-image: url(images/headers/products.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.contact #header {
	height: 209px;
	background-image: url(images/headers/contact.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.facts #header {
	height: 209px;
	background-image: url(images/headers/facts.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.about #header {
	height: 209px;
	background-image: url(images/headers/about.jpg );
	background-position:center;
	background-repeat:no-repeat;
}

body.portfolio #header {
	height: 209px;
	background-image: url(images/headers/portfolio.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.services #header {
	height: 209px;
	background-image: url(images/headers/services.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body.testimonials #header {
	height: 209px;
	background-image: url(images/headers/testimonials.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/*Links*/
a:link {color: #0000FF; text-decoration: underline;}
a:visited {text-decoration: underline;	color: #0000FF;}
a:hover {text-decoration: underline;	color: #FF0000;}
a:active {text-decoration: underline;	color: #0000FF;}

a.topbtn:link {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FFFFFF; text-decoration: none;}
a.topbtn:visited {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FFFFFF; text-decoration: none;}
a.topbtn:hover {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FFFFFF; text-decoration: underline;}
a.topbtn:active {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FFFFFF; text-decoration: none;}

/*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;}
.hdtxt2 {font-size:14px; font-weight:bold; color:#000000;}
.hdtxt2sm {font-size:12px; font-weight:bold; color:black;}

.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;}
.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);}
.lisdblock {list-style-image: url(images/bullet.jpg);background-color:#E8E8E8; display:block; font-weight:bold;}
.lisc {list-style-image: url(images/check.gif);}

/*Layout*/
#topheader {
	display: none;
	}

#header {
	height: 129px;
}
#header .noprint {
	display:none;
}

#header .printonly {
	height: 129px;
	}
	
#all-container {
	width: 100%;
	margin: auto;
}

#body-container {
	position:relative;
	}

#body-container #main {
	padding:3px 15px 0px 15px;
	}

#body-container #top {
	display: none;
	}

.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 {
	display:none;
	}

#footer .left {
	float:left;
	width: 350px;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#footer .right {
	display:none;
	}

/*Sub Containers*/
.right-container {
	width: 100%;
}

/*Buttons*/

#tabs {
	display:none;  
}



/*image blocks*/
#image-container {
width:233px;
height:283px;
margin: 10px 0 0 133px; 
padding: 25px 0 0 0;
position:relative;
caption-side:right;
float:left;
background: url(images/container.png) no-repeat center;
text-align:center;
font-weight:bold;
}

/*external links*/
a[href^="http:"] {
	background: url(images/icons/extlink.gif) no-repeat right top;
	padding-right: 18px;
	}

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;
	}
