@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#lfttelcont {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	top: 1em;
	left: 5%;
}
#rhttelcont {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 15%;
	right: 10%;
}
.testrentool #lfttelcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	left: 5%;
	top: 1em;
	position: absolute;
}
.testrentool #rhttelcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	right: 5%;
	top: 1em;
	font-weight: 500;
	position: absolute;
}
.testrentool #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.testrentool #header {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.testrentool #menu	{
	padding: 0 10px;
	background-color: #FF4646;
}
.testrentool #menu #phsub {
	height: 161px;
	width: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	float: none;
}
.testrentool #menu #thsub {
	height: 200px;
	width: 195px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#menu a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
#menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
}


#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000000;
	text-decoration: none;
}
#mainContent #leftcontent {
	width: 250px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#leftcontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
#leftcontent li{
	margin:0 2px 0 0;
	padding:0;
	text-transform:none;
}
#leftcontent a{
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#leftcontent a:hover {
	color: #999999;
	text-decoration: underline;
}
#leftcontent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 105%;
	vertical-align: top;
	padding: 0px;
}	
#mainContent #rightcontent {
	width: 250px;
	float: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#rightcontent ul {
	color: #000000;
}
#rightcontent li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#rightcontent a{
	color: #000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: normal;
}
#rightcontent a:hover {
	color: #999999;
	text-decoration: underline;
}
#rightcontent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 105%;
	vertical-align: top;
	padding: 0px;
}	
.testrentool #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
}
.testrentool #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	text-align: center;
.testrentool #container #menu #phsub {
	height: 150px;
	width: 100px;
}
