body{
background-image: url(../images/white2.JPG);
background-position: center;
background-repeat: repeat-y;
background-color:white;
color: #993333;
}


.title{
  margin: 0;
  padding: 10px 0;
  font-size: 15pt;
  font-weight: normal;
  font-family: Verdana;
  letter-spacing: -2px;
}
.secondary{
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 9pt;
}
.fbauthor{
  
  padding: 0;
  font-size: 9pt;
}
#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 125px;
  line-height: 41px;
  }

input{
color: #3399ff;
}
a{
color: #993333;
}
a:hover{
color: #999999;
}
#globalheader { width: 750px;}

#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline;}
#globalheader #globalnav li a {
	height:30px;
	width:127px;
	background-image: url(../images/inactive.JPG);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:black;
	border:none;
	color: #3399ff;
	text-decoration: none;
	overflow: hidden;
	float: left; 
	text-align:center;
}
#globalheader #globalnav li a:hover {
	background-image: url(../images/hover.JPG);
	color: #999999;
}
#globalheader #globalnav li a:active {
	background-image: url(../images/active.JPG);
	color: #3399ff;
}

#globalheader #topstuff { margin: 0; padding: 0; }
#globalheader #topstuff li { display: inline; padding:1px;}
#globalheader #topstuff #logo  a{ 
        height:30px;
	width:258px;
	background-image: url(../images/smlogo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:black;
	border:none;
	color: #3399ff;
	text-decoration: none;
	overflow: hidden;
	float:left;
	text-align:center;
}
#globalheader #topstuff #login  { float:right;width:335px;}
#globalheader #topstuff #loginbutton  { float:right;width:80px;}
#globalheader #topstuff #loginbutton a{
	height:30px;
	width:80px;
	background-image: url(../images/inactivesmall.JPG);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:black;
	border:none;
	color: #3399ff;
	text-decoration: none;
	overflow: hidden;
	float: right; 
	text-align:center;
}
#globalheader #topstuff #loginbutton a:hover{
	background-image: url(../images/hoversmall.JPG);
	color: #999999;
}
#globalheader #topstuff li a:hover{
	background-image: url(../images/hoversmall.JPG);
	color: #999999;
}
a.surveybutton{
	height:30px;
	width:80px;
	background-image: url(../images/inactivesmall.JPG);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:black;
	border:none;
	color: #3399ff;
	text-decoration: none;
	overflow: hidden;
	float: left; 
	text-align:center;
}
a.surveybutton:hover{
	background-image: url(../images/hoversmall.JPG);
	color: #999999;
}
a.largerbutton{
	height:30px;
	width:127px;
	background-image: url(../images/inactive.JPG);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:black;
	border:none;
	color: #3399ff;
	text-decoration: none;
	overflow: hidden;
	float: left; 
	text-align:center;
}
a.largerbutton:hover{
	background-image: url(../images/hover.JPG);
	color: #999999;
}