@charset "utf-8";
/* CSS Document */
Body {
	font-size: 75%;	/*base of 10px would be 62.5% - this appeared a little small to the Board*/
	background-color:#026480; 
	font-family:Arial, Helvetica, sans-serif;
} 
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#006;
}
a img {
	border:none;
}
#sidebar {
	font-size:1em;
} /*10px*/
#container {
	width:80em;
	margin-top:2em; 
	border:ridge; 
	border-bottom-color:#333; 
	border-right-color:#333; 
	border-left-color:#fff; 
	border-top-color:#fff;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
#header {
	padding: 0em;
	width: inherit;
	height:21.4em; /* was 234 */
	background-color:#fff;
}
#headerLeft {
	clear:both;
	float:left;
	width: 70%; /*was 65 */
	height:21.4em;
	background-image:url('casaLogo.jpg');
	background-repeat:no-repeat;
}
#headerMiddle {
	float:right;
	width:75%; /*was 60% */
	height:21.4em;
	background-image:url(preventionThroughConnection.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#headerRight {
	float:right;
	height:21.4em;
/*	background-image:url(right-side-phot-only.jpg);
	background-repeat:no-repeat;
	background-position:right; */
	margin-top:auto;
	margin-bottom:auto;
	width:30%;	
}
#headerRight img {
	position:relative;
	top:-1.5em; /*moves photo 40px down from top where would usually be*/
	right:-.5em; /*was -1*/
}
#searchBox {
	text-align:right;	/*assuming phot 162 high photo */
	position: relative;
	top: 17.5em; /*size of logo +25px top margin of container*/
	right:3em;
	color:#026480;
	font-size:1em;
}
form input {
	color:#999;
}
#navigationDiv {
	margin-left:auto;
	margin-right:auto;
	background-image:url('navigationBackground.jpg');
	background-repeat:no-repeat;
	background-color:#008ece;
	height:30px; 
	width:95%;
	border-color:#0093d0;
}
#subNavigation {
	text-align:center;
}
#donate ul.MenuBarHorizontal a /*to highlight current page tab*/
{
	background-color: #2bc4f3;
	color: #000;
}
#middleLeft {
	clear:both;
	text-align:left;
	float: left;
	width:60%;
	background-color:#ffffff;
}
#middleRight {
	float:right;
	width:37%;
	background-color:#ffffff;
}
#rightSideBox {
	background-color:#cce0e6;
	border-style:solid;
	border-width:2px;
	border-color:#026480;
	margin-top:20px;
	margin-right:0px;
	text-align:left;
	padding: 3%;
	background-image:url(images/leftSideBlueGradient.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.pageTitle {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.generalContentBox {
	margin: 10px 30px;
	text-align:left;
}
#footer {
	width:inherit;
	margin-top:4em;
	clear:both;
	padding: 0;
	width: inherit;
	background-color:#fff;
	font-size:.8em;
	margin-bottom:3em;
}

#mailingListSignUp tr td {
style="vertical-align:top;"	
}