/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#5B696C; color:#ffffff;}
.box1Color							{color:#ffffff;}
.box1Color:HOVER					{color:#ffffff;}

.box1Background_LightVersion	{background-color:#81959A; color:#ffffff;}
.box1Color_LightVersion			{color:#ffffff;}
.box1Color_LightVersion:hover	{color:#ffffff;}


/** Used in titles and captions**/
.titlesColor						{color:#A2CCCF;}
.titlesColor:hover				{color:#A2CCCF;}
.pageTitleColor					{color:#ffffff;}
.pageTitleColor:hover			{color:#ffffff;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; background-color:#364445; color:#ffffff;background-image:url('../BgBody.gif');background-repeat:repeat-y;background-position:top center; font-size:80%; padding:0px; margin:0px;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #3E4648; 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:#005095;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#005095;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#A2CCCF;}
A:hover			{text-decoration:underline; color:#fff;}
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;}

/* Body */
TABLE.Main			{background-color:#5C676B;}
TD.Content			{width:599px; background-color:#5C676B;background-image:url('BgContent.gif');background-repeat:repeat-x;
						padding-right:35px;padding-left:40px;padding-top:30px;width:599px;}
TD.BottomNav		{background-color:#5C676B;background-image:url('BgBottomNav.gif');background-repeat:no-repeat;background-position:bottom left;
						padding-left:10px;height:190px; vertical-align:bottom;padding-bottom:25px;}
TD.Side				{width:179px; background-color:#000000;background-image:url('BgSide.gif');background-repeat:no-repeat;background-position:bottom left;
						padding-bottom:100px;padding-top:30px;}
TD.Bottom			{background-color:#5C676B;background-image:url('BgBottom.gif');background-repeat:repeat-x;
						height:86px;text-align:center;}
TABLE.bottomLogo	{width:528px;border-top:1px solid #4F5B5E;color:#ffffff;text-align:center;height:40px;}
TABLE.body			{margin-top:0px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:10px;}
TD.navigationTab								{font-size:11px; font-weight:normal;color:#fff;}
A.navigationTab								{font-size:11px; text-decoration:none;color:#fff;}
A.navigationTab:hover						{font-size:11px; text-decoration:underline;color:#fff;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:120%; margin-bottom:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:110%;}
H1.PageCategoryTitle		{font-size:110%;}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#005794;}

/** 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;}

