@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	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: #333333;
}
a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: underline;
	color: #339933;
}
a:active {
	text-decoration: none;
	color: #339933;
}
img {
	border: 0;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #container { 
	width: 990px;  
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.jpg) top center no-repeat;
} 
.twoColFixLtHdr #header { 
	padding: 0;
	margin: 0;
	z-index:3;
} 
.twoColFixLtHdr #sidebar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	float: left; 
	width: 275px; 
	padding: 60px 20px 20px 20px;
}
.twoColFixLtHdr #mainContent { 
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 0 325px; 
	padding: 0 100px 0 0;
	z-index: 1;
} 

.twoColFixLtHdr #mainContent h1{ 
	font-size: 18px;
} 
.twoColFixLtHdr #footer { 
	padding: 0;
	margin: 0;
	text-align: right;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.definition{
	font-weight: bold;
	font-style: italic;
}
.small {
	font-size: 11px;
}

