/*********************************************/
/**** global classes                      ****/
/*********************************************/

BODY
	{
		background-repeat: no-repeat;
		margin-top: 0px;
		margin-left: 0px;
	}

A:link, A:visited 
	{
		font-family: arial, helvetica;
		color: #003399;
		text-decoration: none;
	}

A:active, A:hover 
	{
		font-family: arial, helvetica;
		color: #336633;
		text-decoration: none;
	}

/*********************************************/
/**** menu classes used throughout the site **/
/*********************************************/

/**** Begin Main Menu classes for Home Page ***/	

.menuTextHome
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		padding-top: 0px;
		padding-left: 15px;
		/*padding-bottom: 27px;*/
		color: #FFFFFF;
	}

.menuTextHomeGreen
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		padding-top: 0px;
		padding-left: 15px;		
		padding-bottom: 5px;
		color: #9CFF9C;
/*		visibility: hidden;*/
	}
	
.menuTextHomeGreenEnd
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		padding-top: 0px;
		padding-left: 15px;		
		color: #9CFF9C;
/*		visibility: hidden;*/
	}	
		
.menuTextHomeLeft
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0px;
		color: #FFFFFF;
		text-align: right;
	}

.menuTextHomeGreenLeft
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 15px;	
		padding-bottom: 5px;
		color: #9CFF9C;
		text-align: right;
	}

.officeLink
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
	}	

.officeLink A:link, .officeLink A:visited, .officeLink A:active,
.menuTextHome A:link, .menuTextHome A:visited, .menuTextHome A:active,
.menuTextHomeLeft A:link, .menuTextHomeLeft A:visited, .menuTextHomeLeft A:active
	{
		text-decoration: none;
		color: #FFFFFF;
	}
		
.menuTextHome A:hover, .menuTextHomeLeft A:hover, .officeLink A:hover
	{
		text-decoration: none;
		color: #9CFF9C;
	}	
/**** End Main Menu classes for Home Page*****/		


/**** Begin Main Menu classes for sub pages **/	

.menuText /*this is the standard main menu text*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-top: 0px;
		padding-bottom: 12px;
		color: #003399;
	}	

.menuTextSub /*this is the main menu text for the page if that section HAS subsections AND the user is in one of the sub sections*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: #003399;
	}		

.menuTextGray /*this is the main menu text for the page if that section HAS subsections AND the user is on the main page for that section*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: #6C6D6E;
	}
	
.menuTextGrayNoSub /*this is the main menu text for the page the user is on if that section DOES NOT have subsections*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-top: 0px;
		padding-bottom: 12px;
		color: #6C6D6E;
	}

.menuTextGreen /*this is the rollover version of the main menu*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		color: #336633;
	}
	
.menuText A:hover, .menuTextSub A:hover
	{
		text-decoration: none;
		color: #336633;
	}	
		
/**** End Main Menu classes for sub pages ****/	

/**** Begin Sub Menu classes *****************/	

.subMenuText
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-bottom: 2px;
		color: #003399;
	}

.subMenuTextEnd /*this is the sub-menu text for the last item in the sub-menu*/
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-bottom: 12px;
		color: #003399;
	}
		
.subMenuTextGray /*this is the sub-menu text for the page that the user is on*/
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-bottom: 2px;
		color: #6C6D6E;
	}

.subMenuTextGrayEnd /*this is the sub-menu text for the last item if the user is on that page*/
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding-right: 4px;
		padding-bottom: 12px;
		color: #6C6D6E;
	}

.subMenuText A:link,.subMenuText A:visited, .subMenuText A:active, 
.subMenuTextEnd A:link,.subMenuTextEnd A:visited, .subMenuTextEnd A:active
	{
		text-decoration: none;
		color: #003399;
	}

.subMenuText A:hover, .subMenuTextEnd A:hover
	{
		text-decoration: none;
		color: #336633;
	}
		
/**** End Sub Menu classes *******************/	

/*********************************************/
/** content classes used throughout the site */
/*********************************************/

/**** Begin Content classes ******************/	
				
.mainContent /*this is where the content goes*/
	{
		font-family: arial, helvetica;
		font-size: 12pt;
		vertical-align: top;
		padding-right: 25px;
	}
	
TD.mainContent A:link, TD.mainContent A:visited, TD.mainContent A:active /*this is the content links*/
	{
		font-family: arial, helvetica;
		color: #006633;
		text-decoration: none;
	}	
	
TD.mainContentBold A:link, TD.mainContentBold A:visited, TD.mainContentBold A:active /*this is the bold content links*/
	{
		font-family: arial, helvetica;
		color: #006633;
		text-decoration: none;
		font-weight: bold;
	}	
		
.contentTitle /*this is the text title on each page inside the main content area*/
	{
		font-family: arial, helvetica;
		font-size: 12pt;
		font-weight: bold;
	}	
	
.homeText /*this is the text on the index page*/
	{
		font-family: arial, helvetica;
		font-size: 10pt;
		color: #FFFFFF;
	}
	
.homeTextHead /*this is the heading text on the index page*/
	{
		font-family: arial, helvetica;
		font-size: 11pt;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 30px;
		/*font-style: italic;*/
	}	
	
.homeTextHead A:link,  .homeTextHead A:visited, .homeTextHead A:active /*this is the heading text on the index page*/
	{
		font-family: arial, helvetica;
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: bold;
		font-style: italic;
	}	
		
.copyright /*this is the copyright at the foot of each page*/
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		color: #000000;
		text-align: center;
	}

.copyrightHome /*this is the copyright at the foot of the index page*/
	{
		font-family: arial, helvetica;
		font-size: 8pt;
		color: #FFFFFF;
	}		
/**** End Content classes ********************/

/*********************************************/
/**** IDs used only in one place on a page****/
/*********************************************/
	
#rightBlock /*this is the blue bar along the right hand side*/
	{
		padding-top: 20px;
		background-color: #003399;
	}	
	
#arrowTopLeftLogo /*this is the Arrow Capital logo in the upper left hand corner*/
	{
		padding-top: 20px;
		padding-left: 20px;
	}	
	
#pageTitle /*this is the title on the top of each main menu section*/
	{
		padding-top: 30px;
	}
	
#homeBlurb /*this is the blurb to the right of the main menu section*/
	{
		padding-left: 30px;
		font-family: arial, helvetica;
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: bold;
	}	
	
#announceHeader /*this is the blurb to the right of the main menu section*/
	{
		font-family: arial, helvetica;
		font-size: 11pt;
		font-weight: bold;
		color: #5689C4;
	}
.announceText A:link, .announceText A:active, .announceText A:visited /*this is the blurb to the right of the main menu section*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		color: #FFFFFF;
	}
	
.announceText A:hover /*this is the blurb to the right of the main menu section*/
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		color: #9CFF9C;
	}
	
#homeLogo /*this is the logo on the home page*/
	{
		padding-left: 30px;
	}
	
.golfLinks
	{
		font-family: arial, helvetica;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #9CFF9C;
	}
		
#golfLinkImage
	{
		padding-right: 35px;
	}	
	
