/* CSS Document */

body {
	background: #ffcc33 url(images/bg.gif) center top repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#home {
	background-image: none;
	height: 100%;
}
img {
	border: 0px;
}
.box td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#wrapper {
	background: #ffffff;
	margin: 0px auto;
	text-align: left;
	width: 970px;
	padding: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 950px;
}
html>#wrapper  {
	width: 950px;
}
#header {
	width: 950px;
	padding: 25px 0;
	border-bottom: 1px solid #cccccc;
}
h1.logo {
	margin: 0px;
	padding: 0px;
}
#main {
	width: 950px;
	padding: 30px 0;
}
#core {
	margin: 0 0 0 190px;
}
.by {
	font-size: 12px;
}
.withsub {
	background: url(images/bg.subnav.gif) top left repeat-y;
}
/*
.withsub #core {
	margin: 0 0 0 190px;
}
*/
#content {
	padding: 0 40px;
}
h4 {
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
a {
	color: #307fc7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#subnav {
	float: left;
	width: 180px;
/*
	padding: 0 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px;
}
html>#subnav  {
	width: 160px;
*/
}
ul.subs {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
}
ul.subs li {
	padding: 0 10px;
	margin: 0px;
}
ul.subs a {
	line-height: 18px;
	background: url(images/bg.submain.gif) top left no-repeat;
	display: block;
}
ul.subs a:hover {
	text-decoration: underline;
}
ul.subs a.active {
	color: #000000;
	background: url(images/bg.subsub.gif) top left no-repeat;
	font-weight: bold;
}
ul.subs .submain {
	padding: 0 0 0 10px;
}
ul.subs .subsub {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
ul.subs .mainsub {
	color: #333333;
	line-height: 18px;
	background: url(images/bg.submain.gif) top left no-repeat;
	padding: 0 0 0 10px;
	display: block;
}

#footer {
	clear: both;
	font-size: x-small;
	background: #cccccc;
	width: 950px;
	padding: 6px 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 930px;
}
html>#footer  {
	width: 930px;
}
.ftr {
	float: right;
	font-weight: bold;
}



/* ########## START NAVIGATION STYLE ########## */

#nav, #nav ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 52px;
}
#nav a {
	display: block;
	/* width: 10em; */
	padding: 0 7px 0 12px;
	color: #000000;	
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background: url(images/bg.mainnav.gif) no-repeat top left;
}
#nav a.first {
	padding: 0 7px;
	background: none;
}
#nav a:hover, #nav a.active {
	color: #307fc7;
}
#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: orange; */
	/* width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ########## END NAVIGATION STYLE ########## */