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

body {
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7a7979;
}

a {
	color: #466e9d;
	text-decoration: none;
}

a.box {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img, div {
	behavior: url(iepngfix.htc)
}

p.box {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #ffffff;
}

#container {
	width: 862px;
	margin: 0 auto;
}

#masthead {
	height: 144px;
	padding-bottom: 28px;
}

#masthead a.logo {
	display: block;
	background:url(../images/hdr-logo.gif);
	width: 299px;
	height: 144px;
	text-indent: -9999em;
	float: left;
}

#masthead h1 {
	float: right;
	background-image: url(../images/hdr-img-tagline.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 144px;
	width: 453px;
	text-indent: -9999em;
}

#sidebar {
	width: 225px;
	float: left;
}

#sidebar .breakingNews {
	background-image: url(../images/sidebar-breaking-news.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 202px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

#sidebar #news {
	padding: 12px;
}

#sidebar #news h2 {
	font-size: 1em;
	padding-bottom: 4px;
}

#sidebar #news p {
	font-size: 0.8em;
	padding: 0px 4px;
}

/* Navbar */

ul#navbar { 
  margin : 0;
  padding : 0px 0px 3px;
  list-style-type : none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  color: #fff;
}

ul#navbar li {
	maring: 0;
}

ul#navbar a {
	display : block;
	width : 190px;
	height : 20px;
	padding: 4px 0px 0px 12px;
	text-decoration : none;
	color : #fff;
	background: url(../images/navbar-btn.gif) no-repeat;
	padding-bottom: 2px;
}

ul#navbar a:hover, ul#navbar a:focus, ul#navbar a:active, 
ul#navbar a.selected, ul#navbar a.selected:hover, ul#navbar a.selected:focus, ul#navbar a.selected:active {
	color : #fff;
	background-image: url(../images/navbar-btn-on.gif);
	background-repeat: repeat-x;
}

ul#navbar a.selected { 
  text-align : left;
  cursor : default;
}

ul#navbar a:hover, ul#navbar a:focus, ul#navbar a:active {
	color : #fff;
	background-image: url(../images/navbar-btn-on.gif);
	background-repeat: repeat-x;
}

#sidebar a.donate, #sidebar a.volunteer, #sidebar a.newsletter {
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
}

#sidebar a.donate {
	background-image: url(../images/sidebar-donate-here.jpg);
	height: 228px;
	width: 202px;	
	clear: both;
}

#sidebar a.volunteer {
	background-image: url(../images/sidebar-volunteer.jpg);
	height: 229px;
	width: 202px;
}

#sidebar a.newsletter {
	background-image: url(../images/sidebar-newsletter.gif);
	height: 40px;
	width: 202px;
}

#content {
	width: 597px;
	float: right;
	padding: 0px 20px;
}

#content h1 {
	color: #466e9d;
	font-size: 3em;
	padding: 0;
	margin: 0;
}

#content p {
	padding: 5px 0px;
	line-height: 1.6em;
}

#footer {
	clear: both;
	padding: 10px;
}

#footer p {
	font-size: 0.7em;
	padding: 4px 0px;
}

/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}

.divBlueBox {
background-color:#336699;
width: 250px;}