BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #00007f;
}

#tjocWebValidatorModuleReport {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#backWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #00007f;
	z-index: 0;
}

#back {
	position:absolute;
	left:50%;
	margin-left: -385px;
	top: 0px;
	width:770px;
	height: 100%;
}

/* top */
#topWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 334px;
	background-color: #fff;
	z-index: 200;
}

/* refer TopMenu.css */

/* side menus & content */
#centerWrapper {
	position:absolute;
	left:0px;
	top: 334px;
	width: 770px;
	z-index: 100;		
}

#contentWrapper, #contentWrapper_map {
	width: 770px;
	background-color: #fff;	
}

/* refer SideMenu.css */
/* refer Content.css */

/* bottom */
#copy {
	width: 770px;
	height: 40px;
}

#copy #child {
	text-align: center;
	padding: 12px 10px 10px 10px;
}


/* forms */
form {
	margin: 0px;
}

/* paragraphs */
P {
	margin-top: 20px;
	margin-bottom: 0px;
}

/* images */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
*>img {vertical-align: bottom;}

/**>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: 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 #dcdcdc;
}

.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;
}

