@import url("main_standard.css");
body {
	background-color: #7E7E7E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#000000;
}

p {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}




#wrap1 {
	background-image: url(../images/BodyBg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	background-position: bottom;
	margin: auto;
	overflow:hidden;
}
#wrap2 {
	background-image: url(../images/Wrap1Bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 979px;
	background-position: left;
	margin: auto;
	overflow:hidden;
}
#wrap3 {
	background-image: url(../images/Wrap2Bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	width: 979px;
	overflow:hidden;
	text-align: left;
	padding-bottom: 124px;
}
#sideLeft {
	width: 230px;
	float: left;
	margin-left: 80px;
	display: inline;
}
#sideLeftLogo {
	height: 168px;
	width: 199px;
	padding-top: 15px;
	padding-left: 31px;
}
#sideLeftMenu {
	text-align: left;
	margin-top: 32px;
}
#sideLeftMenu a {
	background-image: url(../images/menuListGray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: block;
	height: 24px;
	width: 155px;
	padding-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #544741;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 4px;
}
#sideLeftMenu a:hover {
	background-color: #5F5F5F;
	background-image: url(../images/menuListOrange.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: block;
	color: #F16323;
}
#sideRight {
	height: auto;
	width: 574px;
	margin-left: 15px;
	background-color: #454344;
	float: left;
}
#topImg {
	margin-top: 8px;
	margin-left: 17px;
	width: 537px;
	margin-bottom: 21px;
}
#contentWrap1 {
	width: 537px;
	background-image: url(../images/contentWrap1Bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	margin-left: 17px;
	overflow:hidden;
	margin-bottom: 15px;
}
#contentWrap2 {
	width: 537px;
	background-image: url(../images/contentWrap2Bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	overflow:hidden;
	text-align: left;
}
#contentLeft {
	float: left;
	width: 185px;
	height: auto;
}
#contentLeft h1 {
	text-align: left;
	width: 156px;
	background-image: url(../images/titleLine1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11pt;
	color: #FFFFFF;
	height: 23px;
}
#contentLeftBody {
	height: auto;
	width: 156px;
	padding-left: 15px;
	padding-right: 14px;
	padding-top: 10px;
}
#contentRightBody {
	height: auto;
	width: 334px;
	float: right;
	padding-bottom: 63px;
}
#contentRightBody img {
	float: right;
	background-color: #2A2A2A;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#contentRightBody h1 {
	text-align: left;
	width: 300px;
	background-image: url(../images/titleLine2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	color: #FFFFFF;
	height: 23px;
}

#contentRightBody h2{
	margin:0 0 10px 0;
	font-size:12px;
}

#contentRightBody h3{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:normal;
}

#contentRightBody h4{
	margin:0 0 10px 0;
	font-size:11px;
}

#contentRightBody .content table, #contentRightBody .content table td{
	border: none;
}
