
body {
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
}

#titlebar {
	background-image: url(../pics/titleBarBackground2.jpg);
	background-repeat: repeat-x;
	line-height: 1.6em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	color: #333333;
	vertical-align: middle;
}

#success img {
	padding: 10px;
}

#memoriam img {
	padding: 10px;
}

/*  Make "heading links" (like in "Success Stories") appear as normal headings. */
h2 a:link    {
	color:black; text-decoration:none;
}

h2 a:visited {
  color:#666666; text-decoration:none;
}
h2 a:hover {
  color:#0000CC; text-decoration:none;
}

h2 a:active {
  color:#993366; text-decoration:none;
}


td#content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	vertical-align: top;
	width: 630px;
}

td#content H1 {
	text-align:center;
}

#leftBorder {
	background-image:url(../pics/leftside.jpg);
	background-repeat:repeat-y;
	width: 13px;
}

#rightBorder {
	background-image: url(../pics/rightside.jpg);
	background-repeat:repeat-y;
	width: 13px;
}

#leftNav {
  background-image:url(../pics/side2.jpg);
  color:#666666;
  font-family:Arial, Helvetica, sans-serif;
  height: 800px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align:top;
  width: 150px;
}

ul#menu {
  list-style-type: none;
  border-top: solid 1px #b9a894;
  padding: 0px;
  margin: 0px;
}

ul#menu ul {
  display: none;
  text-align: right;
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0px;
}

ul#menu li,
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 15px;
  color: #333333;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 19px;
}

ul#menu ul li {
  border-bottom: none;
  list-style-type:square;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
}

/* Doesn't work in IE6 or 7 dammit.
ul#menu ol li:before {
  content: "- ";
}
*/

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #FFFF33;
}

ul#menu li:hover {
 	background: #66CCFF;
  color: #CC0033;
}


ul#menu ul li:hover , ul#menu ul a:hover {
 	background: #B6FFB6;
  color: #be5028;
}

ul#menu a.active {
  color: #be5028;
}

.activeMenuItem {
	color: #000000;
	background: #FFFFFF;
}


.button {
    background-color: #6699ff;
    border: mediumpx groove #330000;
    color: #ccff33;
    font-size: ;
    font-family: arial;
    font-style: normal;
    font-weight: ;
    padding: 4px;
}

.tiny {
   font-size:60%;
}
