@charset "utf-8";
.twoColFixLt #container {
	width: 70%;
	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. */
	background-color: #FFFFCC;
}
.twoColFixLt #mainContent {
	margin: 0 0 00px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EAFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#wrapper { 
	width: 760px; 
	margin: 0 auto; 
	text-align: left; 
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo {
	background-image: url(../Images/FThdr.gif);
	background-repeat: no-repeat;
}
td img {display: block;}
a {
	color: #ee9414;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {

}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #0033FF;
	text-align: center;
	background-color: #FFFF00;
}



h2 {
	margin-top: 1em;
	padding-bottom: 2px;
	color: #046280;
	font-size: 1.2em;
	margin-bottom: -1em;
}
p { line-height: 1.5; }
.mylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #3300CC;
}
#nav {
	display: none;
}
