/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#94E2F9; color:#000000;}
.box1Color							{color:#000000;}
.box1Color:HOVER					{color:#000000;}

.box1Background_LightVersion	{background-color:#C5EDF9; color:#000000;}
.box1Color_LightVersion			{color:#000000;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor						{color:#186194;}
.titlesColor:hover				{color:#186194;}
.pageTitleColor					{color:#47862F;}
.pageTitleColor:hover			{color:#47862F;}


/****************************  Main Elements ***************************/
BODY			{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px; background-color:#F9FAFC; background-image:url("../BgMain.jpg"); background-repeat:repeat-x;}
BODY *				{}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #C5EDF9; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#005095 1px solid;}
TEXTAREA		{border:#005095 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#186194;}
A:hover			{text-decoration:underline; color:#186194;}
INPUT.button	{color:#FFFFFF; background-color:#CACACA; border-top:1px solid #E0E0E0; border-right:1px solid #B2B2B2; border-left:1px solid #E0E0E0; border-bottom:1px solid #B2B2B2; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; height:18px; text-align:center;}
UL					{}
UL LI				{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TD.BgLeft				{background-image:url("../BgLeft.jpg"); background-repeat:no-repeat; background-position:top right;}
TD.BgRight				{background-image:url("../BgRight.jpg"); background-repeat:no-repeat; background-position:top left;}
TD.BgTop					{background-image:url("../BgTop.jpg"); background-repeat:no-repeat; background-position:top center;}
TD.BgMainNav			{background-image:url("../BgMainTopNav.jpg"); background-repeat:no-repeat; background-position:top center; height:66px; padding-top:14px; padding-right:6px; padding-left:6px;}
TD.BgMainBody			{background-image:url("../BgMainBody.jpg"); background-repeat:no-repeat; background-position:top center; height:430px; padding-right:10px; padding-left:10px; background-color:#D6E3EF;}
TD.BgFreeText			{padding-top:65px; background-image:url("../BgFreeText.jpg"); background-repeat:no-repeat; background-position:top center; height:247px; padding-right:24px; padding-left:24px;}
TD.BgRotPics			{background-image:url("../BgRotPics.jpg"); background-repeat:no-repeat; background-position:top center; height:150px; padding-right:24px; padding-left:24px;}
TD.BgRightNav			{background-image:url("BgRightNav.jpg"); background-repeat:repeat-y; background-position:top center;}
TABLE.RightNav			{background-image:url("BgRightNavTop.jpg"); background-repeat:no-repeat; background-position:top center; padding-right:20px; padding-left:20px;}
TD.BgRightNavBottom	{background-image:url("BgRightNavBottom.jpg"); background-repeat:no-repeat; background-position:bottom center; padding-bottom:30px;}
TD.BgContent			{background-image:url("BgContent.jpg"); background-repeat:repeat-y; background-position:top center;}
TD.ContentCell					{background-image:url("BgContentTop.jpg"); background-repeat:no-repeat; background-position:top center; padding:20px 25px 10px 25px;}
TABLE.body				{margin-top:5px; width:100%;}
TABLE.bodyItem			{}
TABLE.bodyList			{}

TD.PQBG	{background-color:#ffffff;}
TD.PQBGH	{background-color:#ffffff; font-weight:bold;}

/** Bread Crumbs **/
TD.navigationTabContainer				{padding-bottom:10px;}
TD.navigationTab							{font-size:70%; font-weight:normal; color:#101010;}
A.navigationTab							{text-decoration:none; color:#101010;}
A.navigationTab:hover					{text-decoration:underline; color:#101010;}


/** Page Title & Description **/
TD.PageTitle				{color:#47862F;}
DIV.PageTitle				{font-weight:bold; font-size:140%; margin-bottom:20px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle	{}
H1.PageTitle				{font-size:100%;}
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;}


