BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/bg_body_01.gif);
	background-repeat: repeat-x;
	background-color: #ccc;
}

#tjocWebValidatorModuleReport {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#backWrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	z-index: 0;
}

/* top menu */
#topWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 312px;
	background-color: #fff;
	z-index: 200;
}

/* refer TopMenu.css */

/* side menu & content */
#centerWrapper {
	position: absolute;
	left: 0px;
	top: 312px;
	width: 780px;
	background-color: #fff;
	z-index: 100;
}

#contentWrapper {
	width: 760px;
	margin-left: 10px; /*background-image: url(../../images/bg_content_01.gif);*/
	background-color: #f7f7f7;
}

/* refer SideMenu.css */
/* refer Content.css */

/* bottom */
#copy {
	width: 760px;
	height: 45px;
	margin: 0px;
	background-color: #fff;
}

#copy div {
	text-align: center;
	padding: 15px 10px 15px 10px;
}

#trim_b {
	width: 780px;
	height: 20px;
	background-color: #ccc;
}


/* forms */
form {
	margin: 0px;
}

/* paragraphs */
P {
	margin-top: 15px;
	margin-bottom: 0px;
}

p.first {
	margin-top: 25px;
}


/* images */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

* > img {
	vertical-align: bottom;
}

.float_l {
	float: left;
	margin: 14px 15px 2px 0px;
}

.float_r {
	float: right;
	margin: 14px 0px 2px 15px;
}


/* blocks, borders and lines */
.block_01 {
	margin-top: 20px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 15px 15px 15px 15px;
}

.block_webhilite {
	width: 195px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px 15px 15px 15px;
}

.border_01 {
	border: solid 1px #eee;
}

.border_02 {
	border: solid 7px #fcfcfc;
}

.line_01 {
	height: 7px;
	border-bottom: dashed 1px #d2a929;
}


/* lists */
UL, OL {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-indent: 0px;
}

UL LI {
	list-style-image: url(../../images/bullet_02.gif);
	list-style-position: outside;
	margin-top: 10px;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	padding-top: 10px;
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

