/* LAYOUT 3 --- this value is parsed as 11th character - do not change spacing */

/* DKE - Cornell */



body {
	font-size: 100%;
	font-family: arial, formata, verdana;
	background-color: #3E5162;
	margin: 0px;
	color: white;
	background-image: url(130-dkecor/redesign/new2.jpg);
	background-repeat: repeat-x;
	}
	
a 	{
	color: #AED3E2;
	font-size: 1em;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	}	



/* This section controls fonts and colors in the login section */


#wrap {
	width: 970px;
	margin: 0px auto;
	background-color: #334E61;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #fff;
	}

#login
	{
	width: 970px;
	background-image: url(130-dkecor/redesign/new-login2.jpg);
	background-repeat: no-repeat;
	height: 125px;
	float: center;
	border: 0px;
	margin-top: -10px;
	
	}

#loginlinks {
	font-size: .9em;
	margin-right: 20px;
	}

#login form {
	margin-top: 55px;
	margin-left: 10px;
	margin-right: 20px;
	}


/* end of login control section*/

#payment_form {
	float: left;
	}

#giftchoices 	{ 
		width: 600px;
		float: left;
	
		}
		
td.gifts1 	{
		width: 400px;
		}

		
/* This section controls the layout divs*/

#banner {
	color: transparent;
	height: 0px;
	line-height: 0px;
	background-color: transparent;
	border-bottom: 0px solid #fff;
	}

#navwrap {
	float: right;
	margin: 30px 10px 30px -20px;
	padding: 7px 10px 7px 15px;
	background-image: url(130-dkecor/redesign/new2.jpg);
	width: 150px; /* default is currently 165px */

	 /* for IE */
  	filter:alpha(opacity=50);
 	 /* CSS3 standard */
  	opacity:0.5;
	}
	
#contentWrap {
	border-top: thin solid #fff;
	background-color: #334E61;
	margin-top: 2px;
	width: 969px;
	}
	
#content {
	float: left;
	width: 720px;	
/*	margin-left: -13px; */
	margin-left: 8px; 
	margin-top: 10px;
	font:arial, verdana;
	background-color: transparent;
	}
	

/* End of the section that controls the layout divs*/	


/* This section controls the menu navigation div*/


#nav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}
	
#membernav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}

#officernav a {
	font-family: arial, formata, verdana;	
	font-size: 12px;	
	color: #fc6;
	background-color:transparent;
	text-decoration: none;
	}	
	
#adminnav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fc6;
	background-color:transparent;
	text-decoration: none;
	}
	
.menu {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-bottom: 0px solid #000;
	}
	
	
.menuheader 
	 {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #9cf !important; 
	background-color: transparent;
	text-align: left;
	}
		
	/* the hover characteristics */

#nav a:hover, #membernav a:hover, #officernav a:hover, #adminnav a:hover {
	font-family: arial, formata, verdana;
	font-size: 12px;
	color: #AED3E2;
	font-weight: normal;
	}

	
	
#nav li, #membernav li, #officernav li, #adminnav li 
	{
	font-family: formata, arial, verdana;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	}
	
.menuheader 
	 {
	font-weight: bold;
	color: #9cf !important; 
	text-align: left;
	}
	
.attention
	{	color: #fc6;
	}
		
.lg_header { 
	font-size: 1.5em; 
	font-family: Verdana, arial, helvetica;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	font-weight: lighter;
	color: #9AB8C4;
	}
	
.sm_header  {
    font-size: 1.2em;
	font-family: Verdana, arial, helvetica;
	color: #fc6;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}	
	
.menuheader 
	{
	color: #ccc !important;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, formata, verdana;
	text-align: left;
	}
		

/* These next two commands control color of background in auto-table cells */

.row1 td {	
	background-color: #C19B4F;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1 td a {
	color: #000;
	}

.row0 td {
	background-color: #9AB8C4;
	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: #C19B4F;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #9AB8C4;
	text-align: left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	
/* Misc. */

#footer {
	position: relative;
	margin-left: -1px;
	padding-right: 20px;
	padding-top: 0px;
	width: 950px;
	height: 35px;
	margin-top: 0px;
	background-color: #666;
	font-size: .7em;
	text-align: right;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #fff;
		}
	