form {margin:0px; padding:0px;}

/* the CSS to control appearance */

body {
background-color: #fff;
color: #000;
}

/* splashMenu for Donate code based on Listamatic
   http://css.maxdesign.com.au/listamatic/vertical12.htm */

#splashMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#splashList li
{
	display: inline;
	/* for IE5 and IE6 */
}

#splashList li.main
{
	font-size: 13px;
	line-height: 10pt;
}

ul#splashList ul {
	font-size: 11px;
	list-style-type: none;
    padding: 0 0 0 1.5em;
    margin: 0 0 0 0;
}

#splashList a {
	width: 100%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #e1e2f1;
	text-decoration: none;
	color: #03f;
	padding: 3px 0 3px 8px;
	border-top: 1px solid #fff;
}

#splashList a.bot {
	width: 100%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #e1e2f1;
	text-decoration: none;
	color: #03f;
	padding: 3px 0 3px 8px;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
		
#splashList a:hover {
	background-color: #d4d5ea;
}

#splashList a#splashCurrent {
	background-color: #d4d5ea;
	font-size: 13px;
	line-height: 10pt;
}

#splashList {
	/* to display the list horizontaly */
	margin: 0;
	padding: 0;
	width: 155px; /* for MSIE 5 only, followed by box model hack */
}
/* be nice to Opera rule. Doesn't seem to affect Opera 6.
   may not be doing anything. Opera 6 remains a problem */
#splashMenu>ul {
  width:147px;
}

#wrapper input {
background-color: #f8fae6;
color: #414F4B;
border: 1px solid #d7d7d7;
margin: 0;
width: 150px;
}

#wrapper option {
background-color: #f8fae6;
color: #414F4B;
border: 1px solid #d7d7d7;
margin: 0;
width: 96px;
}

#wrapper textarea {
background-color: #f8fae6;
color: #414F4B;
border: 1px solid #d7d7d7;
margin: 0;
width: 500px;
}

.sublist a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03f;
	padding: 0px;
}
