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

body {
	margin: 0;
	padding: 0;
	background: #e4e4e4 url(images/bodybg1.jpg) top center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

#headerwrap {
	width: 100%;
	height: 173px;
	background: #e4e4e4 url(images/headerbg1.jpg) top repeat-x;
}

#header {
	width: 960px;
	height: 173px;
	background: url(images/header960c.jpg) top center no-repeat;
	margin: 0 auto;
}

#headerg {
	width: 960px;
	height: 173px;
	background: url(images/header960g.jpg) top center no-repeat;
	margin: 0 auto;
}

#headerh {
	width: 960px;
	height: 173px;
	background: url(images/header960h.jpg) top center no-repeat;
	margin: 0 auto;
}

#headere {
	width: 960px;
	height: 173px;
	background: url(images/header960e.jpg) top center no-repeat;
	margin: 0 auto;
}

#headerbfl {
	width: 960px;
	height: 173px;
	background: url(images/header960b-bigfatlies.jpg) top center no-repeat;
	margin: 0 auto;
}


#header p, #header h1 	{ text-indent: -9999px;margin-top:0px;}

#contentwrap {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 810px;
	margin: 0 auto;
	padding: 5px 50px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
	letter-spacing:-1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h2 { font-size: 30px;  }
h3 { font-size: 26px; color: #014082; }
h4 { font-size: 21px; }

p { font-size: 16px; line-height: 1.4em; }
#content p			{margin-bottom: 15px;}
#footer p {
	font-size: 12px;
}
#footer a { color: #666; }

p, ul li {
	font-size: 16px;
	line-height: 1.4em;
}

ul li { margin-bottom: 15px; }

.small { font-size: 14px; }

.red { color: #bf2332; }
.blue { color: #25408f; }
.darkblue { color: #014082; }
.orange { color: #eb8100; }
.purple { color: #6512a0; }
.green { color: #028F02; }
.pink { color: #bb2876; }

.highlight { background: #FFFF66; }

.divider {
	background: url(images/dividertop.jpg) top center no-repeat;
	height: 45px;
	width: 910px;
	margin-left:-50px;
}

table.tbox { 
	border: solid 2px #336699; 
	background-color: #ffffff;}
td.gboxc { 
	border: solid 2px #333333; 
	background-color: #ffffff; padding: 10px;}
td.tboxc { padding: 10px;}