/*
MAIN CSS STYLE SHEET - APPLIES TO ALL BROWSERS
*/

body 
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: verdana, helvetica, geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
.ahem {display: none;}
	
#header 
{
	height: 152px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url("/persistent/images/header_01.jpg");	
	background-position: 283px 0px;
	background-repeat: repeat-x;
}

#header_logo 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 283px;
	height: 152px;
	}

#left_panel
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 282px;
	}
	
#menu
{
	margin: 0px;
	padding: 0px;
	width: 283px;
	}
	
#menu a {text-decoration: none;}
#menu a:visited {text-decoration: none;}
#menu a:hover {text-decoration: underline;}

#menu a {height: 25px; line-height: 25px;}
	
.level_1_normal {padding-left: 5px; background-image: url("/persistent/images/first_level_nav_bg.gif");}
.level_1_normal a { font-size: 12px; color: #ffffff;}

.level_1_clicked {padding-left: 5px; background-image: url("/persistent/images/first_level_nav_bg.gif");}
.level_1_clicked a {font-size: 12px; color: #ffffff; font-weight: bold;} 

.level_2_normal {padding-left: 15px; background-image: url("/persistent/images/second_level_nav_bg.gif"); }
.level_2_normal a {font-size: 11px; color: #30302e;}

.level_2_clicked {padding-left: 15px; background-image: url("/persistent/images/second_level_nav_bg.gif"); }
.level_2_clicked a {font-size: 11px; color: #0C2E82; font-weight: bold;}

.level_3_normal {padding-left: 25px; background-image: url("/persistent/images/third_level_nav_bg.gif");}
.level_3_normal a {font-size: 10px; color: #30302e; }

.level_3_clicked {padding-left: 25px; background-image: url("/persistent/images/third_level_nav_bg.gif"); }
.level_3_clicked a {font-size: 10px; color: #0C2E82; font-weight: bold;}
	
.other_logo	
{
	width: 283px;
	height: 75px;
	border: none;
	}
	
#bsi_logo {width: 81px; height: 50px; border: none; margin-left: 55px;}

#right_panel
{
	margin: 0px;
	margin-left: 283px;
	padding: 0px;
	padding: 0px;
	}
	
#border 
{	
	float: left;
	background-image: url("/persistent/images/repeating_content_bg.gif");
	background-position: 283px 25px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	}

.prop {
    height: 400px;
    float: right;
    width: 1px;
  }

.prop_clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  }

#bread_crumbs 
{
	padding-left: 10px;
	background-color: #8F8373;
	border-left: 7px solid #7D7163;
	color: #ffffff;
	font-size: 9px;
	}
	
#bread_crumbs a {height: 25px; line-height: 25px; color: #ffffff; font-size: 9px; text-decoration: underline; background-color:  none;}
	
#maincontent 
{
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
	}
	
#footer 
{
	clear: both;
	color: #ffffff;
	background-color: #8F8373;
	text-align: center;
	}

#footer_text {height: 25px; line-height: 25px; font-size: 9px;}

p,h1,h2,h3,h4,h5	{
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	}
	
p	{
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
h1,h2,h3,h4,h5
	{
	font-weight: normal;
	}
	
h1	
{
	color: #0C2E82;
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 24px;
	}
	
h2	
{
	color: #0C2E82;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	}

h3	
{
	color: #0C2E82;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 16px;
	}

h4	
{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 14px;
	}
	
h5
{
	color: #ff0000;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 12px;
}
	
ol,ul,li
{
	padding-top: 0px;
	margin-top: 0px;
	}
	
hr {color: #666666; margin: 5px; height: 1px;}

ul {list-style-type:square;}

ol {list-style-type:decimal;}

#maincontent a			{text-decoration: underline; color: #0C2E82; background-color: #none;}
#maincontent a:visited 	{text-decoration: underline; color: #0C2E82; background-color: #none;}
#maincontent a:hover 	{text-decoration: underline; color: #ff0000; background-color: #efefef;}

table {margin: 5px; border-collapse: collapse; border-spacing: -1px; empty-cells: show;}
td {border: 1px solid #666666; padding: 2px; vertical-align: top;}
.no_border td {border: none;}
img {border: none; background: #ffffff;}

	.form_table {cell-padding: 4px;	cell-spacing: 0px; background-color: none;}
	.form_table td {border: none;}
	.form_caption {margin-left: 5px; text-align: left; font-size: 14px; font-weight: bold;}
	.form_label {text-align: right; font-weight: bold; color: #000066;}
	.form_field {text-align: left;}
	.form_input_text {color: #0000cc; font-size: 11px; background: #efefef;	border: 1px solid #000066;}
	.form_input_radio {}
	.form_select {color: #0000cc; font-size: 11px;}
	.grid_form_input_text {color: #0000cc; font-size: 11px; border: 1px solid #000066;}

.alert_text {color: #ff0000;}
	
.btnnormal {
	cursor: hand;
	border: solid 1px outset;
	color: #000000;
	}

.btnnover {
	cursor: hand;
	border: solid 1px outset;
	color: #0000ff;		
	}

#navtext {
	
	margin: 5px;
	font-size: 12px;
	}
	
#footer_text 
{
	color: #ffffff;
	font-size: 10px;
	}
	
.footer_link {text-decoration: underline; color: #ffffff; background: none;}
.footer_link:visited {text-decoration: underline; color: #ffffff; background: none;}
.footer_link:hover {text-decoration: underline; color: #ffffff; background: none;}

#maincontent_td {border: none;}

/*Stats Hide*/

#stats {
display: none;
height: 0;
line-height: 0;
} 	
