/* CSS Document */

#outerWrapper #contentWrapper #ContentLeft {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 190px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Arial;
	font-size: 100%;
	line-height: 180%;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper #ContentMiddle {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Tahoma, Arial;
	font-size: 100%;
	line-height: 180%;
	width: 510px;
	float: left;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper #ContentRight {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #881018;
	font-family: Tahoma, Arial;
	font-size: 100%;
	line-height: 180%;
	width: 200px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper #contentgraphics  {
	height: 100px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

