/* Global styles, background color, font, link styles */

body { 
	background:#FFFEFE; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 10px 0px; 
	text-align: left;
	overflow-y: scroll;
	}
img {
	border: none;
	}
a { 
	font-weight: bold; 
	text-decoration: underline;
	font-style: italic;
	}
.invis {
	color: #FFFEDD;
	}
.invis2 {
	color: #555555;
	}
.first {
	font-size: 11pt; font-family: "Arial", "Helvetica", "sans-serif"; font-weight: normal; font-style: normal ; font-variant: normal
	}

.group {
	width: 800px;
	text-align: left;
	margin: 0 auto; 
	}

/* Container DIV, provides structure for the site block and centers */

#container { 
	width: 800px;
	text-align: left;
	margin: 0 auto; 
	}
	
#container:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}

/* "Table of Contents", including Basics, Focus Areas, Information */

.categories1 { 
	float: left; 
	width: 250px; 
	margin: 0px 0px 10px 0px; 
	}
.categories2 { 
	float: left; 
	width: 280px; 
	margin: 0px 10px 10px 10px; 
	}
.cat_title { 
	background: #555555; 
	color: #FFFFFF; 
	text-align: center;
	font-weight: bold; 
	padding: 15px 0px; 
	}
    
#tr_heading {
	font-weight: bold;
	color: #FFFFFF;
	}
#tr_heading td {
	background: #555555;
	}

.logoImages {
	height: 50px;
	margin: 5px;
}


