body{
	background: url('/images/background.gif');
}
object, embed{
	display: block;
}
#navTable{
	width: 643px;
}
#mainTable{
	width: 643px;
}
#navTable img{
	display: block;
	padding: 0;
}
img#logo{

}
#content{
	background: #fff;
}
#content p, #content td{
	font-size: 12px;
	font-family: Arial, Geneva, sans-serif;
}
#content p, #content h4{
	margin: 3px 5px 5px 3px;
}
#content ul{
	list-style: square;
}
#content a, #PageContent a{
	color: #553472;
}
#LargeImages{
	width: 260px;
}
#footer{
	background: #553472;
	color: #fff;
	font: normal 11px Tahoma, sans-serif;
}
#footer td{
	padding: 5px;
}
#stories{
	width: 100%;
	background-color: #E2D3E2;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC9900;
}
#stories td{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#stories a, #stories a:visited{
	color: #997927;
	text-decoration: none;
}
#stories a:hover{
	text-decoration: underline;
}
#FrontPromo{
	z-index: 0;
}
#welcome p{
	margin-top: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font: normal 12px Verdana, Arial, sans-serif;
	z-index: 99;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #553472;
	/*background: #fff;*/
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #8765a4 1px;
}
#nav li ul li{
	width: 12em;
}
#nav li.parent{
	background: url('/images/tri.gif') 97% 50% no-repeat;
}

#nav li ul a{
	width: 150px;
	padding-left: 2px;
	border-bottom: solid #8765a4 1px;
}
#nav li ul a:hover{
	color: #000;
	background: #8f6dab;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

