BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #339900;
}

#tjocWebValidatorModuleReport {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#absoluteAnchor {
	position: absolute;
	top:	0px;
	left: 50%;	
	margin-left: -385px;	
	width: 770px;
	height: 1px;
	z-index: 400;
	background-color: transparent;
}

#backWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* top */
#layer1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 200;
}

#layer1_Wrapper {
background-color:#FFFFFF;
height:120px;
left:50%;
margin-left:-375px;
position:absolute;
top:0px;
width:770px;
}

#logo {TopMenu.css (line 2)
background-image:url(/images/logo.gif);
height:100px;
left:-20px;
position:absolute;
top:7px;
width:156px;
}

/* topbar */
#layer2 {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	z-index: 300;
}

/* refer TopMenu.css */

/* banner */
#layer3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 237px;
	background-color: #999;
	z-index: 200;
}

#layer3_Wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 770px;
	height: 237px;
	margin-left: -385px;
	background-color: #fff;
}

/* content */
._trim {
	height: 6px;
}

#layer4 {
	width: 100%;
	background-color: #ccc;
	z-index: 100;
}

#layer4_Wrapper {
	margin-top: 237px;
	margin-left: 50%;
}

#layer4_Child {
	margin-left: -385px;	
	width: 770px;

}

#navbar {
	width: 770px; 
	height: 35px;	
position: center;
}

#content_Wrapper {
	width: 770px;
	position:static;
	background-color:#FFFFFF;
	/*background-image: url(../../images/bg_content_t.gif);
	background-repeat: repeat-x;
	background-position: top;*/
}

/* refer SideMenu.css */
/* refer Content.css */

/* bottom */
#layer5 {
	width: 100%; 
	height: 35px;
	background-color: #339900;
	z-index: 300;
}

#layer5_Wrapper {
	margin-left: 50%;
}

#copy {
	margin-left: -385px;
	width: 770px;
	height: 35px;
	background-color: #339900;
}

#copy div {
	padding: 10px 5px 10px 5px;
}


/* 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 10px;
	text-align: center;
	
}

.border_01 {
	border: solid 1px #eee;
}

.border_02 {
	border: solid 7px #ccc;
}

.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;
}



