

/* css to take out browser defaults */

* {	margin:0px; padding:0px; border:none;}


/* end css to take out browser defaults */

body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 76%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C8D7D6;
    text-align:center;
} 

#wrapper-for-centering {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block; }

/* donna took out 12-14-08
#wrapper {   
    margin:40px auto 0 auto;
    height:100%;
    height:auto !important;
    min-height:100%;
    } */

#wrapper {margin: 0px auto; padding: 0 0 0 0px; width: 775px; height: 550px; text-align: left;
    margin-left: -387.5px;
    position: absolute;
    top: -280px;
    left: 50%;
    height: 550px;
    visibility: visible; } 

.clearer {clear: both; }

#footer {margin: 10px 0 15px 0;color: #999999;background: transparent; font-size: 10px;text-align: center; }

#flash-alt {width:775px; height: 550px; background-color:white; text-align:center;
}

#flash-alt p {  
    }
/*
background-image: url(http://www.deanandrews.com/bening/images/HTML-Flash-ALT.gif); background-position:center; background-repeat:no-repeat;
*/
#flashtext { 
	margin-top: -152px; color:black; text-align:center; 
	}

#flashtext p {
	margin: 0 0 5px 0;
	}
/**************These are commented out: have to look at how to work with the Flash alt text
#flash-alt { width:775px; text-align:center }
#flashtext {float:left; background-color: white;  }
a img,:link img,:visited img { border:0px solid black;  }*/

/******************** Link Classes *********************/

a, a:link, a:visited {
	color:#000;
	text-decoration: underline;
					}

a:hover, a.active {	
	color:#4F9B95;
	text-decoration: underline;
					}
					
#footer a, #footer a:link, #footer a:visited {
	font-size: 9px;
	letter-spacing: .5px;
	color:#999;
	text-decoration: underline;
					}

#footer a:hover, #footer a.active {	
	font-size: 9px;
	color:#FFF;
	text-decoration: underline;
					}
					
.smallfooter {
	font-size: 9px;
	letter-spacing: .5px;
	}
			
/************************************* Image Classes *******************/
img.imgleft {				float:left;
						padding-right:5px;}

img.imgright {				float:right;
						padding-left:5px;}