/**
 * @version $Id: layout.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 {
	margin: 0;
	padding: 0;
}

body
{
	background: #F2E3ED;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.homepage_text {
	padding-top: 8px;
	font-family: arial, helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	padding-right: 8px;
	font-size: 12px;
	line-height: normal;
}

td.homepage_text p {
	text-align: justify;
}

td.subpage_text {
	font-family: arial, helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	padding-right: 8px;
	padding-top: 2px;
	font-size: 12px;
	line-height: normal;
}

td.subpage_text p {
	padding-bottom: 2px;
	text-align: justify;
}

td.homepage_text li {
	/*font-size: small;
	list-style: square; */
}

a:link,a:visited
{
	color:#000;
}

a:hover,a:active,a:focus
{
	background:#000;
	color:#FFF;
}
.leftnav_search {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
}

.leftnav_search_box {
	float: left; 
	padding-top: 4px;
	padding-left: 8px;
}

.leftnav_search_img {
	float: left;
	/*height: 33px; */
}
