/* external style sheet for the AMI Documentation */
body {
	margin: 0;
	padding: 0;	
}

b {font-weight: bold;}
i {font-style: italic;}
img {border: 0;}

/*Horizontal Navbar start*/
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #4B6CB6;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #4B6CB6;
border-bottom: none;
background: #DDDDDE;
text-decoration: none;
}

#navlist li a:link { color: #444448; }
#navlist li a:visited { color: #666667; }

#navlist li a:hover
{
color: #000000;
background: #AAAAAE;
border-color: #222227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

/*Navbar end*/

/*Vertical Menu list*/
vertical_sub_menu {
font: bold 12px Verdana, sans-serif;
font-size: 100%;
width: 140px;
padding: 0px;
margin: 10px;

}

#vertical_sub_menu ul {
list-style: none;
margin: 0px 0px 3px 0px;
padding: 0px;
border: none;
}

#vertical_sub_menu ul li {
margin: 0px;
padding: 0px;
}

#vertical_sub_menu ul li a {
font-size: 100%;
display: block;
background: #DDDDDE;
border: 1px solid #4B6CB6;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000000;
width:120px;
}

#vertical_sub_menu ul li a:hover, #vertical_sub_menu ul li a:focus {
color: #000000;
background-color: #AAAAAE;
}

#vertical_sub_menu li a#current
{
background: white;

}

/*Vertical menu end*/

/*Footer Bar start*/
.Footer {
	width: 648px;
	background-color: #FFFFFF;	
	color:#FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	margin-top: 1;
}

.Footer div {
	padding-left: 3;
	padding-top: 10;
	margin-left: 10;
	margin-top: 12;
}

.Footer a {text-decoration: none;
	font-weight: bold;
	color:##123456;
	
}

.Footer a:hover {text-decoration: none;
	font-weight: normal;
	color:#4B6CB6;
}

/*Footer bar end*/

/* SECTIONS STRUCTURE  */
.body {
	font-weight: normal;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 14px;
	font-variant: normal;
	font-style: normal;	
}

.contentPadding {
	width: 648px;
	margin-left: 10;
	margin-top: 12;
}

.sectionPadding {
	margin-left: 0;
	margin-bottom: 20;
	margin-right: 35;
	width: 805px;
}

.sectionHeader {
	margin-left: 13;
	margin-right: 35;
	margin-top: 10;
	margin-bottom: 16;	
}

ul {
	list-style-image:url(images/bullet.gif);
	margin-top: 5px;
}

ul.a {
	color: #4B6CB6;
}

.noIndent {
	margin-top: 5px;
}

.noIndent li{
	margin-left: -20px;
}

.noIndent UL { list-style-image: url(/graphics/bcci/circle.gif) }


a {text-decoration: underline;
	font-weight: normal;
	color:#4B6CB6;
}

a:hover {text-decoration: underline;
	font-weight: normal;
	color:#4B6CB6;
}

.header {
	font-weight: bold;
	color: #4B6CB6;
	font-size: 14px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}

.header_title {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}

.no_top_box1{
	border-left:solid #408080 1px;
	border-right:solid #408080 1px;
	border-bottom:solid #408080 1px;
	font-weight: normal;
	color:#4B6CB6;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 14px;
	font-variant: normal;
	font-style: normal;	
}

.with_top_box1{border-top:solid #408080 1px;
	border-left:solid #408080 1px;
	border-right:solid #408080 1px;
	border-bottom:solid #408080 1px;
	font-weight: normal;
	color:#4B6CB6;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 14px;
	font-variant: normal;
	font-style: normal;	
}

div.img-logo {
	background: url('images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 3px 0px 5px 0px;
	padding: 0;
	position: relative;
}

div.img-logo img {
	background-color: #fff;
	border: 1px solid #4B6CB6;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.issueNav {
	border-right: 1px solid #4B6CB6;
	width: 150;
	margin-right: 5px;
	padding-left:10px;
}


