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

body{
/*background-color:#8A8F68;*/
background-color:#333333;
text-align:center;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
#container{
background-image:url(../images/shadowBlkt.png);
	background-color:#646940;
	width:778px;
	height:504px;
	text-align:left;
	color:#FFFFFF;
	margin: 10px auto;
}
#hometitle{
width:700px;
margin:20px 30px 0px 30px;
color:#FFFFFF;
font-size:13px;
}
#hometitle a{
color:#FFFFFF;
text-decoration:none;
}
#content{
	width:700px;
	margin:30px 0px 0px 30px;
	position: relative;
}

.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;
}
#tagline {
	margin:50px 10px 0px 530px;
	width:162px;
	position: absolute;
}
.tableimg{
	margin:14px 0px 0px 14px;
}
.navimg{
margin-bottom:10px;
}
.noshow{
display:none;
}

