/* CSS Document */

BODY.style-dontuseus          	DIV#container 	{ background-image:url("../images/bg-dontuseus.jpg"); }
BODY.style-dontuseus		H1#siteTitle A	{ background-image:url("../images/logo-dontuseus.gif"); }
BODY.page-standard	DIV#content	{ background-color:#20231E; }
BODY.page-top 	DIV#content 	{ background-color:none; }
BODY.style-dontuseus		DIV#content	H1	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV#content	H2	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV#content	H3	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV#content	H4	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV#content	H5	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV#content	H6	{ color:#CDCDCD; }
BODY.style-dontuseus		UL.menuLevel1	A	{ color:#003399; }
BODY.style-dontuseus		UL.menuLevel1	A.menuSelected	{ color:#D71533; }
BODY.style-dontuseus		UL.menuLevel1	A.menuSelected:hover	{ color:#D71533; text-decoration:none; }
BODY.style-dontuseus		UL.menuLevel2	A	{ color:#003399; }
BODY.style-dontuseus		UL.menuLevel3	A	{ color:#003399; }
BODY.style-dontuseus		DIV.contentArea	A	{ color:#D71533; text-decoration:none; }
BODY.style-dontuseus		DIV.contentArea	A:hover	{ color:#D71533; text-decoration:underline; }
BODY.style-dontuseus		DIV.contentArea		{ color:#CDCDCD; }
BODY.style-dontuseus		DIV.contentArea	P	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV.contentArea	LI	{ color:#CDCDCD; }
BODY.style-dontuseus		DIV.contentArea	IMG	{  }

BODY.style-dontuseus		DIV.contentArea	TABLE TR TH	{
	font-size:30px;
	color:#FFFFFF;
	width:200px;
	text-align:center;
	padding:20px 20px 40px 20px;
	font-variant:small-caps;
}

BODY.style-dontuseus		DIV.contentArea	TABLE TR TD {
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 20px 12px;
}

BODY.style-dontuseus		DIV.contentArea	TABLE TR TD UL,
BODY.style-dontuseus		DIV.contentArea	TABLE TR TD UL LI,
BODY.style-dontuseus		DIV.contentArea	TABLE TR TD UL LI SPAN  {
	padding:0;
	margin:0 0 5px 2px;
	color:#FFFFFF;
	line-height:14px;
}

BODY.style-dontuseus		DIV.contentArea	P#another_impression  {
	display:block;
	background-color:#D71533;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 3px 0;
	margin:0;
}

BODY.style-dontuseus		DIV.contentArea	P#another_impression A,
BODY.style-dontuseus		DIV.contentArea	P#another_impression A:hover  {
	color:#FFFFFF;
	text-decoration:underline;
}