/* 

Delta Sigma Pi StyleSheet.

This Stylesheet controls what the entire site looks like and 
how everything is displayed.

*/
/*********************************************************
   Side Bar Menu
 *********************************************************/

.menu {
  padding: 0;
  margin: 0;
}

.menu li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li a {
  display: block;  
  font-weight: 700;
  font-family:  Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;

  color: #000000;
  border-bottom: 1px solid #FFF;
}

.menu li a span {
  display: block;
  padding: 6px 0 6px 15px;  
}

.menu li a:link {
  color: #FFFFFF;
  background: #3f67c1;
}

.menu li a:visited {
  color: #FFFFFF;
  background: #3f67c1;
}
.menu li a:hover {
  color: #000000;
  background: #EFDDDD;
}




/* Submenu definition begins */

.menu ul {
  display: none;
  margin: 0;
  padding: 1px 0 10px 20px;  
  border-bottom: 1px solid #FFF;
}

.menu li.here ul {
  display: block;  
}

/* Last Item  */

.menu li.last ul,
.menu li.last a  {
  border-bottom: 0;
}


/* Current Item  */

.menu li.here {  
  display: block;  
  
  font-weight: 700;
  font-family:  Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;  
  color: #FFFFFF;
  border-bottom: 1px solid #FFF;
}

.menu li.here span {
  display: block;
  margin: 0;
  padding: 6px 0 6px 15px;
  background: url(../images/menu_top_on.gif) no-repeat top left;
}


/* Submenu Items */

.menu li.here ul li a {
  padding: 3px 0 3px 17px;
  font-size: 0.7em;
  letter-spacing: 0px;  
  background: url(../images/menu_sub_bullet.gif) no-repeat 17px center;
  border-bottom: 0;
}

.menu li.here ul li a:hover {
  background: url(../images/menu_sub_bullet.gif) no-repeat 17px center;
}

.menu li.here ul li a span,
.menu li.here ul li a:hover span {
  position: static;
  padding: 0;
  background: none;
}



BODY 	
	{
	background: #000000; 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	}

.topbanner
	{
	background: #3f67c1;
	}
.contentbar
	{
	background:#3f67c1;
	}
.accentbanner
	{
	background:#F5E346;
	}

A 	
	{
	text-decoration: none;
	}
	:link 		
	{
	color: #F5E346;
	}
	:visited 
	{
	color: #3f67c1;
	}
	:hover 
	{
	color: #3f67c1;
	}
A.footer 
	{
	text-decoration: none;
	}
A.footer:link 
	{
	color: #FFFFFF;
	}
A.footer:visited 
	{
	color: #FFFFFF;
	}
A.footer:hover 
	{
	color: #FFFFFF; 
	font-size: 120%;
	}
TEXTAREA 
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	border-style: ridge; 
	font-size: 8pt; 
	background: #CC9933;
	color: #000000; 
	font-weight: bold;
	}
.bodytext
	{
	font-family: Courier New; 
	border-style: ridge; 
	font-size: 8pt; 
	width: 650px;
	}
INPUT 
	{ 
	font-size: 8pt; 
	background: #EFDDDD; 
	color: #000000; 
	font-weight: bold;
	}

.bodyfont
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	}
TD
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	border-color: #CCCCCC;
	}
.tablefont
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	}

.FSF_form
	{
	text-align: right;
	}
.FSF_input 
	{
		margin: 3;
	}
.FSF_submit 
	{
		margin: 2;
	}

.FSF_SearchResults {}
.FSF_resultsIntroFailure{}
.FSF_result {}
.FSF_resultLink {}
.FSF_resultDescription {}
.FSF_pagination
.FSF_intro
