@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	color: #000;
	background-color: #b3d335;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.05em;
	vertical-align: top;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/img_repeat.gif);
	background-repeat: repeat-x;
}

p {
	orphans:none;
	margin: 0;
	padding: 0;	
}

#divContainer {
	background-image: url(images/img_repeat.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	width: 960px;
	position: absolute;
}

#divBug {
	width:128px;
	height:105px;
	position:absolute;
	top:221px;
	left:473px;
	z-index:100;
	background-image:url(images/img_bug.png);
	background-repeat:no-repeat;	
}

#divHeader {
	position:absolute;
	width:840px;
	height:170px;
	z-index:1;
	left: 100px;
	text-align:left;
	vertical-align:bottom;
	margin-bottom: 70px;
}

#divSidebar {
	position:absolute;
	width:415px;
	height: 10px;
	z-index:2;
	top: 240px;
	text-align:right;
}

#divContent {
	position:absolute;
	width:315px;
	height: 10px;
	z-index:3;
	top: 240px;
	left: 625px;
	vertical-align:top;
}

.textBig {
	line-height: 1.6em;
	font-size:15px;
}

.subhead {
	padding-top: 15px;
	padding-bottom: 3px;
}