/* -----ALL MARGIN and PADDING. ----- */

*
{
	margin: 0;
	padding: 0;
}


/* -----BODY and A. ----- */
	
body 
{
	background: #fff;
	color: #000;
	font: 1em georgia, sans-serif;
	text-align: center;
}
a:link
{
	color: #000;
	text-decoration: none;
}
a:link img
{
	text-decoration: none;
}
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
a img 
{
	border: 0;
}


/* -----OUTER, CONTENT, INSIDE, TEXT----- */

#outer
{
	margin: 0;
}
#content
{
	width: 700px;
	margin: 0px auto 10px auto;
	padding: 10px 0 0 0;
	text-align: left;
}
#content p
{
	margin: 0;
	padding: 5px 0 5px 20px;
}
.inside 
{
	margin: 13px 20px 0 45px;
}
#text
{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font: 1.1em sans-serif;
}
.title
{
	display: none;
}
#text p
{
	margin: 0px 30px 0 0px;
}
#text p, a
{
font-family:georgia;
font-size:0.9em;
}
.results
{
	font: 1.2em sans-serif;
	font-weight: bold;
}
#extra_nav
{
	display: none;
}
h3
{
	font-family:georgia;
	margin: 10px 0 1px 0;
}


/*----MAINMENU----*/

#bottom
{
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: center;
}
#mainmenu ul li
{
	display: none;
}
#mainmenu ul li a img
{
	display: none;
}
#mainmenu
{
	display: none;
}
#about, #search, #kids, #submit
{
	display: none;
}
#submit ul li
{
	display: none;
}
#submit ul li a img
{
	display: none;
}



/* -----FOOTER.----- */

#footer
{
	display: none;
}
#footer ul li
{
	display: none;
}


/*form formatting */

.label {
font-weight:bold;
padding:5px 0;
}
td, th
{
	font-family:georgia;
	font-size:0.9em;
	padding: 5px;
}
table
{
	margin: 5px 25px 5px 20px;
	border-collapse: collapse
}
.paragraphs 
{
	display: block;	
	padding-left: 20px;
}
       
