#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 85%  'Raleway', 'Allerta', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #000000;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #000000 url('/images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #5c7b87 url('images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #000000;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
  /*left:0;*/
}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('/images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 14px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #5c7b87 url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

/*This is a comment - Google Fonts imported*/

/*<link href='http://fonts.googleapis.com/css?family=Arvo:400,700|Cabin:400,600|Shadows+Into+Light|Allerta|Raleway:400,300' rel='stylesheet' type='text/css'>*/

/*
font-family: 'Arvo', serif; 
font-family: 'Cabin', sans-serif;
font-family: 'Shadows Into Light', cursive;
font-family: 'Allerta', sans-serif;
font-family: 'Raleway', sans-serif;
*/


/* header info - bg color ff9900, 147 pixels height, 100% width */

#pageheader {
  clear: left;
  background: #ff9900;
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: auto;
}

#pagecontent {
  clear: left;
  background: #ffffff;
  border: none;
  border: 0px;
  margin: auto;
  padding: 0px;
  width: 960px;
}

p {
	font-family: 'Cabin', sans-serif;
}

h1 {
	font-family: 'Arvo', serif; 
}


#left-column
{ 
    float:left;
	width: auto;
	margin: 0px;
	padding: 4px;

}

#right-column
{
	float: right;
	width: auto;
	
}

#footer {
  background: #000000;
  color:#ffffff;
  border: none;
  border: 0px;
  margin: 0px;
  padding: 8px 4px 8px 12px;
  font: 70% Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: auto;
  clear:both;
}

.textoverimage {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	position: relative;
	visibility: visible;
	z-index: auto;
	top: 400px;
	left: 100px;
}


.StyleTitle {
	font-family: 'Shadows Into Light', cursive;
	font-size: 30px;
	font-weight: bold;
	color: #C90;
	text-shadow: 0.1em 0.1em 0.2em #999;
}

.fundingBkg {
	background-image: url(images/funding-bkg-2.gif);
}
.xtraPadding {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 50px;
}
.imgCaption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: right;
}
