/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#d9d9d9;	
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center /*center for IE 5 */
}
h1 { margin-top:15px;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
h2 {
margin-bottom:0px;
font-size: 18px;
color:#000;
font-weight:bold;
}
.right {float:right}

div#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width:780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(../images/background.gif);
	background-position: left top;
	background-repeat:repeat-y;
}
#wrapper{
	width: 760px;
	margin: 0 auto 0 auto;
	background: #fff;
	text-align: left;
}
#header {
	background-image:url(../images/banner.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height:90px;
	margin-bottom:o;
}
.headerText{
padding: 5px 2px 5px 0;
background-color:#FFFFFF;
color:#990000;
font-weight:bold;
text-align:right;
font-style:italic;
}
div#content {
	margin: 10px 10px 60px 10px;
    padding: 0px;
	min-height: 380px;	
}

div#footer {
	width:760px;
	position:absolute;
	bottom:0; /* stick to bottom */
	left: 10px; /*position left to override central position*/
}
div#footer .google{
	float:right;
}
.legal{
	clear:both;
	background:#0099ff;	
	font-size:.9em;
	color:#fff;
}
.center{
	text-align:center;
}
.largeText {
font-size:16px;
}
div.figure {
margin:0 auto 0 auto;
width:200px;
float:left;
margin-top:10px;
}
div.bigIndent{margin-left:150px;}
div.figure p {
font: 1.1em Arial, Helvetica, sans-serif;
text-align:center;
margin: 10px 0 0 0;
height: 5em;
}
.photo img {
border: 1px solid #666;
background-color: #fff;
padding: 2px;
position: relative;
top: -3px;
left: -3px
}
.photoShadow{
text-align:center;
background: url(../images/shadow.gif) center bottom no-repeat;
}
.photoShadowLarge{
text-align:center;
background: url(../images/shadow2.gif) center bottom no-repeat;
}
