/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ffd5a3; color:#1f3e98;}
.box1Color						{color:#1f3e98;}
.box1Color:HOVER				{color:#1f3e98;}

.box1Background_LightVersion	{background-color:#f7f7f7; color:#1f3e98;}
.box1Color_LightVersion			{color:#666666;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#1f3e98;}
.titlesColor:hover				{color:#faa635;}
.pageTitleColor					{color:#1f3e98;}
.pageTitleColor:hover			{color:#faa635;}

/****************************  GRID 0 ***************************/
.languagebarfront		{position:absolute;	text-align: center;	height: auto; width: 442px; top: 20px; left: 50%; margin-left:-442px;}
.languagebar			{height: 10px; background-image:url(../bglanguagebar.jpg); background-repeat:no-repeat;}
.mediabar				{height: 197px; background-image:url(../bgmediabar.jpg); background-repeat:no-repeat; background-position:left}
.mediabar1				{padding-top:10px; width: 92px; margin-right:-10px;}
.mediabar2				{width: 868px;}
.navigationbar			{height: 28px; background-image:url(../bgnavigationbar.jpg); background-repeat:no-repeat; background-position:left}
.navigationbar1			{width: 108px;}
.navigationbar2			{width: 852px;}
.spacerbar				{height: 14px; background-image:url(../bgspacerbar.jpg); background-repeat:no-repeat; background-position:left; background-color:#FFFFFF;}
.contentbar				{height: 720px; background-color:#FFFFFF}
.contentbar1			{width: 61px; height: 720px; background-image:url(../bgcontentbar.jpg); background-repeat:no-repeat; background-position: top left; background-color:#ffd5a3;}
.contentbar2			{width: 899px; height: 720px; vertical-align:top; padding-left: 30px; padding-top:20px; padding-bottom: 30px; padding-right: 30px;}
.footerbar				{height: 30px;}
.footerbar1				{height: 30px; width: 56px;}
.footerbar2				{height: 30px; width: 400px; background-color:#faa635;}
.footerbar3				{height: 30px; width: 500px; background-color:#faa635;}
.wrapper				{background-image:url(../bodybg.jpg); background-repeat:no-repeat; background-position:center top;}
/****************************  Main Elements ***************************/
BODY			{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px; background-image:url(../htmlbg.jpg); background-repeat:repeat-x; background-color:#fed5a2;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #c0c0c0; 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:#1f3e98;}
A:hover			{text-decoration:underline; color:#faa635;}
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.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:70%; font-weight:normal;}
A.navigationTab								{font-size:100%; text-decoration:none;}
A.navigationTab:hover						{font-size:100%; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-size:18px; margin-bottom:10px; margin-top:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:18px; color:#1f3e98;}
H1.PageCategoryTitle		{}
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;}

