@charset "utf-8";

#container{
	margin-top: 84px;
	position: absolute;
	left: 50%;
	margin-left: -363px;
	width: 725px;
	background-image:url(images/bgContent.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#logo{
	width: 585px;
	height: 56px;
	margin-top: 18px;
	margin-bottom: 10px;
	position: absolute;
	left: 50%;
	margin-left: -293px;
}
#flashContainer{
	width: 725px;
	height: 430px;
}
#content{
	width: 571px;
	padding-left: 77px;
	padding-right: 77px;
	padding-top: 10px;
	padding-bottom: 65px;
	background-image:url(images/bgBtm.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#txtHiglight{
	padding: 12px;
	background-image: url(images/bgTxtHiglight.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #41412C;
	margin-bottom: 15px;
	margin-top: 5px;
}
#leftCol{
	width: 326px;
	padding-right: 12px;
	padding-top: 20px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5F5F3F;
}
#rightCol{
	width: 232px;
	float: left;
}
#btmBanner{
	width: 150px;
	height: 24px;
	float: left;
	margin-left: 210px;
	margin-top: 35px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #5F5F3F;;
	text-align: center;
}
.txtRightCol{
	background-image: url(images/lineRight.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 15px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5F5F3F;
	padding-top: 10px;
	padding-bottom: 15px;
}
#rightCol a,a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F5F3F;
	text-decoration: underline;
}
#rightCol a:hover,a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F5F3F;
	text-decoration: none;
}
#rightCol h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F5F3F;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.smallDate{
	font-family: Tahoma, Verdana, Arial;
	color: #5F5F3F;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftCol p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	position:absolute;
	left: 50%;
	top: 0px;
	margin-top: 0px;
	margin-left: -374px;
	width:725px;
	height:29px;
	background-image: url(images/bgFooter.jpg);
	background-repeat: repeat-x;
	text-align: center;
}