/* style sheet for Elite Fundraisers
 * by David C. Cummins, Networking Worlds
 * 06 Oct 2005
 */
BODY {
	background: #cbc6a0;
    color: black;
	font-family: Verdana, sans-serif;
	font-size: small;
    margin: 0px;
}
td.color { background-color: #CC9933; }
.accent  { color: #4e2600; font-size: 80%; }
.accent2 { color: #867366; }

.light { color: #ecd9cc; }

a:link    {color: #4e2600; }
a:visited {color: #867366; }
a:active  {color: #CC9933; }
a:hover   {color: #CC9933; background-color: #f0f0f0; }

h1 {
	font-size: 180%;
	text-align: center;
}
h2 {
	font-size: 140%; color: #4e2600; font-variant:small-caps;
	display:inline-block; position:relative;
	padding:6px 0px 4px 0px; margin:0px auto;
}

p {
    font-family: Verdana, sans-serif;
    padding: 2px;
}
p em {
    font-weight: bold;
    font-style: normal;
    margin-top: 4px;
    border-top: 1px dashed #06f;
    border-bottom: 1px dashed #06f;
    color: black;
    background-color: #ffc;
}
p.error {
    color:red;
    font-weight:bold;
}
p.caption {
	font-size: x-small;
	font-family: Verdana, sans-serif;
	margin:0 0 0 3px; padding:0;
	clear:left;
}
blockquote p { font-family: Georgia, serif; }
td.textlinks a { white-space: nowrap; }

ol li {
    margin: 1em 0;
}
form {
    background: #ffc;
    border: 2px solid #06f;
    margin-right: 10px;
    padding: 6px;
    width: 87%;
}
div.highlight {
    background-color:#ffc;
    border: 1px dashed #06f;
    padding: 2px;
    width:60%;
}
div.highlight p {
    margin-left: 3em;
}

#main {
    position: absolute;
    left: 140px;
    top: 110px; width: auto;
    padding-left: 1em;
    color: black;
    z-index: 4;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 98px;
    background: #cbc6a0 url(images/bg_horiz-2.png) top left repeat-x;
	z-index: 2;
}

div.top th { font-size: 140%; padding: 0px 8px; }

#footer {
    text-align: center;
}

div.bottom {
    display:none;
    position: absolute;
    bottom: 0px; left:0px; right:0px;
    height: 30px; width: 100%;
    background: #06f;
    font-size: 1pt;
}
#b1 {
    position: absolute; bottom: 20px; left: 0px; right: 0px;
    height: 10px; width: 100%;
    background: #6cf;
    font-size: 1pt;
}

div.side {
	position: absolute; left:6px; top:134px;
    width: 150px; height: auto;
    color: #4e2600;
}
div.side div {
	border: none;
	margin-bottom: 1.5em;
	display: block;
}
div.side p.top {
	margin: 0px;
	padding: 0px;
	color: #4e2600;
	height: 23px;
}

div.menu a {
	margin: 0px 18px 0px 0px;
	padding: 18px 3px 24px 0px;
	font-family: Verdana, sans-serif;
	color: #4e2600;
	font-weight: bold;
    font-size: 10pt;
	background: url(images/bone.png) no-repeat;
	display: block;
    white-space:nowrap;
    text-align:center;
	text-decoration: none;
}

div.menu a:hover {
	color: black;
	font-weight: bold;
	background-position: 0px -60px;
	text-decoration: none;
}

div.menu a.ext:hover { color: yellow; }
