@charset "ISO-8859-1";

td a:link, td a:visited{
	color:#333333;
	text-decoration:none;
}
td a:hover{
	color:#ffffff;
}

#site_layout {
	/* background-color: #716A64; */
	background-color:#CCCCCC;
	width: 100%;
	height: 100%;
}

/************* #globalNav styles **************/

#globalNav{
	background-color:#978E87;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	text-align:center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px; 
	text-align:center;
}


#navBarBottom{
	background-color:#716A64;
	height:10px;
}

#site_layout_content {
	/* background-color: #847B76; */
	background-color: #FFFFFF;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0px 10px 0px;
}

#site_layout_content h1, h2, h3 {
	padding: 5px 0px 0px 20px;
	margin: 0px 0px;
	/* color:#FFFFFF; */
	color: #847B76
}
#site_layout_content p {
	margin:0px 20px 0px 0px;
	padding:0px 20px 10px 20px;
	font-size:90%;
	color:#333333;
}

#site_layout_content ul {
	padding:0px;
	margin:0px 20px 10px 20px;
}
#site_layout_content li {
	list-style-type:none;
}