a:link{
	text-decoration: none;
	color: #41465E;
}
	
a:visited{
	text-decoration: none;
	color: #41465E;
}

a:hover{
	text-decoration: underline;
	color: #9999FF;
}

/* Main Menu */
.mainMenu {
	position: relative;
	float: left;
	width: 170px;
	height: 500px;
	z-index: 5;
	padding-right: 0.5em;
}
#mainMenuContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	background: #EEEEFF;
}
#mainMenuContent ul {list-style-type: none; padding: 0; margin: 0;}
#mainMenuContent li {list-style-type: none; padding-bottom: 1em;}
div#subTitle{position:relative;}
div#content {position:relative;}

/* Memory Menu */
.memMenu {
	background: #eeeeff url(../images/bottom.gif) bottom left no-repeat;
	float: left;
	width: 96px;
	height: 340px;
	/* TODO: insert overflow: scroll; here.  Widen menu to accomodate scrollbars. */
	text-align: center;
	font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.memMenu ul {list-style-type: none; padding: 0; margin: 0;}
.memMenu li {list-style-type: none;}


/* Special Thanks */
div#specialThanks {
	position: relative;
}
#specialThanks ul {
  position: relative;
  top: -20px;
  list-style-type: none;
	padding: 0;
	margin: 0;
}
#specialThanks li {
	font-size: x-small;
	list-style-type: none;
	padding-bottom: 0;
}

/* Main Body */
div.mainBody {
	margin:0;
	padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  text-align: right;
}
div#laura {
	position: relative;
	top: -4px;
	width: 367px;
	float: right;
}
div#content {
	text-align: center;
}

div#content p {
  font-family: "Times New Roman", Times, serif;
  font-size: small;
  font-style: italic;
  font-weight: 200;
  color: #666666;
  padding:0;
  margin:0;
  padding-bottom: 1em;
}

div#simpleContent {
	text-align: center;
	background: url(../images/simpleHeader.jpg) top right no-repeat;
	padding-top: 110px;
}

div#remembering {
	text-align: left;
}

div#consol {
	position: absolute;
	top:90px;
	left:665px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  text-align: right;
}

div#simpleContent h4 {
  margin: 1em 0 0 0;
  color: #9999cc;
}

ul#simpleList {
  margin-left: 180px;
  padding-left: 1em;
  font-size: small;
	text-align: left;
	list-style-type: circle;
	margin-bottom: 25px;
}

ul#simpleList li {
	padding-bottom: 0.5em;
}

ul#scholarships li {
  font-size: x-small;
  padding: 0.5em;
}

div#nonProfit {
	width: 58em;
	*width: 46em;
	font-size: small;
}

div#rememberingContent {
	margin-left: 350px;
}

.rememberingImage {
	border: 2px solid #666699;
}

div#miniFaq p {
  border: 1px solid black;
}

td.desc {
	text-align:right;
}

td.value input, td.value select, td.value textarea {
	border: 1px solid purple;
	background: #eeeeff;
}

td.value select {
	width: 100%;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}

.footer {
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
