/*
 *	CSS Template for Christmas 4 Kids website.
 *	(c) Hands of Hope 2009. All rights reserved.
 */

*{	padding:0; margin:0; }*

body{
	text-align: center;
	background: #FFFFFF;
}

h1 {
	font: bold 1.3em Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #fff;
}


h1 a {
	color: #BF3E17;
}

h4 {
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;

}

tr, p, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color:#000000;
}

#background {
   width: 1002px;
   height: 768px;
   position: relative;
   align: center;
   margin-left: auto;
   margin-right: auto;
}

#header {
   z-index: 1;
   position: absolute;
   width: 600px;
   height: 225px;
   top: 165px;
   left: 211px;
}

#content {
   z-index: 1;
   position: absolute;
   width: 600px;
   height: 240px;
   top: 401px;
   left: 211px;
   overflow: auto;
   text-align: left;
   background-color: white;
}

#frontpageimages {
   z-index: 1;
   position: absolute;
   width: 600px;
   height: 240px;
   top: 395px;
   left: 211px;
   overflow: hidden;
   text-align: center;
}

#content-noheader {
   z-index: 1;
   position: absolute;
   width: 599px;
   height: 480px;
   top: 165px;
   left: 211px;
   overflow: auto;
   text-align: left;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #76c41d;
}

li {
	padding-left: 25px;
	padding-top: 0;
}
ol{
	margin-left:40px;
	list-style-position:inherit;
}

textarea {
	font-family: Arial;
}

p.faqquestions {
	color: red;
	font-weight: bold;
}

tr.evenRows {
	background-color: #ECF3FE;
}