/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	background-color: white;
	color: #696969;
        background: white url('images/single_pict.gif') top center no-repeat;
}

a
{
	color: #CC9966;
	text-decoration: none;
}

a:hover
{
	color: #B22222;
	text-decoration: none;
}

/* Menu */

#menu
{
	margin: 0;
	padding: 0 0 15px 20px;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: absolute;
	padding: 20px 8px 8px 5px;
	text-decoration: none;
	color: white;
}

#menu a:hover
{
	color: #B22222;
	background: url(images/menu-hover.gif) no-repeat bottom center;
}

/* Content */

#xbg1
{
        margin-center: absolute; 
	z-index: 1;
	width: 778px;
	height: 98px;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #FFF5EE;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FAEBD7;
	color: inherit;
}

/* Footer */

#footer
{
	width: 460px;
	height: 56px;
	padding-top: 340px;
	text-align: center;
}

.clear
{
	clear: both;
}