/***********************************************************************************
* Main Elements
***********************************************************************************/

body
{
	background-color: #ffcc99;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family	: Verdana;
	width		: 95%;
}

h1
{
	font-family	:  Arial Narrow;
	font-size	: 26px;
	margin		: 2px;
	color		: #245ABC;
	border-color	:#245ABC;
	border-width	: 0 0 2px 0;
	border-style	:solid;
}



td, p, li
{
	font-family	: Verdana, Sans-serif;
	font-size	: 12px;
	color		: #242424;
}

form
{
	margin		: 0px;
}

/***********************************************************************************
* Link Elements
***********************************************************************************/

/* Default links */

a:link, 
a:active, 
a:visited
{
	font-size	: 12px;
	color		: #000000;
	text-decoration	: none;
}

a:hover
{
	font-size	: 12px;
	color		: #E8111B;
	text-decoration	: none;
}



/***********************************************************************************
* Form Elements
***********************************************************************************/
img {
	margin:0;
}
select, input, textarea {
	font-family	: Verdana;
	font-size	: 11px;
	color		: #323232;
		z-index: 0;
}

/***********************************************************************************
* Menu
***********************************************************************************/

.menutable
{
	z-index: 29;
	height		: 22px;
	background-color: #F9DAA3;
	border-style	: solid;
	border-width	: 0 0 1px 0;
	border-color	:#3A322F;
}

.menutable a:link,
.menutable a:visited,
.menutable a:active
{
	color:#000000;
}

.submenutable
{
	display:block;
	z-index: 100;
	width		: 160px;
	padding:0;
	background-color: #F9DAA3;
	background-repeat: repeat-y;
	border-style	: outset;
	border-width	: 2px;
	border-color	:  #EACBBE;
}

.submenutable a:link,
.submenutable a:visited,
.submenutable a:active
{
	z-index: 100;
		font-weight:bold;
		font-size:11px;
		display:block;
		background-color: transperant;
		color: #000000;
		margin:0;
		padding:2px;
		width:154px;
		height:18px;
}

.submenutable a:hover
{
background-image:url(./images/inlay.gif);
	background-color: #7A4C3C;
		color: #F7BE71;
}



