/* PENNANT EAST */
/* PAGE STYLES */

BODY  {
	scrollbar-arrow-color:		#F1F1F1;
	scrollbar-base-color:		#0A4F8A;
	scrollbar-dark-shadow-color:	#3B3BA7;
	scrollbar-track-color:		#29AEFD;
	background: 			#C0C0C0;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
}

body {
	width: 				100%;
	background-image: 		url(../images/layout/bg.gif);
	background-color: 			#C0C0C0;
	margin: 				30px 0 20px 0;
	color: 				#000000;
	margin-bottom:			0;
	margin-top:			0;
}

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
h3 { padding: 0 0 0 0; color: #FFFFFF;}
div { margin:0;padding:0; }
p { margin:0; padding:0; }
img { border:0; }

/* SITE MAIN*/

#header {
	background-image: 		url(../images/layout/header.jpg);
	background-color: 			#017EFF;
	width: 				769px;
	height: 				145px;
}

/* CONTENT*/

#innerbody { 
	margin-bottom:			0px;
	margin-left:			18px;
	margin-right:			18px;
	margin-top:			0px; 
	width: 				729px;
}

#content-wrap {
	width: 				769px;
	padding:				0px 0px 0px 0px;
	background-color: 			#017EFF;
	background-image: 		url(../images/layout/content_bg.jpg);
}

/* NAV*/

#nav-wrap {
	width:				769px;
	background-image: 		url(../images/layout/content_bg.jpg);
}

#mainnav  {
	list-style-type:			none;
	border-top:				2px solid #FFD457;
	border-bottom:			2px solid #FFD457;
	background-image: 		url(../images/layout/nav_bg.jpg);
	margin-top:				0px;
	margin-left:			0px;
	margin-right:			0px;
	margin-bottom:			0px;
	padding-bottom:			5px;
	padding-left:			0;
	padding-right:			0px;
	padding-top:			5px;
	width:				729px;
}

#mainnav li  {
	display:				inline;
	padding-left:			0;
	padding-right:			0;
	text-transform:			uppercase;
	color:				#FFD457;
	font-weight:			bold;
	font-size:			13px;
}

#mainnav li a  {
	background-color:			inherit;
	padding-left:			5px;
	padding-right:			5px;
	color:				#ffffff;
	font-family:			arial, tahoma, verdana, sans-serif;
	text-decoration:			none;
}

#mainnav li a:hover  {
	background-color: 			#8D2102;
	color:				#FFD457;
	padding-bottom:			5px;
	padding-left:			5px;
	padding-right:			5px;
	padding-top:			5px;
}

/* LEFT*/

#leftcol { 
 	width: 				235px;
	padding: 				0px 0px 0px 0px;
 	float: 				left; 
 	position: 				relative;
}

#leftcol { 
 	font-size: 			14px;
	color: 				#ffffff;
	font-weight:			bold;
	font-family: 			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
}

#weeklypic { 
 	border: 				2px solid #B80525;
}

/* RIGHT*/

#rightcol { 
 	width: 				480px;
	padding: 				0px 0px 0px 0px;
	float: 				left;
 	position: 				relative;
	
	font-size: 			12px;
	color: 				#000000;
}

#mainbox { 
 	padding: 				0 0 0 0;
	background-image: 		url(../images/layout/text_bg.jpg);
	float: 				left;
	width: 				475px;
	position: 				relative;
}

#textbox { 
 	padding: 				5px 20px 5px 20px;
	float: 				left
	width: 				475px;
	position: 				relative;
}

#textbox
A:link { 
	color: 				#057FFA; 
	border-bottom: 			1px dashed #057FFA;
	text-decoration: 			none; 
}

#textbox
A:visited {
	color: 				#057FFA;
	border-bottom: 			1px dashed #057FFA;
	text-decoration: 			none;
}

#textbox
 A:hover {
	color: 				#FF0000;
	border-bottom: 			1px dashed #612301;
	text-decoration: 			none;
}

#textbox h1 {
	font-size: 			20px;
	font-family:			Tahoma, verdana, arial, sans-serif;
	padding: 				0 0 0 0;
	margin-bottom: 			12px;
	color: 				#057FFA;
	letter-spacing: 			.1em;
	font-weight: 			bold;
	text-transform:			uppercase;
}

#textbox h2 {
	font-size: 			18px;
	font-family:			Arial, Tahoma, verdana, sans-serif;
	padding: 				0 0 0 0;
	margin-bottom: 			8px;
	color: 				#000000;
	letter-spacing: 			.3em;
	font-weight: 			bold;
	text-transform:			uppercase;
}
	

/* FOOTER */

#footer {
	background-image: 		url(../images/layout/footer_bg.jpg);
	width: 				769px;
	height: 				52px;
}

#bottom  {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	color:				#FFFFFF;
	text-align:			center;
}

#bottom A:link  {
	color:				#FFFF00;
	text-decoration:			underline;
}

#bottom A:visited  {
	color:				#FFFF00;
	text-decoration:			underline;
}

#bottom A:hover  {
	color:				FF0000;
	text-decoration:			underline;
}



/* Mozilla [11] code */ 

#body > #innerbody { border-bottom: 1px solid } 
#leftcol { margin-right: 1px; } 
#rightcol { margin-left: 1px; } 
#rightcol p { padding-left: 10px; } 
#centercol { margin: 0 -8px 0 -2px; } 