BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #231f20;
}

#tjocWebValidatorModuleReport {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-color: #231f20;
	z-index: 0;
}

#backWrapper {
	position: absolute;
	top: 0px;
	left:50%;
	width: 778px;
	margin-left: -389px;
}

/* top */
#top {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 778px;
	height: 128px;
	background-image: url(../../images/top.jpg);
	background-repeat: no-repeat;	
	z-index: 200;
}

#topWrapper {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 770px;
	height: 128px;
}

/* banner */
#banner {
	position: absolute;
	top: 138px;
	left: 0px;
	width: 778px;
	height: 232px;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	z-index: 300;
}

#bannerWrapper {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 770px;
	height: 232px;
}

/* refer TopMenu.css */

/* center */
#center {
	position:absolute;
	left:0px;
	top: 370px;
	width: 778px;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	z-index: 100;		
}

#centerWrapper {
	width: 770px;
	margin-left: 2px;
}

/* refer SideMenu.css */
/* refer Content.css */

/* bottom */
#bottom {
	width: 778px;
	height: 80px;
	background-image: url(../../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #231f20;
	z-index: 200;
}

#bottomWrapper {
	width: 770px;
	margin-left: 2px;
}

#bottomWrapper div {
	padding: 18px 15px 0px 15px;
}


/* forms */
form {
	margin: 0px;
}

/* paragraphs */
P {
	margin-top: 20px;
	margin-bottom: 0px;
}

/* images */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

*>img {vertical-align: bottom;}

.float_l {
	float: left;
	margin: 5px 15px 2px 0px;
}

.float_r {
	float: right;
	margin: 5px 0px 2px 15px;
}

/* blocks, borders and lines */
.block_01 {
	margin-top: 20px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px 10px 10px 10px;
}

.block_webhilite {
	width: 205px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px 15px 15px 15px;
	text-align: left;
}

.border_01 {
	border: solid 1px #eee;
}

.border_02 {
	border: solid 7px #fcfcfc;
}

.line_01 {
	background-color: #fff;
}


/* lists */
UL, OL {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-indent: 0px;
	line-height: 15px;
}

UL LI {
	padding-top: 10px;
	list-style-type: square;
}

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;
}

