@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #99c489; /* outer parameter color */
	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; /* text in floating window color */
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/tb_web.jpg);
	height: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.leftColumn {
	font-size: 11px;
	width: 360px;
	height: 650px;
	float: left;
}
.header {
	width: 590px;
	float: left;
	height: 100px;
	padding: 0px;
}
.content {
	width: 588px;
	float: left;
	height: 550px;
}
.content {
	height: 550px;
	width: 590px;
}
.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 40px 0px 10px 10px;
	text-align: left;
	z-index: 10;
	font-variant: small-caps;
	font-weight: bold;
}
.bodyText {
	height: 400px;
	width: 500px;
	overflow: scroll;
	z-index: 10;
	padding: 40px 0px 10px 10px;
	text-align: left;
	background-color: #aaaaaa;/* floating window color */
}
.domainName {
	width: 360px;
	padding: 260px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.pageLinks {
	width: 320px;
	padding: 50px 0px 0px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
.pageLinks a:link    {
  /* Applies to unvisited links in class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            #000000;
} 
.pageLinks a:visited {
  /* Applies to visited links in class mainNav */
  text-decoration:  none;
  font-weight:      bold;
/*  background-color: #99cf79; link background color */
  color:            #000000; /*link color */
} 
.pageLinks a:hover   {
  /* Applies to links under the pointer in class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
/*  background-color: #b7cf79; link hover background color */
  color:            #000000;
} 
.pageLinks a:active  {
  /* Applies to activated links in class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
/*  background-color:#99cc66;*/
  color:#99cc66; 
} 

