@charset "UTF-8";
/* CSS Document */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a70303;
	text-decoration: none;
}
a:visited {
	color: #a70303;
	text-decoration: none;
}
a:hover {
	color: #668ec8;
	text-decoration: underline;

}
a:active {
	color: #000033;
	text-decoration: underline;
}	

            
body  {
	background-image: url(images/constants/background.gif);
	background-repeat: repeat-x;
	font: Verdana, Arial, Helvetica, sans-serif 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
}
.twoColFixRtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 8px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 285px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: solid 1px #efefef;
} 
.twoColFixRtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.bondaction.org/images/constants/footer.gif);;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */

.twoColFixRtHdr #sidebar1 { width: 220px; }

<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

[endif]





h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3a5ea4;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


	


/*************** End Selectors ***************/

/***************DIV**************************/


.BAdiv {
	border-bottom: solid 1PX #DDDDDD;

	
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.BAdiv1 {
background-image:url(images/constants/alert.gif);
background-repeat: no-repeat;
	
	margin: 5px 5px 5px 5px;
	padding: 16px 7px 7px 7px;
	}

.BAdivSideBar {
	background-image: url(images/sidebar.gif);
	background-repeat:repeat-x;
	border-top: solid 1px #958778;
	border-right: solid 1px #958778;
	border-left: solid 1px #cac8c8;
	border-bottom: solid 1px #cac8c8;
	padding: 15px 10px;
	margin: 5px 0px 0px 0px;
	
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>



.shiftcontainer{
position: relative;
left: 3px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
 /* container width*/
background-color: #e0e0e0;
margin: 4px;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 7px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

</style>

<![endif]>


.style1 {
	color: #3366CC;
	font-weight: bold;
}
.style2 {font-weight: bold}
.style3 {color: #990000}



.style1 {
	color: #3366CC;
	font-weight: bold;
}
.style2 {font-weight: bold}
.style3 {color: #990000}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(http://www.bondaction.org/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: 000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
