@charset "iso-8859-1";
.menu {
  font-size: 20px;
  font-weight: bold;
  font-family: times;
}
.menugreen {
  font-size: 20px;
  font-weight: bold;
  font-family: times;
}
.menusmallblue {
  color: #3265B0;
  font-size: 12px;
  font-weight: bold;
  font-family: times;
}
.menusmallpurple {
  color: #7B4694;
  font-size: 12px;
  font-weight: bold;
  font-family: times;
}

a.menu:link {color: #b24371; text-decoration: none}
a.menu:visited {color: #b24371; text-decoration: none}
a.menu:hover {color: #A5A2A3}

a.menugreen:link {color: #859830; text-decoration: none}
a.menugreen:visited {color: #859830; text-decoration: none}
a.menugreen:hover {color: #A5A2A3}

a.menusmallblue:link {color: #3265B0; text-decoration: none}
a.menusmallblue:visited {color: #3265B0; text-decoration: none}
a.menusmallblue:hover {color: #A5A2A3}

a.menusmallpurple:link {color: #7B4694; text-decoration: none}
a.menusmallpurple:visited {color: #7B4694; text-decoration: none}
a.menusmallpurple:hover {color: #A5A2A3}

.menusmall {
  font-size: 12px;
  font-weight: bold;
  font-family: times;
}

a.menusmall:link{color: #b24371; text-decoration: none}
a.menusmall:visited {color: #b24371; text-decoration: none}
a.menusmall:hover {color: #A5A2A3}

.whitetext {
  font-size: 14px;
    color: white;
    font-weight: bold;
  font-family: sans-serif;
}

.regfont {
  font-size: 14px;
  font-family: sans-serif;
}

.biggerfont {
  font-size: 16px;
  font-family: sans-serif;
}

.greenfont {
  color: green;
  font-size: 16px;
  font-family: sans-serif;
}

.smallfont {
  font-size: 12px;
  font-family: sans-serif;
}

.smallwhitefont {
  color: white;
  font-size: 12px;
  font-family: sans-serif;
}

.smallspace {
  font-size: 6px;
  font-family: sans-serif;
}
.slogan {
  font-family: Times;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 4px;

}
.bigboldtitle {
  font-family: Times;
  font-size: 38px;
  font-weight: bold;
}
.slogansmall {
  font-family: Times;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
}
.slogan2 {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;

}
.topindent {
   margin-top: 30px;
}
.bigfont {
  font-size: 18px;
  font-family: sans-serif;
}
table.welcome {
  vertical-align: middle;
  }
.impact {
  font-size: 22px;
  font-family: sans-serif;
  font-weight: bold;
}
.extrabold {
  font-size: 26px;
  font-family: sans-serif;
  font-weight: bold;
}
.impact2 {
  font-size: 36px;
  font-family: sans-serif;
  font-weight: bold;
}
.impactwhite {
  color: white;
  font-size: 22px;
  font-family: sans-serif;
  font-weight: bold;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
