/*
	The Floral Trunk
	CSS by WebSystems
	http://www.websystems.com
*/

/* COLOR TABLE
	Tan:		#dece9b
	Moss:		#dbebc9
	Cherry:		#663333
	Charcoal:	#333333
*/

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, html
{
	font-family: Tahoma, Verdana, Helvetica;
	color: #333333;
	background-color: #dece9b;
	text-align: center;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	position: relative;
}

td
{
	font-size: 13px;
}

a, a:link, a:active, a:hover, a:visited
{
	color: #61191A;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.CLR
{
	clear: both;
	height: 1px;
	width: 1px;
}

#Container
{
	margin: 0% auto;
	background: url('images/Background.jpg');
	width: 800px;
	text-align: left;
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

#Left
{
	width: 224px;
	float: left;
	margin-top: -30px;
	margin-left: 1px;
	margin-bottom: 50px;
}

div.BoxText
{
	padding: 5px 15px;
	font-size: 14px;
	line-height: 18px;
}

div.BoxText a.LinkLevel1
{
	font-size: 12px;
	line-height: 16px;
}

#Right
{
	width: 560px;
	float: right;
	margin-right: 5px;
	margin-bottom: 50px;
}

	#MainText
	{
		width: 300px;
		float: left;
		font-size: 14px;
		line-height: 18px;
		position: relative;
		top: 25px;
		left: 0px;
	}
	
	td.main p
	{
		margin: 10px;
	}
	
	#MainPic
	{
		float: right;
		height: 226px;
		width: 226px;
		background: url('images/slidebg.jpg');
		margin-right: 10px;
	}
	
	#Right table
	{
		max-width: 550;
		margin: 0px auto;
	}

#Footer
{
	margin: 0% auto;
	padding: 0px;
	height: 40px;
	background: url('images/Footer.jpg');
	width: 800px;
	clear: both;
	margin-top: -40px;
	line-height: 40px;
}

	#Footer p
	{
		font-size: 10px;
	}

h1, td h1, form h1
{
	font-size: 20px;
	width: 150px;
	display: block;
	color: #643231;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
}

td.InfoBoxHeading, h3
{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 15px;
}

h2, td h2
{
	margin: 15px 0px;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	color: #122E2F;
}

div.bordered
{
	width: 750px;
	padding: 10px 25px;
	border: 1px solid #999999;
	height: 500px;
	overflow: auto;
}

#SEARCHBOX
{
	background: url('images/SearchBox.jpg') no-repeat;
	font-size: 10px;
	padding: 3px 5px;
	height: 21px;
	width: 126px;
	float: left;
}

table.ContainerTable
{
	width: 500px;
}

input, textarea, select
{
	border: 1px solid #cccccc;
	margin: 5px;
}

input.clean, input.clean
{
	border: none;
	margin: 0px;
}

div.Acco
{
	width: 400px;
	margin: 0px 0px 30px 80px;
	padding: 15px;
	font-size: 14px;
	line-height: 25px;
	background: #E1EACB url('images/miniLogo.gif') bottom right no-repeat;
}

div.Acco h2
{
	font-size: 16px;
	text-align: right;
	color: #1B2F36;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;