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

body	{
	background-color:#f5e009;
	background-image:url(../images/bg_tiles.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

.header	{
	background-image:url(../images/header_bg2.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:257px;
	width:914px;
}

.content	{
	background-image:url(../images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	width:914px;
	text-align:left;
}

.menu	{
	padding-right:29px;
}

.footer	{
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	height:159px;
	width:914px;
}

.footerCopy	{
	font-family:arial black;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:22px;
}

.pcs	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.title	{
	font-family:arial black;
	font-weight:normal;
	font-size:16px;
	color:#ef412a;
}.DateTitle {
	font-size: 24px;
}

