/* CSS Document */

.body             {background: #CA5C02;}  /* possible to change color */
.white            {background: #ffffff;}
.contentBars      {background: #EFEDD8;}
.newsSeparator    {background: #CECCB8;}
.agendaGrayBorder {background: #A1A1A1;}
.agendaGray       {background: #CFCFCF;}
.bottomLine       {background: #A44A02;}  /* possible to change color */
.submitButton     {background: #356994;}

.grayBg           {background-image: url(images/grayBg.jpg); background-position: left top; background-repeat: repeat;}
.leftShadow       {background-image: url(images/leftShadow.jpg); background-position: left top; background-repeat: repeat;}
.rightShadow      {background-image: url(images/rightShadow.jpg); background-position: left top; background-repeat: repeat;}
.logo             {background-image: url(images/orange/logo.jpg); background-position: center center; background-repeat: no-repeat;}  /* possible to change color */
.menuSeparator    {background-image: url(images/orange/menuSeparator.jpg); background-position: center center; background-repeat: no-repeat;}  /* possible to change color */
.topBg            {background-image: url(images/orange/topBg.jpg); background-position: left top; background-repeat: repeat;}   /* possible to change color */
.menuBg           {background-image: url(images/orange/menuBg.jpg); background-position: left top; background-repeat: repeat;}  /* possible to change color */

.agendaSeparator    {font-family:verdana,tahoma,geneva,sans-serif; color: #184B6E; font-size: .65em; font-weight: bold;}

.whiteText          {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; font-size: .55em;}
.whiteBoldText      {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; font-size: .65em; font-weight: bold;}
.whiteLargeBoldText {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; font-size: .7em; font-weight: bold;}
.grayText           {font-family:verdana,tahoma,geneva,sans-serif; color: #333333; font-size: .65em;}
.grayBoldText       {font-family:verdana,tahoma,geneva,sans-serif; color: #333333; font-size: .65em; font-weight: bold;}
.newsText           {font-family:verdana,tahoma,geneva,sans-serif; color: #252525; font-size: .65em;}
.blueText           {font-family:verdana,tahoma,geneva,sans-serif; color: #356994; font-size: .65em;}
.blueTextBold       {font-family:verdana,tahoma,geneva,sans-serif; color: #356994; font-size: .65em; font-weight: bold;}


.menuBoldLink          {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; text-decoration:none; font-size: .7em; font-weight: bold;}
.menuBoldLink:visited  {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; text-decoration:none; font-size: .7em; font-weight: bold;}
.menuBoldLink:hover    {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; text-decoration:underline; font-size: .7em; font-weight: bold;}
.menuBoldLink:active   {font-family:verdana,tahoma,geneva,sans-serif; color: #ffffff; text-decoration:underline; font-size: .7em; font-weight: bold;}

.widescopeLink           {font-family:verdana,tahoma,geneva,sans-serif; color: #F4F969; text-decoration:none; font-weight: bold;}
.widescopeLink:visited   {font-family:verdana,tahoma,geneva,sans-serif; color: #F4F969; text-decoration:none; font-weight: bold;}
.widescopeLink:hover     {font-family:verdana,tahoma,geneva,sans-serif; color: #F4F969; text-decoration:underline; font-weight: bold;}
.widescopeLink:active    {font-family:verdana,tahoma,geneva,sans-serif; color: #F4F969; text-decoration:underline; font-weight: bold;}

.newsletterForm          {color: #666666; font-size: .6em; font-family:verdana,tahoma,geneva,sans-serif; width:170px; height:17px;}

.newsBorder {border-width: 1; border-style: solid; border-color: #726F5E;}
.grayBorder {border-width: 1; border-style: solid; border-color: #C0BAB2;}