/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#beb289; color:#000000;}
.box1Color						{color:#000000;}
.box1Color:HOVER				{color:#ffffff;}

.box1Background_LightVersion	{background-color:#dfd4b0; color:#005f71;}
.box1Color_LightVersion			{color:#005f71;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#000000;}
.titlesColor:hover				{color:#005f71;}
.pageTitleColor					{color:#005f71;}
.pageTitleColor:hover			{color:#77beeb;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;}
BODY *			{-moz-box-sizing:border-box; box-sizing: border-box }

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#9a8e63 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#bdad7a 1px solid;}
TEXTAREA		{border:#bdad7a 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#007c94;}
A:hover			{text-decoration:underline; color:#024e5d;}
INPUT.button	{color:#FFFFFF; border-top:#b0a88e 1px solid; border-right:#433e2e 1px solid; border-bottom:#58523d 1px solid; border-left:#bfb9a4 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#958b68; height:18px; text-align:center;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:184px; margin-bottom:110px; padding-right:45px; padding-left:90px; width:100%;}
TABLE.bodyItem		{color:#000000;}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-bottom:22px;}
TD.navigationTab					{color:#77beeb; font-weight:normal; font-size:11px;}
A.navigationTab						{color:#77beeb; text-decoration:none;}
A.navigationTab:hover				{color:#000000; text-decoration:none;}


/** Page Title & Description **/
TD.PageTitle				{padding-bottom:17px;}
DIV.PageTitle				{font-weight:bold; font-size:110%; line-height:1em; color:#005f71;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:10px; color:#000000; font-weight:bold;}
H1.PageCategoryTitle		{font-size:10px; color:#000000; font-weight:bold;}
TD.description				{font-size:80%; padding-bottom:25px; color:#000000;}

/** Copyright **/
SPAN.Copyright			{font-weight:normal; font-size:14px; color:#000000;}
A.Copyright				{font-weight:normal; font-size:14px; color:#000000;}
A.Copyright:hover		{font-weight:normal; text-decoration:none; color:#005f71;}

/** 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;}

