/* LAYOUT 1  --- this value is parsed as 11th character - do not change spacing */

/* FIJI - Cornell */


/*HTML Elements*/

#wrap {
	width: 970px;
	margin: 0px auto;
	background-color: #fff;
	}

body {
	background-color: #EFEAE0;
	background-repeat: repeat-x;
	margin: 0px;
	color: #000;
	background-image: url(160-fijicor/redesign/bg.jpg);
	font-family: arial, helvetica, sans-serif;
	}
	
a 	{
	color: #533D5F;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}	



/* This section controls fonts and colors in the login section */

#login	{
	background-image: url(160-fijicor/redesign/login2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	position: relative;
	margin-left: 10px;
	margin-top: -3px;
	width: 100%;
	}

#loginlinks {
	font-size: 11px;
	padding-right: 50px;
	}
	
#login form {
	margin-top: 7px;
	padding-right: 50px;
	color: black;
	font-size: 11px;
	}

#login a 	
	
	{
	color: black;
	}
#login a:hover 	
	
	{
	color: #43176C;
	}


#banner {
	float: left;
	position: relative;
	font-size: 25px;
	width: 100px;
	margin-top: -937px;
	text-align: center;
	margin-left:-0px;
	height: 1px;
	}




/* This section controls the wraps*/



#navwrap {
	width: 970px;
	padding-top: 2px;
	padding-bottom: 10px;
	clear: right;
	z-index: 5;	
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	}
	
#contentWrap {
	background-color: transparent;

	}
	
#content {
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	background-color: transparent;
	width: 948px;
	border-left: solid;
	border-left-width: 1px;
	border-right: solid;
	border-right-width: 1px;
	border-color: #43176C;
	padding: 10px;
	}



/* This section controls the menu navigation div*/


#nav {
	float: left;
	margin-left: 0px;
	width: 970px;
	list-style: none;
	padding-bottom: 1px;
	border: 0px solid #fff;
	background-color: transparent;
	font-size: 13px;
	height: 20px;
	clear: both;
	background-color: #533D5F;
	color: black;
	}

#membernav {
	float: left;
	margin-left: 0px;
	width: 970px;
	height: 20px;
	list-style: none;
	border: 0px solid #fff;
	margin-top: 0px;
	font-size: .85em;
	background-color: transparent;
	clear: both;
	background-color: #8B7E92;
	font-size: 12px;
	}

#officernav {
	float: left;
	margin-left: 0px;
	width: 970px;
	list-style: none;
	border: 0px solid #fff;
	margin-top: 0px;
	background-color: #7F7F6B;
	font-size: 13px;
	background-color: gray;
	background-image: url(160-fijicor/redesign/new-back1.gif);
	 /* for IE */
  	filter:alpha(opacity=70);
 	 /* CSS3 standard */
  	opacity:0.7;
	font-family: arial, Helvetica, sans-serif;
	clear: both;
	}

#adminnav {
	float: left;
	width: 970px;
	list-style: none;
	border: 0px;
	background-color: black;
	font-size: 13px;
	padding-bottom: 0px;
	}


	/* the hover characteristics */

#nav a:hover, #officernav a:hover, #adminnav a:hover 
	{
	font-family: arial, verdana, sans-serif;
	color: #fff;
	font-weight: normal;
	background-color: #43176C;
	}

#membernav a:hover, #officernav a:hover
	{
	font-family: arial, verdana, sans-serif;
	color: #fff;
	background-color: #533D5F;
	font-weight: normal;
	}
	

/* Gifts and event and login table controls */
	

td.gifts1 	{
		width: 450px;
		text-align: left;
		}

/* These next two commands control color of background in auto-table cells */

.row1 td {	
	background-color: #BEAC99;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1 td a {
	color: #000;
	}

.row0 td {
	background-color: #8B7E92;
	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: #BEAC99;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #8B7E92;
	text-align: left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	
/* Misc. */

#footer {
	width: 968px;
	margin-top: -19px;
	background-color: #BEAC99;
	font-size: .8em;
	text-align: center;
	color: black;
	border-left: solid;
	border-left-width: 1px;
	border-right: solid;
	border-right-width: 1px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #43176C;
border-top: solid;
border-top-width: 0px;
	}

/* Headers and font colors */
		
.lg_header { 
	font-size: 1.3em; 
	font-family: verdana, arial, sans-serif;
	text-align: left;
	font-weight: lighter;
	color: #43176C;
	}
	
.sm_header  {
    font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
	color: #43176C;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}	

.strong {
	font-weight: bold;
	}
	
.accent {
	font-style: italic;
	}


/* This section controls the history navigator */

.navigator table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	}

.historical {
	font-family: Courier, 'Courier New', monospace;
	font-size: 1.1em;
	}



