
/* CSS Document */

body {
	background:#ebf8fc url(/images/bgd.gif) repeat-y center;
}

.container {
	width:960px;
}

.homeShadowEffect {
	background:#dddddd;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin:0 0 0 2px;
	padding-top:1px; /* added for IE */
}

.homeRepositionShadow { /* applied to a span surrounding 'inside' for IE */
	position:relative;
	left:-1px;
	top:-1px;
}

.homeInside {
	background:#fff;
	border:1px solid #969696;
	padding:5px;
}

.homeInside h2 {
	padding:7px 0 0 10px;
	margin:0 0 3px;
	text-decoration:none;
}

.homeInside h2:hover {
	text-decoration:none;
}


.homeInside a { /* added for IE8 v.8.0.6001.18702 */
	padding:0;
}

.homeInside img {
	display:block;
}

.homeText {
	position:relative;
	padding:0 0 0 10px;
	height:98px;
}

.homeText p {
	margin:0 0 3px 0;
}

.homeTextNav {
	position:absolute;
	top:60px;
	left:10px;
}

.homeTextNav span {
	padding:0 5px;
}

.homeTextNav a {
	color:#005195;
	text-decoration:none;
}

.homeTextNav a:hover {
	text-decoration:underline;
}

