body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html, body {
	height: 100%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 5px 0px;
}
p {
	margin: 5px 0px 20px 0px;
	line-height: 140%;
}
a {
	font-weight: bold;
	color: #FF9900;
	display: block;
	padding: 10px 0px 0px 0px;
}
#container {
	width: 575px;
	background-image: url(../img/bkg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
}
#container #content {
	background-image: url(../img/header_02.gif);
	background-repeat: no-repeat;
	padding-top: 128px;
	height: 100%;
}
#container #content #header {
	display: none;
}
#container #content #right {
	float: right;
	width: 184px;
	padding-top: 70px;
	padding-right: 16px;
}
*html #container #content #right {
	width: 200px;
}
#container #content #left {
	width: 316px;
	padding: 0px 20px 0px 30px;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(../img/vertLineDot.gif);
}
*html #container #content #left {
	width: 366px;
	margin-bottom: 25px;
}
#container #content #left .contentBlock {
	padding-top: 15px;
	padding-left: 20px;
	background-image: url(../img/key03.gif);
	background-repeat: no-repeat;
}
#container #footer {
	background-repeat: no-repeat;
	background-image: url(../img/bkgFooter.gif);
	height: 55px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}
#footer a {
	padding-top: 30px;
}

/*CSC override*/

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom: 15px;
}
DIV.csc-textpic-center DIV.csc-textpic-text { 
	text-align: center; /* Remove IE-hack */ 
}
