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

#content {
	width:900px;
	overflow:auto;
	background:url(../images/contentBg.gif);
	background-repeat:repeat-y;
	margin: 25px 0 0 0;
}
#contentBg {
	width:900px;
	overflow:auto;
	background:url(../images/boxBottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:450px;
	height:auto !important;
	height:450px
}
#contentLeft {
	float:left;
	width:207px;
}
#contentLeft h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	color:#555555;
}
#contentLeft ul {
	margin:20px 0 19px 20px;
	padding:0px;
}
#contentLeft li {
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	line-height:20px;
	text-align:left;
}
#contentLeft a {
	text-decoration:none;
	color:#e5000b;
}
#contentLeft  a:hover {
	text-decoration:none;
	color:#ff8008;
}

#contentLeft li.active a {
	text-decoration:none;
	color:#333333;
}
.boxTop {
	width:207px;
	background:url(../images/boxTop.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.box {
	width:172px;
	padding:10px 20px 25px 15px;
}
#contentMiddle {
	float:left;
	width:380px;
	margin:0 0 0 50px;
	padding-bottom:35px;
	font-size:12px;
	background-color:#FFFFFF;
}
#contentMiddle h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}
#contentMiddle p {
	line-height:18px;
}
#contentMiddle li {
	line-height:18px;
}
#contentRight {
	float:right;
	width:178px;
	margin:0;
	padding:0 0 100px 30px;
	font-size:11px;
	background-color:#FFFFFF;
	border-left:1px dotted #a4a4a4;
}





