/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ffffff; color:#000000;}
.box1Color						{color:#000000;}
.box1Color:HOVER				{color:#000000;}

.box1Background_LightVersion	{background-color:#ffffff; color:#000000;}
.box1Color_LightVersion			{color:#000000;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#7c4d28;}
.titlesColor:hover				{color:#c79e2b;}
.pageTitleColor					{color:#7c4d28;}
.pageTitleColor:hover			{color:#c79e2b;}


/****************************  Main Elements ***************************/
BODY			{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0 auto; background-image:url(../bg.jpg); background-repeat:repeat-x; background-position:top; text-align:center;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #743c0a; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#cccccc;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#cccccc;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#7c4d28;}
A:hover			{text-decoration:underline; color:#c79e2b;}
INPUT.button	{color:#FFFFFF; border-color:#000000; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#b8b6b7; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}
.wrapper		{margin:0 auto; width:970px; height:auto; padding:8px; padding-top: 20px; background-image:url(../contentbg.jpg); background-repeat:no-repeat; background-position:top; text-align:left;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:75%; color:#CCCCCC}
A.navigationTab								{font-size:90%; text-decoration:none; color:#CCCCCC}
A.navigationTab:hover						{font-size:90%; text-decoration:underline; color:#CCCCCC}


/** Page Title & Description **/
TD.PageTitle				{color:#7c4d28;}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
TD.PageCategoryTitle		{color:#7c4d28;}
DIV.PageCategoryTitle		{color:#7c4d28;}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#7c4d28;}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#000000;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#000000;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#000000;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}


