@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-attachment: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(background_inside.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 864px;
	background-repeat: repeat-y; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(scroll_background.png);
	height: inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 164px;
	width: 860px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 560px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-style: dotted;
	border-right-color: #55633D;
	border-width: 0px 1px 0px 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.twoColFixLtHdr #content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	empty-cells: hide;
} 

	
#footer {
	width: 860px;
	height: 52px;
	background-repeat: no-repeat; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(footer.png);
	margin-top: -40;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	top: inherit;
} 
	
.trfooter
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size:12px;
	line-height: 1.5em;
	color: #5c4a2d;
	font-style: italic;
	}
	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

h1
	{
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:24px;
	}
	
	h3
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size:15px;
	line-height: 1.3em;
	color: #6B5533;
	}
	
	p
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	font-size:13px;
	line-height: 2.1em;
	color: #6c5532;
	}
	
.pbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #030;
}

.ptem
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	font-size:12px;
	line-height: 1.5em;
	color: #5c4a2d;
	font-style: italic;
	}
	
#sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #030;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
	
a:link {
	color: #d1541d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d12d1d;
}
a:hover {
	text-decoration: none;
	color: #1f683f;
}

.twoColFixLtHdr #container #header a #branding {
	z-index: 1;
	position: relative;
	width: 309px;
	height: 200px;
	left: 0px;
	top: 0px;
}
#sidebar2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #030;
	text-align: center;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent table p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: normal;
	color: #960;
}
.twoColFixLtHdr #container #mainContent #jersey_subs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	color: #960;
}
