* 							{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif}
* {background-image:none}
p, span, ul, ol, li, a		{font-size:100%}
h1 							{font-size:140%;font-weight:bold;margin:0;color:#AFC3B8}
h2 							{font-size:120%;font-weight:bold;margin:0;color:#AFC3B8}
h3 							{font-size:100%;font-weight:bold}
h4							{font-size:100%;font-weight:normal;color:#999}
ul							{position:inherit;}
form						{display:inline;margin:0}

.noprint
    {
        display: none;
    }



/* layout */


div#navBar						{display:none}
div#masthead					{display:none}
#related                        {display:none}
.backtop                        {display:none}

#bilalis_page				{}

#header						{display:none}

div#content					{ width:100%; background-color:#FFF; padding:1em 0; position: absolute}
	#login					{display:none}
	#youarehere				{padding:4px 0;margin:0 0 .6em 0;list-style:decimal outside;display:table}
	#pagetitle				{padding:0 0 .3em}
	#pagetext				{padding:.6em 0;border-top:1px solid #BEBEBE}

div#footer						{display:none}
#youarehere li				{display:inline;padding-right:2em;list-style:decimal outside}
#youarehere li a:after		{content:" >"}

/* ancors */
a							{color:#0060E3;text-decoration:underline}
#youarehere li				{color:#8595AD}
#youarehere a, #sectionsline a, #sections a, #feet a {color:#404D62;text-decoration:none}

/* special ways of pushing around content */
#columnsbox					{height:1%;display:table}
#columnleft					{width:60%;float:left;border-right:1px solid #BEBEBE;padding-right:15px}
#columnright				{border-left:1px solid #BEBEBE;padding-left:15px;display:table;position:relative;left:-1px}
/* 						three pixel gap */
* html #columnleft		{margin-right:-3px}
* html #columnright		{height:1px;margin-left:0px}

hr 							{height:1px;width:100%;background-color:#BEBEBE;color:#BEBEBE;margin:15px 0;border:none}

/* tables */
table.tbl					{font-size:100%}
table.tbl th, table.tbl td	{border:0;margin:1px;padding:2px 5px;text-align:left}
table.tbl th 				{background-color:#7798C1;color:#EEE}
table.tbl td 				{background-color:#EEE;color:#000}
table.tbl tr.alt td			{background-color:#F4F4F4;color:#000}

/* forms */
input, select, textarea		{font-size:100%;vertical-align:middle}
label						{display:list-item;margin:2px 0;list-style:none;border-bottom:1px solid #E9E9E9}
form.frm *					{font-size:100%;color:#385F9B}
form.frm th					{padding:2px 5px;background-color:#D9E1EE;text-align:left}
form.frm td					{padding:2px 5px;border-bottom:1px solid #E9E9E9}
form.frm input, form.frm select, form.frm textarea {padding:2px;color:#000;vertical-align:middle}
form.frm .frmbutton			{text-align:center;color:#FFF;background:#3A62A0;border:1px outset #3A62A0}

