html, body {
margin: 0px;
padding: 0px;
	height: 100%; padding-bottom: 1px;
}
a {
	text-decoration: none;
	 color: #cc1543; 
}
a:visited {
	 color: #cc1543; 
 
}
a:hover {
 color: #cc1543; 
	text-decoration: underline;
}
a:active {
	 color: #cc1543; 
	text-decoration: underline;
}


body,td,th,textarea , input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

 
#wrapper
{
    width: 850px;
    margin: 0px auto 0px auto;
    text-align: left;
	 
}
#header
{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	 
}


#container {
	width: 100%;
	height: auto;
	margin: 0px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: 175px 0px;
	padding-top: 10px;
	
}

#left
{
	width: 165px;
	height: auto;
	float: left;
	padding-left: 10px;
	 


}
#right
{
		height: auto;
	width: 625px;
	float: left;
	padding-left: 20px;
 
}





.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}



#footer {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #FFF;
	padding-top: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h1,h2,h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imageleft {
	margin: 10px;
	float: left;
}
.imageright{
	margin: 10px;
	float: right;
}
.redtext {
	color: #cc1543;
	font-style: italic;
	text-align: center;
}
.testname {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.bulltable tr td {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

.testastandoutbox {
	background-color: #F3F3F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 20px;
}
#homebottom {
	padding-top: 60px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
