@charset "UTF-8";

body {
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #AFAF92;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bkgnd-pattern3.gif);
}

a:link {color: #993300;}
a:visited {color: #993300;}
a:hover {color: #996600;}

#container {margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 895px; text-align: left;}

#navbar {
	background-repeat: no-repeat;
	background-image: url(images/navbar-bkgnd2.jpg);
	background-color: #4D4907;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #FFFFFF;
	text-align: left;
}

#navbar a:link{
	color: #FFFFFF; text-decoration: none;
}
#navbar a:visited {
	color: #FFFFFF; text-decoration: none;
	} 
	
#navbar a:hover {
	color: #000; text-decoration: none; font-weight: normal;
	}
	
#content {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#containertable {
	border: 1px solid #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #330;	
}


h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #993300;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #666633;
}

p {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
}


p.centered {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
}

ul li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
}

#leftcol { background-color: #C8B37C; padding: 20px 20px;}
#rtcoltop { background-image: url(images/rt-col-bkgnd.gif); background-repeat: repeat-x;}
#rtcolbot {
	background-image: url(images/rt-bot-bkgnd-box.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #9B8D66;
}

#caffeinechart {margin-left: 20px;}

#caffeinechart td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 4px;
	border: 1px dotted #CCC;
}

.rtsidebar { background-color: #CC9966; padding: 20px 15px;}

p.footer { background-color: #AFAB75; 
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333;
	padding: 5px 0;}

#tealinktable {border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:4px;}

a.footerlink:link { color: #333; text-decoration: none;}
a.footerlink:visited { color: #333; text-decoration: none;}
a.footerlink:hover { color: #660; text-decoration: underline;}

.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #666600;
	padding: 0 10px 0 10px;
	text-align: center;
}

#teapot {
	position: relative;
	height: 168px;
	width: 154px;
	z-index: 00;
	left: 90px;
	top: 90px;
	visibility: visible;
	clear: both;
}

 .imgs {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #666633;
	
}

.imgs2 {

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bkgnd-pattern3.gif);
}


.photoborder { border: 1px solid #000; }
