@charset "utf-8";
/* CSS Document */

@import url(main.css);

#mainTable {
	/* These style rules are for centering everything on the webpage.
	This change was made on April, 2011 at the same time the new home
	page with the slideshow was uploaded. */
	margin-left: auto;
	margin-right: auto;

	/* The following style rules were originally defined in each web
	page. They were moved here so changes could be made more easily. */
	border-style:solid;
	border-color:#666666;
	max-height:650px;
	max-width:800px;
	border-width:1px;
}

#header  a {
position: absolute;
width: 140px;
height: 70px;
top:8px;
left: 40px;


}


#content {
	font-weight:normal;
	font-family:Arial;
	font-size:11pt;
	color:#7d7d7d;

}



#content ul {
list-style-type:none;
padding:0;
margin:0;
}

#content a {
	text-decoration:none;
color:#971212;
}


#content li {
background-image:url('img/smArrow_415.gif');
background-repeat:no-repeat;
background-position:0px 15px; 
}



#snav  {
	top: 0;
	right:0;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align:left;
font-size:10pt;
	font-family:Arial;
	font-weight:normal; 
color:#7d7d7d;
margin-right:5px;
}




#snav a:hover {
color: #971212;
	font-weight:normal; 


  }

#snav h3 {
color:#045d55;
font-weight:normal;
	font-family:Arial;

}




