html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: url('../images/red2.gif') repeat-x;
 font-family: myriad, Arial, Helvetica, sans-serif
 
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color: white;
} 
#wrapper{
	background-color: white;
 background: url('../images/pyware_base_background_bott.jpg') no-repeat bottom left;
 height: 100%
}
 
#header{
 position:relative; 
  height:114px; 
  background-color: White; 
 width:780px;
  
} 
 
#leftcol{
 width:140px; 
 padding-top: 10px;
 float:left; 
 position:relative; 
 background-color: transparent; 
 
 }
 
#maincol{background-color: transparent;  

 float: right; 
 display:inline; 
 position: relative; 
  width:635px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: .9em;
 }
 #maincol a:link, a:active, a:visited{
 	color: red;
	text-decoration: none;
	font-weight: bold;
 }
 #maincol a:hover{
 	color: red;
	text-decoration: underline;
	font-weight: bold;
 }
 li{
 	font-size: .80em;
	font-family: myriad, Arial, Helvetica, sans-serif;
	margin-right: 10px;
 }
 p{
 	font-size: .80em;
	font-family: myriad, Arial, Helvetica, sans-serif;
	margin-right: 10px;
 }
 
.home1{
	padding-top: 25px;
	padding-right: 290px;
	font-size: .9em;
	font-weight: bold;
	
}
.home2{
	padding-right: 322px;
	font-size: .75em;
}
h2{font-size: .9em;
font-weight: bold;
padding-top: 25px;
	padding-right: 290px;}
h4{font-size: .90em;
font-weight: bold;
padding-top: 5px;
padding-bottom: 10px;
padding-right: 5px;
	color: red;}
#footer{
 height:39px; 
  background-color: Red; 
  color: white;
 clear:both;
 } 
.tdtop1{ border: thin black solid;}
.trtop2{ border-bottom: thin black solid;}
.tdleft1{border-right: thin solid black;}
.qts{
	color: black;
}
.ans{
	color: red;
}
.small{
	font-size: .60em;
}
.greyborder{
	border-right: thin solid #CFCFCF;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}