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

#outer {
	position: absolute;
	z-index: 100;
	left: 0px;
	width: 955px;
}

#innerRight {
	border-left: none;
	height: 354px;
	overflow:hidden;
	padding-right:1em;
	color:#60795F;
	font-size: 100%;
	line-height:1.4em;
}

#logo {
	position:absolute;
	z-index:50;
	left: 200px;
	top: 0px;
}


#utilities li#index a, #utilities li#index a:link, #utilities li#index a:visited, #utilities li#index a:hover {
	color: #fff;
}

#utilities ul li:first-child a:link, #utilities ul li:first-child a:visited, #utilities ul li:first-child a:hover, li#utilitiesActive {
	color: #FFFFFF;
}



#innerRight h1 {
	font-size: 140%;
	padding-bottom:0.4em;
}


/*
#innerRight p {
	margin-top:0.6em;
	margin-bottom:0.2em;
}
p > strong {
	display:block;
	margin-top:1em;
}
#innerRight strong {
}
#innerRight table td {
	vertical-align: top;
	background-color: transparent;
	border: none;
	padding: 0.6em 0.4em 1.4em 0.5em;
	font-weight: bold;
	font-size: 85%;
	color: #3B3B38;
}
#innerRight table th {
	background-color: transparent;
	height: 130px;
}
#innerRight table {
	border: none;
}
*/