/* set the page background color and margins. */
body { margin: 0px; background-image: url(images/bg_pg.gif); background-repeat: repeat-y; background-position: center top; 
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #F3D2D7;
	scrollbar-darkshadow-color: #C96A76;
	/* inner lines */
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #F3D2D7;
	/* face, arrow and track */
	scrollbar-face-color: #E2ADB5;
	scrollbar-arrow-color: #710E20;
	scrollbar-track-color: #BD8EC4;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; color: #000000; font-size: 13px; line-height: 23px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #740D1F; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #CD2828; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #740D1F; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #740D1F; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #CD2828; } /* visited link hover color*/

a.awhite:link { font-weight: bold; text-decoration: none; color: #740D1F; }
a.awhite:hover { font-weight: bold; text-decoration: none; color: #CD2828; }
a.awhite:visited { font-weight: bold; text-decoration: none; color: #740D1F; }
a.awhite:visited:hover { font-weight: bold; text-decoration: none; color: #CD2828; }

a.areadmore:link { font-weight: bold; color: #01887A; }
a.areadmore:hover { font-weight: bold; color: #41B8AA; }
a.areadmore:visited { font-weight: bold; color: #01887A; }
a.areadmore:visited:hover { font-weight: bold; color: #41B8AA; }


li { font-size: 13px; }


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size: 22px; font-weight: normal; color: #740D1F; }
h2 { font-size: 18px; font-weight: bold; color: #CF5583; margin-top: 20px; margin-bottom: -10px; }
h2.h2full-margin { font-size: 18px; font-weight: bold; color: #CF5583; margin-bottom: 10px; }
h3 { font-size: 15px; font-weight: bold; color: #7C348A; margin-top: 20px; margin-bottom: -10px; }
h3.h3white { font-size: 15px; font-weight: bold; color: #FFFFFF; }

p.pnavlf { 
	background-color: #007B6E;
	color: #ffffff; font-size: 10px; font-weight: bold; line-height: 15px;
	padding: 3 10 4 10; margin: 3 2 2 2; }
p.pnavhl {
	color: #ffffff; background-color: #2D357E; font-weight: bold; font-size: 11px; line-height: 15px;
	border-top-width: 2px; border-top-color: #ffffff; border-top-style: solid;
	border-bottom-width: 2px; border-bottom-color: #ffffff; border-bottom-style: solid;
	margin-bottom: 5px; padding: 2 10 4 10;
	 }
table.container { background-color: #ffffff; margin-top: 15px; }
td.tdfooter {
	background-image: url(images/bg_foot.jpg); background-repeat: repeat-y; background-position: top center;
	font-size: 10px; line-height: 12px;
	padding: 10px 45px 5px 45px; }
td.tdright { background-image:  url(images/bg_well-rt.jpg); background-repeat: repeat-y; background-position: top right;}
td.tdwell {
	width: 670px;
	background-image:  url(images/bg_well-lf.jpg); background-repeat: repeat-y; background-position: top right;
	padding: 45 0 15px 45; }
td.tdnavfoot {
	background-image:  url(images/bg_well-lf.jpg); background-repeat: repeat-y; background-position: top right;
	height: 43px;
	padding: 15 45 15px 45;
 }
p.pnavfoot { font-size: 9px; font-weight: bold; }
p.pmain { color: #6C1D6C; font-weight: bold; }
p.psubcat { margin-left: 124px; }
p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
.readmore { font-size: 10px; color: #01887A; font-weight: bold; }

.imgmatchart { margin-top: 10px ; }
p.snav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
.coming { font-family: times new roman, times, serif; font-size: 60px; color: #ffffff; }
.fmouse { font-weight: bold; color: #740D1F; font-size: 10px; }
.fpast { color: #C692D0; }

/* form fields */
form { margin-bottom: 10; }

.formbold {
	width: 150px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;
	border: 1px inset #ffffff;
}

.formnormal {
	width: 150px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;	
	border: 1px inset #ffffff;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}

.formtiny {
	width: 100px;
	font-size : 8px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #cccccc;	
	border: 1px inset #ffffff;
}