body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4D8FC2;
	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;
}


.twoColFixLt #container {
	width: 850px; 
	background-image:url(../images/pageGraphics/bg_container.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
}

.twoColFixLt #containerFull {
	width: 850px; 
	background-color:#FFF;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
}

.twoColFixLt #containerConvio {
	width: 980px; 
	background-image:url(../images/pageGraphics/bg_container_convio.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left 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 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainContentFull { 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left 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 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
#footer1 {
	margin: 0 auto;
	background-color: #CCC;
	padding: 10px;
	width: 830px;
}
#footerConvio {
	margin: 0 auto;
	background-color: #CCC;
	padding: 10px;
	width: 930px;
}
	#flashcontent {
		border: 0px;
		width: 200px;
		height: 75px;
	}

.sidbarContainer {
	width: 195px;
	border-bottom:dotted thin #666;
	margin-bottom: 20px;
	background-color: #E2E2E2;
	}
	
.sidbarContainer H3{
	background-image:url(../images/pageGraphics/leftHeader_bg_gray.gif);
	font-size: 0.85em;
	color: #1C3753;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
.sidbarContainer H3 a{
	color: #1C3753;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
.sidbarContainer H3 a:visited{
	color: #1C3753;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.sidbarContainer H3 a:hover{
	color: #000;
	text-decoration: underline;
}

.sidbarContainer p{
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	line-height:1em;
}
	
.sidbarContainer a{
	color: #000000;
	text-decoration: none;
}
.sidbarContainer a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.sidbarContainer a:hover{
	color: #005782;
}

#footer p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footer a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#footer a:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	color: #005782;
}

#footer1 p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
} 

#footer1 a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#footer1 a:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footerConvio a:hover{
	color: #005782;
}
#footer1Convio p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
} 

#footerConvio a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#footerConvio a:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footerConvio a:hover{
	color: #005782;
}
.signUpGoButton{
	background: #E2E2E2 url(http://www.mentalhealthamerica.net/images/searchOrange.gif);
	width: 20px;
	height: 25px;
	cursor: pointer;
	border: none;
}
.supportbox
{
	border:1px solid #DADAD7;
	background-color:#F9F9F7;
	padding:20px;
}

/*  IE Fix here */
#tools{
	border: dotted thin #666;
	padding: 5px;
	width: 175px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -18px;
	margin-right: auto;
	margin-bottom: 6pt;
	margin-left: auto;
}

/* IE Fix above */
html>/**/body #tools{
	border: dotted thin #666;
	padding: 5px;
	width: 175px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: 6pt;
	margin-left: auto;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
.imagerleft {
	float: left;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
 .imageHome {
	margin: 0px;
	background-color: #006699;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 8px;
	margin-right: 10px;
	border: 1px solid #bac1a3;	
}
.imageHome a:link {
	color: #ffffff;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
 .imageHome a:active {
	color: #ffffff;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
 .imageHome a:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
.imageHome a:hover {
	color: #FBB033;
	text-decoration: none;
	border: none;
	font-weight: bold;
	background-color: #006699;
}
.imageleft{
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
.imageCenter{
	float: none;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
.center { margin-top: 0.5em; margin-right: auto; margin-bottom: 0.5em;	margin-left: auto;
} 

/*convio*/
#message{
width: 400px;
}
#subject{
width: 400px;
}
/*End convio*/
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 

#menucontainer, #nav, #sidebar1, #tools, #metastuff .sidbarContainer, #menucontainer #nav, #searchForm, #breadcrumb, #pageBottomInfoBox table{
  display: none !important;
}
body, #mainContent, #footer1 {
  float: none !important;
  width: 7in;
  margin: 0 !important;
  padding: 1px !important;
  font-size: 1em;
}

html body #mainContent {background: none;}

p {
    font-family: "Bitstream Vera Serif";
    font-size: 12pt;
    line-height: 14pt;
  }
 h1{
    font-family: "Bitstream Vera Sans";
	font-size: 18pt;
    line-height: 20pt;
	color: #000;
	
  } 
h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans";
	font-size: 14pt;
    line-height: 16pt;
  }



html body #footer1 {background: none;}
html body #footer1 p {border-left: none; margin-left: 0; text-align: center;}
}
