/*
COLORS:
	Brown:			#502012
	Bright Green:	#9FBC3B
*/

/* STANDARD */
HTML,BODY,.layoutwrapper	{position: absolute, background: #FFFFFF; font-family: arial, Sans-Serif; font-size: 8pt; line-height: 14pt; color: #333333; margin: 0;padding: 0;width: 100%;height: 100%;min-height: 100%;}
TD,.content					{font-family: arial, Sans-Serif; font-size: 8pt;; line-height: 14pt; color: #000000; font-weight: normal}
TH	 						{background: #8D8B01; font-family: arial, Sans-Serif; font-size: 10pt; color: #FFFFFF; font-weight: bold; text-transform: capitalize}

h1							{font-family: arial black, Sans-Serif; font-size: 10pt; color: #1974D2; }
h2							{font-family: arial black, Sans-Serif; font-size: 9pt; color: #1974D2; }
h3							{font-family: arial black, Sans-Serif; font-size: 8pt; color: #9FBC3B; }
.header						{font-weight: bold; color: #2787D0}
.headerlinks				{font-weight: bold; color: #FFFFFF}
.small						{font-size: 7pt; color: #999999;}


/* LAYOUT */
.layoutwrapper	{position: absolute; top: 0; left: 0; background:#FFFFFF;}
.layoutheader	{position: relative; width: 100%; height: 30px; background: #FFFFFF; z-index: 100; margin-bottom: 20px;}
.layoutbody		{position: relative; top: 20px; left: 50%; width: 720px; margin-left: -360px; z-index: 1;}
	.layoutscene	{position: absolute; z-index: 20; height: 100%;}
	.layoutcontent	{position: relative; left: 440; top: 0px; width: 270; background: #FFFFFF; z-index: 50;padding-top:40px;}
	.layoutcontent2	{position: relative; top: 10px; width: 750; background: #FFFFFF; z-index: 50;}	
.layoutfooter	{position: absolute; width: 100%; height: 100px; bottom: 0px; left: 0; background: #9FBC3B; clear: both; overflow: hidden; z-index: 1;}
.footercontent	{height: 80px; background: #FFFFFF; z-index:10; color: #676767}

B				{color: #1974D2}
.button			{background: #2787D0; font-size: 9px; color: #FFFFFF; width: 160%; font-weight: bold; border: 1px #FFFFFF inset;}
.input			{font-size: 9pt;}
.productname	{font-size: 9pt; font-weight: bold; color: #83A411;}
.footer			{color: #676767}
A.footer:HOVER	{color: #9FBC3B; text-decoration: none}

html>body, html>body .layoutwrapper  {height: auto;}
