@charset "utf-8";
/* CSS Document */

 body {
	background:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
 #container {
	
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	width:763px;
	height:800px;
	background: #FFFFFF;
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.footer {
 width:765px; 
 text-align:center;  
margin-left:auto; 
 margin-right:auto;  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:0.65em;
 color:#CCCCCC;  
}
.footer a:link, .footer a:visited {
	color:#CC0000;
	text-decoration:none;
	}

.footer a:hover {
	color: #000000;
	background-color: #ffffff;
	} 

#left {
float:left;
width: 240px;
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
color: #000000;
}
#left p {
margin: 5px 19px;
}
 #mainContent {
 float:left;
    padding-top: 135px;
 	width: 520px;
	height:665px;
	background:top url(images/catalyst_Fall07topLogo.gif) no-repeat #efeded;
	border-left:1px #999999 solid;
}

#mainContent img {
padding-left: 15px;
}

#mainContent p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
color: #000000;
margin-right:10px;
margin-left: 15px;
}

.txtRight {
padding-top:0;
float:right;
width: 425px;
line-height:1em;
}

.txtRight p {
margin:0;
line-height:1.3em;
}
.txtRight h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin: 4px 10px 12px 15px;
line-height:0;

}
.pindexBlack {
	font-weight: normal;
	color:#000000;
	line-height:1.3em; 
	}
	
	.pindexBlack a:link, .pindexBlack a:visited {
	color: #000000;

	}
	.pindexBlack a:hover {
color: #B60811;
	background-color:#7CB942;
	text-decoration:none;
	}
.clr { 
 clear: both; 
 height:15px;
}
