/* ===== Home Page ===== */

.homepageSecondaryHead{
	font-family: Arial, sans-serif;
	font-size:15pt;
	font-weight :normal;
	color:#1f6294;
	font-style:italic;
	min-height:70px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width:822px;	
	border-top:2px solid #0066CD;
	background-color: #C2E0FF;		
	vertical-align: bottom;		
}

/* duplicate entry from btsstyle.css
.homepageSecondaryHead
	{font-family: Arial,sans-serif; font-size: 16px; font-weight: normal; color: #004A80; background-color:#c2e0ff;
	height:100px;}
*/

.homepageTitles
	{font-family: Arial,sans-serif; font-size: 14px; font-weight: bold; color: #004A80;}

A.homepage
	{font-family: Arial,sans-serif; font-size: 11px; color: black; text-decoration: none;}

A.homepage:Link
	{font-family: Arial,sans-serif; font-size: 11px; color: black; text-decoration: none;}

A.homepage:Visited
	{font-family: Arial,sans-serif; font-size: 11px; color: black; text-decoration: none;}

A.homepage:Hover
	{font-family: Arial,sans-serif; font-size: 11px; color: black; text-decoration: none;}

A.homepage:Active
	{font-family: Arial,sans-serif; font-size: 11px; color: black; text-decoration: none;}

A.greenLink:Link
	{font-family: Arial,sans-serif; font-size: 90%; font-weight: bold; color: #00A651; text-decoration: none;}

A.greenLink:Visited
	{font-family: Arial,sans-serif; font-size: 90%; font-weight: bold; color: #00A651; text-decoration: none;}

A.greenLink:Hover
	{font-family: Arial,sans-serif; font-size: 90%; font-weight: bold; color: #00A651; text-decoration: none;}

A.greenLink:Active
	{font-family: Arial,sans-serif; font-size: 90%; font-weight: bold; color: #00A651; text-decoration: none;}


/* ***navigation menu***********************************************  */
#navigation {
	/*display:none;*/
	display:block;
	font-weight:normal;
}

#hpcontainer {
	width:822px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

#hpheader {	
	width:822px;
	min-height:130px;
	border-top: 2px solid #00A651;
}

#hpleft {
	clear:both;
	width:200px;
	overflow:hidden;
	float:left; 
	background-color:#dadada;
	padding-right:0px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	border-bottom: 2px solid #00A651;
}

#hpright {
	/*height:500px;*/
	width:603px;
	float:right;
	clear:right;
	padding-left: 2px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#hpfooter {
	clear:both;
	float:left;
	width:822px;
	height:52px;
	border-top: 2px solid #00A651;
	background-color:White;
	position:relative;
	text-align:center;
}

.hpcontent {	
	float: left;
	font-family: arial;
	font-size: 0.8em;
}


.hpul {
	list-style: none;
	margin :0px 0px 0px 0px;
	padding:0px 0px 0px 12px;
	background-color:#dadada;
	font-weight:normal;
}

#h5Anchor {
	width:200px;
	font-size:11px  ;
	font-family: arial,sans-serif; 
	font-weight: bold; 
}

.menu_ul {
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;	
	font-weight : normal;
	font-size:8px ;
	
	/*
	border-top:1px solid black;
	margin :0px 0px 0px 12px;
	border:solid 1px green;
	font-weight:bold;
	*/
}

.menuimg {
	border:0;
	margin: 0px 0px 0px -10px;
	position:relative;
	top:5px;	
}

.menuli {
	font-size:11px  ;
	font-family: arial,sans-serif; 
	list-style: none; 	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight : normal;
	background-color:#dadada;
}

.menuli a:Link,.menuli a:Active,.menuli a:Visited {
	font-family: Arial,sans-serif; 
	font-size: 11px; 
	color: black; 
	text-decoration: none;
	font-weight:normal;
	background-color: transparent;
}

.menuli a:Hover	{
	font-family: Arial,sans-serif; 
	font-size: 11px; 
	color: red; 
	text-decoration: none;
	font-weight:normal;
	background-color: transparent;
}

h5 {
	/*width:200px;*/
	font-size:11px;
	font-family: arial,sans-serif; 
	font-weight: bold; 
	padding:0px 0px 0px 10px;
	margin: 1px 0px 1px 0px; 
	color: #000; 
	/*background: url(/graphics/plus.gif) no-repeat 0px 1px; */
	background: url(/graphics/plus.gif) no-repeat 0 50%; 
	background-color:#dadada;
}

h5 a:Link,h5 a:Active,h5 a:Visited {
	font-size:11px;
	font-family: arial,sans-serif; 
	font-weight: bold; 
	color: black; 
	text-decoration: none;
	background-color: transparent;
}

h5 a:Hover {
	font-size: 11px;
	font-family: arial,sans-serif; 
	font-weight: bold; 
	color: red; 
	text-decoration: none;
	background-color: transparent;
}

h4 {
	font-family: arial,sans-serif; 
	font-size:11px;
	font-weight: normal; 
	padding:0px 0px 0px 10px;
	margin: 1px 0px 1px 0px;	
	color: #000; 
	/*background: url(/graphics/plus.gif) no-repeat 0px 5px; */
	background: url(/graphics/plus.gif) no-repeat 0 1px; 
	background-color: transparent;
}

h4 a:Link,h4 a:Visited,h4 a:Active {
	font-family: Arial,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: black; 
	text-decoration: none;
	background-color: transparent;
	}

h4 a:Hover {
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: red; 
	text-decoration: none;
	background-color: transparent;
	
}

/* ############### Start chapter level css ############### */
h6 {
	font-family: arial,sans-serif; 
	font-size:9px;
	padding:0px 0px 0px 10px;
	margin: 1px 0px 1px -10px;	
	font-weight: bold; 
	color: #000; 
	/*background: url(/graphics/plus.gif) no-repeat 0px 1px;*/
	background: url(/graphics/plus.gif) no-repeat 0 50%;  
	background-color: transparent;
}

h6 a:Link,h6 a:Visited,h6 a:Active {
	font-family: Arial,sans-serif; 
	text-decoration: none;
	font-size:11px;
	}

h6 a:Hover {
	color: red; 
	text-decoration: none;
}
/* ############### End section level css ############### */

.menuliToplevel {
	font-family: arial,sans-serif; 
	font-size:11px  ;
	padding:0px 0px 0px 10px;
	margin: 1px 0px 1px 0px;
	font-weight: bold; 
	color: #000; 
	background: url() no-repeat 0 1px; 
	/*background: url() no-repeat 0 50%; */
	background-color: transparent;
}

.menuliToplevel a:Link,.menuliToplevel a:Visited,.menuliToplevel a:Active {
	font-family: Arial,sans-serif; 
	font-size: 11px; 
	color: black; 
	font-weight: normal; 
	text-decoration: none;
	background-color: transparent;
	
	}

.menuliToplevel a:Hover	{
	font-family: Arial,sans-serif; 
	font-size: 11px; 
	color: red; 
	font-weight: normal; 
	text-decoration: none;
	background-color: transparent;
}

.nochildren {
	font-family: arial,sans-serif; 
	/*margin-top:-3px;*/
	margin: 0px 0px 0px 0px;		
	font-size:11px;
}

.nochildren a:Link,.nochildren a:Visited,.nochildren a:Active{
	font-family: Arial,sans-serif; 
	text-decoration: none;
	font-size:11px;
}

.nochildren a:hover {
	color: red; 
	text-decoration: none;
	font-size:11px;
}
