body {
  margin: 0;
  padding: 0; 
  background-color: #000;
  background-image: url(images/Easter_header2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
html, body {
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
#centerpages {
  width: 900px;
  height: 100%;
  background-color: #000;
}
#iframe {
  width: 890px;
  margin-right: auto;
  margin-left: auto;
}

#rightlist {
  width: 890px;
  background-color: #000;
}
#right {
  float: center;
  width: 900px;
  background-color: #000;
}
.header {
    font-family: arial;
	font-size: 16px;
	color: #fff;
	padding: 10px 0 5px 15px;	
	text-align: left;
}

.smalltitle {
    font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
.title {
    font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 5px 0 5px 0;
}

.text {
    font-family: arial;
	font-size: 13px;
	width: 850px;
	line-height: 1.5em;
	color: #fff;	
	text-align: center;
	padding: 10px 0 0 15px;	
}
.textL {
    font-family: arial;
	font-size: 13px;
	line-height: 1.6em;
	color: #fff;	
	padding-bottom: 10px;	
}
.textquote {
  font-family: arial;
  font-size: 13px;
  font-style: italic;
  color: #fff;
  line-height: 1.6em;
  padding: 10px 0 10px 15px;
}
#clear {
  clear: both;
}
#footer {
  background: ;
  height: 10px;
  width: 100%;
  padding: 10px 0 16px 0;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #fff;
  }
  
p.solid {
border-bottom-style: solid;
border-width: 1px;
margin: 12px 0;
border-color: #A2AEB8;
width: 899px;
align: center;
}

p.dotted {
border-bottom-style: dotted;
border-width: 1px;
margin: 12px 0;
border-color: #A2AEB8;
width: 899px;
align: center;
}

table.listings {
 width: 899px;
 margin: 10px 0 0 0;
 color:#fff; 
 font-size: 12px;
 font-family: arial;
}

table.listings tr {
 width: auto;
 padding: 3px;
}

table.listings td {
 width: auto;
 text-align: left;
 padding: 10px;
}

A.type1:link    {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#677385; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#999; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#677385; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type3:link    {color:#4A5690; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:visited {color:#4A5690; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:active  {color:#4A5690; font-size: 114px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:hover   {color:#8C2909; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type4:link    {color:#fff; font-size: 14px;  text-decoration:none; font-family: arial;}
A.type4:visited {color:#fff; font-size: 14px;  text-decoration:none; font-family: arial;}
A.type4:active  {color:#fff; font-size: 14px;  text-decoration:none; font-family: arial;}
A.type4:hover   {color:#677385; font-size: 14px; text-decoration:none; font-family: arial;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*this is the TOP HORIZONTAL menu*/

.indentmenu{
font: bold 13px Arial;
width: 100%;
padding: 186px 0 0 0;
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #1D4757;
border-width: 0px 0;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #fff;
padding: 10px 32px;  /*width of nav sections */
text-decoration: none;
border-left: 0px solid #1D4757; 
}

.indentmenu ul li a:visited{
color: #fff;
}

.indentmenu li:first-child a {
		border-left: 0px solid #677385;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #999 !important; /*text color of selected and active item*/
padding-top: 10px; /*shift text down 1px for selected and active item*/
padding-bottom: 10px; /*shift text down 1px for selected and active item*/
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}