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

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

.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:20px;
}
.linkdecoration{

	/*line-height:1.3em;*/
	}
.linkdecoration a{
	color:#FFFFFF;
	/*line-height:1.3em;*/
}

