/* LAYOUT 0  --- this value is parsed as 11th character - do not change spacing */


/* Sigma Pi - Cornell*/


/*HTML Elements*/

body {
	font-size: 100%;
	font-family: arial, helvetica, verdana;
	background-color: #FFF; /*white*/
	color: #000;
	margin: 0px;
	}

	/*This section controls the internal links and hovers*/

a 	{
	color: #636;
	text-decoration: none;
	border: none;	
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

/* End of HTML elements */


td.gifts1 	{
		width: 220px;
		text-align: left;
		}



/* Start of Layout divs control section */
#banner {
	color: transparent;
	height: 310px;
	line-height: 100px;
	background-color: transparent;
	}

#navwrap {
	background-color: transparent;
	width: 165px; /* default is currently 165px */
	top: 370px;
	}
	
#contentWrap {
	background-color: transparent;
	}
	
#content {
	font-size: 13px;
	font-family: arial,verdana, sans-serif;
	background-color: transparent;
	}

/* End of Layout divs control section */
	




/* This section controls the menu navigation div */

	/* the background of the menus */

#nav a
	{ color: #000
	}

#nav, #membernav, #officernav, #adminnav {
	background-color:transparent;
	}
	

	/* the link characteristics */

#nav a, #membernav a,#officernav a, #adminnav a {
	font-family: arial, helvetica, verdana;
	font-size: 13px;	
	color: #636;
	background-color:transparent;
	text-decoration: none;
	}
	
	/* the hover characteristics */

#nav a:hover, #membernav a:hover, #officernav a:hover, #adminnav a:hover {
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color:transparent;
	}



/* This section controls lists */

#nav li, #membernav li, #officernav li, #adminnav li {
	font-family: arial, helvetica, verdanas;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul, #membernav ul , #officernav ul, #adminnav  ul {
	list-style: none;
	}
	
/* This section menu headers lists */
	
	
.menuheader 
	{
	color: #636 !important;
	font-size: .85em;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	text-align: left;
	}


/* These next two commands control color of background in auto-table cells */

.row1 td {	
	background-color: #986599;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1 td a {
	color: #000;
	}

.row0 td {
	background-color: #918C81;
	text-align: left;
	font-size: 1.1em;
	padding-left: 15px;
	color: #000;
	}

.row0 td a {
	color: #000;
	}

/* These next two commands control color of font in auto-table cells */

.row1_event td {	
	background-color: #986599;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #918C81;
	text-align: left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}


/* This section controls headers */

.lg_header { font-size: 2.25em; 
	  text-align: left;
	  font-weight: normal;
	  font-family: garamond, helvetica, verdana;
	  color: #636;
	}
	

	
.sm_header {font-size: 1.3em;
 	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: garamond, helvetica, verdana;
	color: #636;
	}
	
.bitsmaller
	{font-size: 1.0em;
	color: #636;
	line-height: 1.5em;
	text-align: right;
	}
	
h1
	{font-size: 3.5em; 
	  text-align: left;
	  font-weight: normal;
	  font-family: garamond, arial, verdana;
	  color: #636;
	  padding-bottom: 4px;
	  border-bottom: 2px dotted #636;
	  margin-bottom: 5px;
	  }
	  
	  
.style1 { color: purple }

td.gifts1 	
	{width: 350px;
	text-align: left;
		}

img.ridge 
	{border-style:ridge;
    border-color:#636;
    }

