/* CSS Document */
.subpage{
	min-height:825px;
	height:auto !important;
	height:825px;
	padding-bottom:20px
}
#banner-inside{
	height:119px;
}
/*LEFT CONTENT*/
#left-content{
	width:242px;
	float:left;
	height:500px;
	background:url(../images/leftbar-bg.jpg) no-repeat left 255px;
	position:relative
}
#menuhead{
	height:40px;
	background:#df3b6e;
	font-family:Futura,Arial,Helvetica;
	font-size:1.8em;
	color:#ffffff;
	line-height:40px;
	padding-left:15px
}
#leftmenu li{
	height:29px;
}
#leftmenu li a{
	line-height:29px;
	display:block;
	font-family:Futura,Arial,Helvetica;
	font-size:1.2em;
	color:#970009;
	height:29px;
	background:url(../images/menu-li-bg.jpg) no-repeat;
	padding-left:16px
}
#leftmenu li a:hover,#leftmenu li.selected a{
	background:url(../images/menu-li-bg-over.jpg) no-repeat;
}
#left-links{
	position:absolute;
	top:357px;
	left:0;
	border-top:1px solid #e5e6e7;
	height:116px;
	width:242px;
} 
#left-links li{
	height:37px;
}
#left-links li a{
	line-height:37px;
	display:block;
	font-family:Gill Sans MT,Arial,Helvetica;
	font-size:1.4em;
	height:37px;
	background:url(../images/left-links-bg.jpg) no-repeat;
	text-align:center;
	text-transform:uppercase
}
/*RIGHT CONTENT*/
#right-content{
	width:766px;
	float:left;
}
#right-content h3{
	color:#940006;
	font-family:Futura,Arial,Helvetica;
	font-size:1.8em;
}
#right-content h4{
	color:#df3b6e;
	font-family:Futura,Arial,Helvetica;
	font-size:1.8em;
}
#right-content p{
	font-size:1.2em;
}
