/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background				{background-color:#3F9A4D; color:#fff;}
.box1Color						{color:#fff;}
.box1Color:HOVER				{color:#fff;}

.box1Background_LightVersion	{background-color:#9AE205; color:#000;}
.box1Color_LightVersion			{color:#000;}
.box1Color_LightVersion:hover	{color:#000;}


/** Used in titles and captions**/
.titlesColor						{color:#2222A4;}
.titlesColor:hover				{color:#2222A4;}
.pageTitleColor					{color:#479001;}
.pageTitleColor:hover			{color:#479001;}


/****************************  Main Elements ***************************/
BODY				{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;
					background-image:url('BgBody.jpg');background-repeat:repeat-x;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE				{}
TD					{font-size:80%;}
HR					{border:0px; border-top:1px solid #6AD0F4; 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:#2222A4;}
A:hover			{text-decoration:underline; color:#479001;}
INPUT.button	{color:#0A169C;font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#9BE4F9; height:18px; text-align:center; 
					border-top:1px solid #C5EFFC;border-right:1px solid #62919E;border-bottom:1px solid #416068;border-left:1px solid #B0EAFA;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
Td.rightBg			{background-image:url('BgRight.jpg');background-repeat:no-repeat;}
Td.leftBg			{background-image:url('BgLeft.jpg');background-repeat:no-repeat;background-position:right top;}
Td.Top				{background-image:url('BgTop.jpg');background-repeat:no-repeat;}
TABLE.Main			{width:778px;height:400px;}
Td.MainRight		{width:240px;background-image:url('BgMain.gif');background-repeat:repeat-x;}
Td.MainBody			{width:528px;background-image:url('BgMain.gif');background-repeat:repeat-x;}
Td.BottomBanner	{height:108px;background-image:url('BgBottomBanner.gif');background-repeat:repeat-x;}
Td.BottomNav		{height:37px;background-image:url('BgBottomNav.gif');background-repeat:repeat-x;}
TABLE.body			{width:528px;background-image:url('BgInPage.gif');background-repeat:no-repeat;padding-right:20px;padding-left:20px;margin-bottom:20px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-top:20px;}
TD.navigationTab								{font-size:70%; font-weight:normal;}
A.navigationTab								{text-decoration:none;}
A.navigationTab:hover						{text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{height:40px;}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
H1.PageTitle				{font-size:100%;}

TD.PageCategoryTitle		{color:#479001;}
DIV.PageCategoryTitle	{color:#479001;}
H1.PageCategoryTitle		{color:#479001;}

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;}

