﻿body			{
	margin:0px; /*background-color:#939393;*/
	background:white url('../images/bg_Page.gif') repeat-y scroll center top;
}
/*body			{
					SCROLLBAR-3DLIGHT-COLOR: 	#DDDDDD; 
					SCROLLBAR-HIGHLIGHT-COLOR: 	#DDDDDD;
					SCROLLBAR-FACE-COLOR: 		#DDDDDD; 
					SCROLLBAR-SHADOW-COLOR: 	#DDDDDD;
					SCROLLBAR-DARKSHADOW-COLOR:	#DDDDDD;
					SCROLLBAR-TRACK-COLOR: 		#FFFFFF;
					SCROLLBAR-ARROW-COLOR: 		#666666;
				}*/
textarea, select, input, li, td, body		{ font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#666666; }
textarea		{ width:100%; }

a				{ text-decoration:underline; }
a:link			{ text-decoration:underline; }
a:hover			{ text-decoration:underline; }

#leftPanel		{ width:185px; background-color:#F9F9F9; background-image:url('../images/bg_LeftPanel.gif'); background-position: center top; background-repeat:repeat-y;
					text-align:center; }
#centrePanel	{ width:600px; background-color:White; }
#rightPanel		{ width:185px; background-color:#F9F9F9; background-image:url('../images/bg_RightPanel.gif'); background-position: center top; background-repeat:repeat-y;
					text-align:center; }
					
.mainMenu		{ background-image:url('../images/bg_MenuBar.gif'); background-position: left middle; background-repeat:repeat-x; }
	.mainMenu td	{ height:26px; text-align:center; color:#5A861F; }
	.mainMenu a		{ color:White; font-weight:bold; }
.menuDivider	{ height:24px; background-color:#E8E8E8; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#D7D7D7', endColorStr='#EEEEEE', gradientType='0'); }
.greenDivider	{ height:36px; color:White; padding-left:7px; font-weight:bold;
					background-color:#83BD12; background-image:url('../images/bg_GreenDivider.gif'); background-position: center top; background-repeat:repeat-y; }
.mainContent	{ text-align:center; }
.locationText	{ }	
	.locationText a	{ font-size:12pt; font-weight:bold; color:#83BD12; }
.greenCallout	{ height:90px; color:White; background-color:#83BD12; padding:7px; text-align:right;
					background-image:url('../images/bg_GreenCallOut.gif'); background-position: center top; background-repeat:repeat-y; }
.footer			{ background-color:#E3E3E3; text-align:center; padding:7px; }
.JAMline		{ text-align:right; padding:7px; font-size:7pt; }
	.JAMline a		{ color:Red; font-weight:bold; }
	
.alert, .alert a {
	color:#ff9900; font-weight:bold;
}