﻿body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #ebebeb;
margin: 0; 
text-align: left; 
}
#container {
width: 960px;
background: #ebebeb;
margin: 0 auto;
}
#container1 {
width:960px;
height:auto;
margin: 0 auto;
}
#header {
	width:960px;
	height:52px;
	float:left;
	background:url(images/head_logo_bg.jpg) no-repeat;
	margin-top:20px;
}
#container2top {
	width:960px; 
	height:11px;
	float:left;
	background:url(images/bg_top.jpg) repeat-y;
	margin: 20px auto 0px auto;
}
#container2 {
	width:960px;
	height:auto;
	margin: 0 auto;
	background:url(images/bg_mid.jpg) repeat-y;
	float:left;
}
#container2bot {
	width:960px; 
	height:11px;
	float:left;
	background:url(images/bg_bot.jpg) repeat-y;
	margin: 0px auto 20px auto;
}
#column_left {
width:600px;
height:auto;
float:left;
margin:10px 20px 20px 20px;
}
#column_right {
width:300px;
height:auto;
float:left;
margin:10px 20px 20px 0;
}
#takeactiondiv {
	display:block;
	width:300px;
	height:43px;
	background:url(images/take_action.png) 0px 0px;
}
#takeactiondiv:hover {
	background-position: 0px -43px;
}
#donatediv {
	display:block;
	width:300px;
	height:43px;
	background:url(images/donate.png) 0px 0px;
}
#donatediv:hover {
	background-position: 0px -43px;
}
.colright_top_object {
width:300px;
height:auto;
float:left;
}
.colright_object {
width:300px;
height:auto;
float:left;
margin-top:10px;
}
#video {
width:600px;
height:auto;
float:left;
}
.share_icons {
width:40px;
height:40px;
float:left;
margin:10px 10px 0 0;
}
#alert_text {
width:600px;
height:auto;
float:left;
margin:20px 0 20px 0;
text-align:left;
}
.headline_text {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
color:#0D517B;
}
.body_text {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#333;
}
.body_text_bold {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#0D517B;
}

/*  Social Networking */
.share_facebook { width:40px; height:40px; display:block; float:left; margin: 10px 16px 0px 18px;
                  background:url(/images/icons/shareFacebook_40.png) 0 0; cursor:pointer;  }
.share_facebook:hover { background-position: 0 -40px; }
.share_twitter { width:40px; height:40px; display:block; float:left; margin: 10px 16px 0px 0px;
                  background:url(/images/icons/shareTwitter_40.png) 0 0; cursor:pointer;  }
.share_twitter:hover { background-position: 0 -40px; }
.share_myspace { width:40px; height:40px; display:block; float:left; margin: 10px 16px 0px 0px;
                  background:url(/images/icons/shareMyspace_40.png) 0 0; cursor:pointer;  }
.share_myspace:hover { background-position: 0 -40px; }
.share_email { width:40px; height:40px; display:block; float:left; margin: 10px 16px 0px 0px;
                  background:url(/images/icons/shareEmail_40.png) 0 0; cursor:pointer;  }
.share_email:hover { background-position: 0 -40px; }
.share_print { width:40px; height:40px; display:block; float:left; margin: 10px 0px 0px 0px;
                  background:url(/images/icons/sharePrint_40.png) 0 0; cursor:pointer;  }
.share_print:hover { background-position: 0 -40px; }

