/* General Rules */
body
{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a, a:visited
{
	text-decoration: none;
	color: #dc143c;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none 0px black;
}

p
{
	font-size:small;
}

h1
{
	text-align: center;
	font-size: x-large;
	margin: 1em;
}

h2
{
	font-size:large;
	margin: 0px;
}

h3
{
	font-size: medium;
	margin: 0px;
}

h4
{
	font-size:small;
	margin: 0px;
}

h5
{
	font-size:x-small;
	margin: 0px;
}

h6
{
	font-size: xx-small;
	margin: 0px;
}
 
span
{
	margin:1em;
	text-align:left;
}

hr
{
	border-right: #dc143c 1px solid;
	border-top: #dc143c 1px solid;
	border-left: #dc143c 1px solid;
	border-bottom: #dc143c 1px solid;
}

table
{

}
tr
{
	
}
td
{
	 margin:1em;
	 padding-left:5px;
	 padding-right:5px;
}


/* Special Rules url */
#header
{
	background-image: url(../images/ba_logo.jpg);
	height: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#breadcrumb
{
	background-color: #f5f5f5;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-left: 10px;
}

/* Added for Single Subject Page */
#single
{
	font-size: small;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color: #fffff0;
}

#outer_wrapper
{
}
/* not used */
#wrapper
{
}
/* Not used */

#container
{
	width: 100%;
	float: left;
	margin-right: -100px;
}
#content
{
	padding-top: 10px;
}
#main
{
	margin-left: 210px;
	min-width:575px;
}
#left
{
	width: 200px;
	margin-left: 5px;
	float: left;

}
#footer
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #dcdcdc;
	margin-top: 10px;
	padding-left: 10px;
	clear: both;
}
/* Added 03/21/08 printing footer PM */
#pbafooter
{
	display:none;
}

/* Added 03/23/08 diplay footer PM */
#bafooter
{
	width: 100%;
	float: left;
	margin-right: -100px;
}

/* Added 03/21/08 PM */
#disclamer
{
	font-size: xx-small;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #dcdcdc;
}

/* Added 03/21/08 PM */
#adobe
{
	font-size: xx-small;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #ffffff;
}

#header h2 span
{
	display:none;
}

table.standardpackaging
{
	display:none;
}

div.box
{
	background-color: #fffff0;
	margin: 10px;
	padding: 10px;
	text-align: left;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

div.box ul
{
	margin:0px;
	padding:0px;
	list-style-image: url(file:///G|/WEB/Images/arrow_bullet.gif);
}
div.box li
{
	margin: 1em;
	text-align:left;
}

h3.classa
{
	border-bottom: gray 1px dotted;
	background-color: #dcdcdc;
	font-size: medium;
}
h3.classb
{
	border-bottom: gray 1px dotted;
	background-color: #d3d3d3;
	font-size: medium;
}
h3.classc
{
	border-bottom: gray 1px dotted;
	background-color: #a9a9a9;
	font-size: medium;
}


a.def, a.def:visited
{
	color: #006400;
	border-bottom: darkgreen thin dashed;
}

div.def
{
	position:inherit;
	display: none;
	border: gray 1px solid;
	background-color: #ffffff;
	text-align: left;
	padding: 1em;
	width: 300px;
}

/* Used with div.def */
span.word
{
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
}
/* Used with div.def */
span.phon
{
	font-size: small;
	font-style: italic;
}
div.clear
{
	clear: both;
}
