@charset "utf-8";
body {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}


#left {
	float: left;
	width: 225px;
	padding-top: 16px;
	position: relative;
	height: 670px;
	background-image: url(images/line-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftHome {
	float: left;
	width: 225px;
	padding-top: 16px;
	position: relative;
	height: 560px;
	background-image: url(images/lineH-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#leftcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
	padding-right: 14px;
	padding-left: 84px;
	color: #292929;
	position: absolute;
	bottom: 0px;
	width: 126px;
	line-height: 12px;

}
#leftcontentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
	padding-right: 14px;
	padding-left: 12px;
	color: #292929;
	position: absolute;
	bottom: 0px;
	width: 198px;
	line-height: 12px;
}
#leftcontentHome a {
	text-decoration: none;
	color: #292929;
}
#leftcontentHome a:hover {
	color: #CD1F26;
}


#leftnavL {
	float: left;
	width: 80px;
	line-height: 1.3em;
}
#leftnavL  a {
	display: block;
	text-align: right;
	width: 80px;
	color: #8385AE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
	line-height: 1.3em;
	padding-top: 5px;
}
#leftnavL a:hover {
	display: block;
	text-align: right;
	width: 80px;
	color: #CD1F26;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.3em;
}

#leftnav-logo {
	background-image: url(images/laftnav-logo.gif);
	background-repeat: no-repeat;
	background-position: 106px top;
	width: 223px;
	height: 110px;
}
#leftnavR {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	width: 138px;
	line-height: 1.3em;
}
#leftnavR a {
	color: #292929;
	text-decoration: none;
	line-height: 1.3em;
}
#leftnavR a:hover {
	color: #CD1F26;
	line-height: 1.3em;
}
.leftnavselected {
	display: block;
	text-align: right;
	width: 80px;
	color: #364B82;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 1.3em;
}
.leftnavRselected {
	font-weight: bold;
	color: #CD1F26;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}






#right {
	float: right;
	width: 775px;
}

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
}

