@charset "utf-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background-color: #8a5cb1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 22px;
	color: #465C36;
}
h2 {
	color: #8A5CB1;
	font-size: 16px;
	margin: 5px;
}
h3 {
	color: #8A5CB1;
	margin: 2px;
	font-size: 16px;
}
td {
	padding: 2px;

}
td p{
	font-size: 14px;

}
	
.twoColFixLtHdr #container {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p{
	margin: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/SFFooter.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: center;
	font-size: 10px;
}
.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;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	float: left;
	width: 86px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/img12.gif);
	background-repeat: no-repeat;
	background-color: #cc99ff;
	padding: 1px;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
}
#menu a:hover {
	color: #FFF;
	background-color: #9966cc;
	background-image: url(../images/img13.gif);
	background-repeat: no-repeat;
}
input {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
