/*		Box Model 1024x768 Optimization		*/
*	{margin: 0; padding:0; border: 0;}
body	{margin: 0 auto; width: 992px;}

/*		Shared classes			*/
.flR	{float:right;}
.flL	{float:left;}

/*		Header			*/
#tback, #tlogo, 
#tanni, #tbrsh	{width: 100%; height: 160px;}

#mTable	{margin: 132px 0 0 200px;}
#mTable li	{display: inline; float: left;}
#mTable li *	{
	 display: block;
/*	 width: 30px;*/
	 padding: 3px;
	 margin: 1px;
	 text-align: center; 
	 border: 2px solid #136;
	}

/*		Content			*/
#content IMG	{
	margin: 5px 5px;
/*	border: 1px solid Black;*/
}
.LRcols	{width: 170px}
#Ccol	{width: 652px;}
#Ccol P	{padding: 5px 10px;}
#Ccol UL	{padding: 0px 10px 0px 25px;}
.LRcols P	{padding: 5px 10px;}
#Lcol *	{text-align: left;}
#Rcol *	{text-align: right;}
.LRcols UL	{list-style-type: none;}
.LRcols LI	{line-height: 1.3em;}
/*#Lcol, #Rcol	{padding: 0 10px; } */
#Lcol UL	{ padding-left: 10px; margin-left: 10px; }
#Rcol UL	{ padding-right: 10px; margin-right: 0px; }
#Rcol UL UL	{ padding-right: 10px; margin-right: 10px; }

#Ccol H1, .LRcols H2	{ height: 35px; padding: 3px; }
#Ccol H1	{ line-height: 35px; }
#Ccol H1.sml	{ line-height: 17px; }
#Lcol H2	{ line-height: 35px; }

#maps	{
	margin: 0 20px;
	width: 600px;
	text-align: center;
}
#maps a	{
	display: block;
	padding: 0px 10px;
	float: left;
}

/*		Footer			*/
#bottom	{
	clear: both; 
	text-align: center;
}

#bottom DIV	{
	border-bottom: thin dotted;
}
#bottom *	{
	font-size: 8pt;
}
#bottom A	{
	text-decoration: none;
}
/*		Global Definition		*/
*	{font: normal 9pt/17px Verdana, sans-serif;}
body	{text-align: justify}
B	{font-weight: bold;}
H1,H2,H3	{text-align: center !important; font-weight: bold;}
H1	{font-size: 1.2em; margin-bottom: 10px;}
H1.sml	{font-size: 1.1em;}
H2	{font-size: 1.05em;}
H3	{font-size: 1.0em;}
sup	{
	font-size: 0.7em; line-height: 0.5em;
}
#Lcol *	{font-size: 9pt;}
#Rcol *	{font-size: 8pt;}
#Rcol LI LI	{font-size: 7pt;}
#Rcol H2	{font-size: 8pt;}
#Lcol A	{text-decoration: none;}

/* = = = = = = = = = = = = = = = Color Theme = = = = = = = = = = = = = = = */
#tback	{background: url(img/tback2.jpg) no-repeat bottom center; }
#tlogo	{background: url(img/tlogo16g.gif) no-repeat top left; }
#tanni	{background: url(img/tanni4.png) no-repeat top right; }
#tbrsh	{background: url(img/tbrush.png) no-repeat bottom right; }

HTML, #tback	{background-color: #ffffff;}
BODY	{background-color: #ddeeff;}

.LRcols H2	{background-color: #bbccdd;}
#Ccol, #Ccol *	{background-color: #fdfcd0;}
#Ccol H1	{background-color: #dddcb0;}
.LRcols UL	{background-color: #cddeef;}
.LRcols LI	{background-color: #ddeeff;}

#mTable li a	{background: #fff; color: #136;}
#mTable li p	{background: #136; color: #fff;}
#mTable li a:visited	{background: #eff;}
#mTable li a:link	{background: #fff;}
#mTable li a:hover	{background: #8de;}

/*#content  LI	{background-color: #ddeeff;} */
.LRcols LI:hover	{background-color: #aabbcc;}
.LRcols UL UL:hover 	{background-color: #bbccdd;}
.LRcols LI LI:hover	{background-color: #99aabb;}
#maps a:hover		{background-color: #edecc0;}

#Lcol A	{ color: #000;}
#Lcol A:visited	{ color: #666;}
#Lcol A:hover	{ color: #00F;}

#Ccol A	{ color: #000;}
#Ccol A:visited	{ color: #666;}
#Ccol A:hover	{ color: #F00;}

#bottom A		{ color: #900;}
#bottom A:visited	{ color: #966;}
#bottom A:hover		{ color: #F00;}

#bottom .LRcols *,
#bottom .LRcols	{background-color: #bbccdd;}
#bottom #Ccol *,
#bottom #Ccol	{background-color: #dddcb0;}
