*
{
	margin:			0;
	padding:		0;	
}

html
{
	height:				100%;
}

body 
{
	font-family:		Tahoma, Verdana, Arial;
	font-size:			12px;
	text-align:			left; 
	background-color:	#dcd9ca;
	background-image: 	url('../images/siteback.gif');
	background-position-x:	center;
	background-position-y:	top;
	background-repeat:	no-repeat;
}

img
{
	border:			0;
}


.clErrorText
{
	color:			#FF0000;
}

.clAdressTitle
{
	font-size:		12px;
	font-weight:	bold;
}

.clAdressContent
{
	font-size:		11px;
	font-weight:	normal;
}

.clQuoteBox
{
	text-align:		center;
}
.clQuoteTitle
{
	font-family:	Monotype Corsiva, Tahoma, Verdana;
	font-size:		20px;
}
.clQuoteText
{
	font-family:	Monotype Corsiva, Tahoma, Verdana;
	font-size:		20px;
}
.clQuoteAuthor
{
	font-family:	Tahoma, Verdana;
	font-size:		11px;
}

.clBackLinks
{
	
	font-family:	Tahoma, Verdana;
	font-size:		12px;
	font-weight:	normal;	
	text-align:		left;
}

.clBackLinks a 
{
	text-decoration:	none;	
	color:				#D40404;
}

.clBackLinks a:hover
{
	text-decoration:	underline;
	color:				#D40404;
}

.clBackLinks img
{
	vertical-align:		middle;
	border:				0px;
	width:				20px;
	height:				20px;
}


/*
COLOR DEFINITIONS
BannerColor			= #C78500	
HeaderColor			= #FFC74F
NavigationColor		= #FCD077
BodyColor			= #FADFAA

MenuTextColor		= #D6440F
ContentTextColor	= #000000	
FooterColor			= #C78500
*/


#wrapper
{
	margin-top:			0px;
	margin-bottom:		5px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#FFFFFF;	
	width:			990px;
	height:			100%;
	border:			0px solid Red;
}

#tabLayout
{
	height:				100%;
	width:				940px;
	background-color:	#002200;
}

#trLayoutHeader
{
	background-color:	#007236;
	width:				100%;
	border:				1px solid Red;
	color:				#FFFFFF;
	text-align:			center;	
	font-size:			12px;
	font-weight:		bold;
	height:				50px;
}

#tdHeaderSpacer
{
	padding:			0px 5px 0px 5px;
}

#tdHeaderSpacer img
{	
	border:				0px solid #FF0000;		
}

#tdHeader
{
	height:				50px;
	padding:			5px 5px 5px 5px;
}

#trMainMenu
{
	background-color:		#018F46;
	height:			20px;
}
#tdMainMenuSpacer
{
	padding-left:		5px;
}
#tdMainMenu
{
	height:			20px;
	text-align:		left;
	margin-left:		200px;
	padding:			1px 5px 1px 5px;
	
}

#tdBreadCrumb
{
	background-color:		#00A651;
	height:			20px;
	border-bottom:		1px solid #018F46;
	padding-bottom:		0px;
	padding-left:		6px;
	padding-top:		5px;
}

#trLayoutContent
{
	height:			600px;
	vertical-align:		top;
	background-color:		#C4DF9B;
}
#tdNavigation
{
	
	height:			100%;
	width:			200px; 
	float:			left; 
	padding:			5px 5px 5px 5px;
	border-right:		1px solid #018F46;
}

#tdMainContent
{
	background-color:		#E0F7BC;
	height:			100%;
	width:			100%;
	margin-left:		100%;
	padding:			5px 5px 5px 5px;	
	border:			0px solid Red;
}

#trLayoutFooter
{
	background-color:		#018F46;
	font-size:			12px;
	font-weight:		bold;
	color:			#FFFFFF;
	height:			20px;
}

#tdFooterSpacer
{
	width:				200px;
	padding:			5px 5px 5px 5px;
}

#tdFooter
{
	height:				20px;
	text-align:			center;
	padding:			5px 5px 5px 5px;
}

#tdFooter a
{
	text-decoration:	none;
	color:				#FFFFFF;
}
#tdFooter a:hover
{
	text-decoration:	underline;
}

.clCompanyInfo
{
}

.clCompanyInfo a
{
	color: #D40404;
	text-decoration: none;
}

.clCompanyInfo a:hover
{
	color: #D40404;
	text-decoration: underline;
}

