body {
  font-size: 90%;
  color: #3333ff;
  background: #eeeeee url(../images/pageBG.jpg);
  padding: 5px 0px 20px 0px;
}

a:link {
  color: #0000FF;
  background-color: inherit;
}

a:visited {
  color: #006600;
  background-color: inherit;
}

a: hover {
  color: #0099ff;
  background-color: inherit;
}

/*  ******************************************************* */
/*  The #page element controls the width of the page.       */
/*  For wider pages be sure to adjust the width             */
/*  of #pageContent by the same amount of adjustment here.  */
/*  ******************************************************* */

#page {
  width: 850px;
  margin: auto;
}

/* ****************************** */
/*        Page Header             */
/* ****************************** */

#header {
  color: #3333ff;
  background-color:  #ffffcc;
  height: 150px;
}

#headerLogo {
  text-align: center;
  margin-top: 16px;
}

#topNav {
  font-size: 80%; 
  text-align: right; 
  margin-right: 30px;
  margin-top: 0px;
  padding-top: 10px;
  color: #111;
  background-color: inherit;
}

#topNav a:link, #topNav a:visited {
  color: #111;
  background-color: inherit;
  text-decoration: none;
}

#topNav a:hover {
  text-decoration: underline;
}

#searchForm {
  float: right;
  margin-top: 25px;
  margin-right: 35px;
}

#audienceNavigation {
  font-size: 90%;
  height: 20px;
  color: #ffffcc;
  background-color: #3333ff;
  padding-left: 166px;
}

#audienceNavigation a:link  {
  color: #ffffcc;
  background-color: inherit;
  text-decoration: none;
}

#audienceNavigation a:visited {
  color: #226622;
  background-color: inherit;
  text-decoration: none;
}

#audienceNavigation a:hover {
  text-decoration: underline;
}

/* ****************************** */
/*        Page Body               */
/* ****************************** */

#content {
  color: #3333ff;
  background: #ffffcc url(../images/navBarBG.gif) left repeat-y;
  border: none;
}

#nav {
  float: left;
  width: 160px;
  padding: 10px 0px;
}

#nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

#nav ul li {
  width: 100%;
  margin-bottom: 0.66em;
  padding-right: 10px;
}

#nav a:link {
  display: block;
  color: #ffff99;
  background-color: inherit;
  text-decoration: none;
}

#nav a:visited {
  display: block;
  color: #33cc33;
  background-color: inherit;
  text-decoration: none;
}


#nav a:hover {
  display: block;
  color: #3333ff;
  background-color: #ffffcc;
}

#pageContent {
  width: 635px;
  padding: 5px 0px;
  margin-left: 175px;
  border: none;
}

#rightContentWrapper {
  float: right;
  width: 205px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  background: url(../images/vertRule.gif) repeat-y;
}

#rightContent {
 padding: 0px 10px;
 padding-bottom: 50px;
}

#rightContentTitleWrapper {
  color: #d9d1bd;
  width: 185px;
  background: #332c2c url(../images/subHeadRight.gif) no-repeat;
}

#rightContentTitle {
  text-align: center;
  padding: 5px 0px;
}

#rightContentText {
  padding: 5px;
  font-size: small;
}

#indexPicture {
  text-align: center;
  margin-top: 1em;
  float: right;
}


/* ****************************** */
/*        Page Footer             */
/* ****************************** */

#footer {
  color: #3333ff;
  background-color: #ffffcc;
}

#footer a:link, #footer a:visited {
  color: #3333ff;
  background-color: inherit;
  font-size: 90%;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#requiredLinks {
  padding: 5px 0px;
  text-align: center;
}

#siteLogo {
  height: 125px;
  width: 121px;
  margin-left: -150px;
  margin-bottom: -5px;
}

/* ****************************************** */
/*        General IDs and Classes             */
/* ****************************************** */

.pageTitle {
  width: 340px;
  color: #0000FF;
  padding-bottom: 10px;
  background: url(../images/horzRule.gif) bottom repeat-x;
  margin-right: 5px;
  text-transform: uppercase;
}

.pageTitle2 {
  width: 440px;
  color: #0000FF;
  padding-bottom: 10px;
  background: url(../images/horzRule.gif) bottom repeat-x;
  margin-right: 5px;
  text-transform: uppercase;
}