/* It is common to set printer friendly styles such as a white background with black text. */
body {
	color: #3C3C3C;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	vertical-align: top;
	background: #BEEAFC url(../images/bg_gradient.png) repeat-x fixed top;
	overflow-y: visible; 
}
/* Commonly used to style page titles. */
h1 {
	color: #003870;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style:normal;
	vertical-align: text-bottom;
	margin: 0px;
	padding-left: 35px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 1px;
}
/* Commonly used to style section titles. */
h2 {
  color: #00A550;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:normal;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #00BABC;
	font-style:italic;
}
h4 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #003870;
	font-style:italic;
}
h5 {
	color: #3C3C3C;
	font: bold 12pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
legend {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003870;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #00BABC;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #003870;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #003870;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #003870;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #003870;
	text-decoration: none;
	text-align: left;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 750px;
	background: #FFF;
	overflow-y: visible;
}
#outerWrapper #header {
	background-color: #ffffff;
	border-bottom: solid 1px #FFFFFF;
	font-weight: normal
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	overflow-y: visible;
}
#outerWrapper #header #topBar {
	background-color: #fff url(../../images/bg_gradient.png) repeat-x fixed top;
	display: none;
}
#outerWrapper #header #logoBar {
	padding: 0px;
	display: inline;
	overflow-y: visible;
}
#outerWrapper #header #topNavBar {
	background-color: #FFF;
	padding: 0px 3px;
	display: none;
}
#outerWrapper #header #topNavBar #topNav tr td a #join {
	padding-left: 9px;
	display: none;
}
#outerWrapper #header #topNavBar #topNav tr td a #volunteer {
	padding-left: 8px;
	display: none;
}
#outerWrapper #header #topNavBar #topNav tr td a #donate {
	padding-left: 8px;
	display: none;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-color: #ffffff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 0px;
	margin: 0 25px 0 25px;
	overflow-y: visible;
}
#outerWrapper #contentWrapper #contentwide {
	background-color: #ffffff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right:15px;
	text-align: left;
	overflow-y: visible;
}
#outerWrapper #header #eNews {
	padding: 0;
	margin-left: 15px;
	margin-right:15px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #ffffff;
	border-right: solid 1px #FFFFFF; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 17px 10px 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	display: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #ffffff;
	border-left: 4px dotted #BEEAFC; /* Sets the right border properties for an element using shorthand notation */
	float: right;
	padding: 5px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 4px dotted #BEEAFC;
	display: none;
}

#outerWrapper #contentWrapper #rightColumn1 #translator{
	margin-left: 0px;
}
#outerWrapper #contentWrapper #contentwide p .return {
	text-align:right
}
#outerWrapper #footer {
  background-color: #BEEAFC;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
  text-align:center;
  color: #003870;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  vertical-align:top !important;
  display: none;
}
#searchInner {
	vertical-align:top !important;
}
.address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #003870;
}
.nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left
}
.ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.stylehilite {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FFFF00;
}
.bulleted {
	list-style-position: outside;
	list-style-type: disc;
	font: normal 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.closed {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF0000;
}
.rightNav {
	list-style-position: inside;
	list-style-type: disc;
	font: normal 10pt/1.25em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003870;
	padding-left: 4px;
	margin-left: -6px;
}
.green {
	color: #E3E139;
}
.dkBlue {
	color: #003870;
}
.teal {
	color: #00BABC;
}
.gsGreen {
	color: #00A550;
}
.ltBlue {
	color: #BEEAFC;
}
.dkGray {
	color: #3C3C3C;
}
.red {
	color: #FF0000;
}
#cse-search-results {
	font: normal 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	color: #0000FF;
}
#results {
	width: 750px;
	left: 20px;
	position: relative;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

