html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images/background_pg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 

/* page divs */
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 margin-top: 20px;
 background-color:#FFFFFF; 
} 
 
#header{
	position:relative;
	height:194px;
	background-color:#666600;
	width:100%;
} 
 
#leftcol-int{
 width:104px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }

#leftcol{
 width:194px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
 
#twocols{
 width:506px; 
 float:right; 
 position:relative; 
  }
  
#twocols-int{
 width:566px; 
 float:right; 
 position:relative; 
  }  
 
#rightcol{
 width:174px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 }
 
 #rightcol-int{
 width:200px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 }
 
#maincol{
 background-color: #FFFFFF;    
 float: left; 
 display:inline; 
 position: relative; 
 width:332px; 
 }



#maincol-lg{
background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:500px; 
 } 
 
#footer{
 height:50px; 
  background-color:#8C9F00; 
 clear:both;
 } 
 
 #sponsors{
	clear:both;
 } 

/* styled text */ 

H1{
	font-family: Tahoma, Arial, "sans serif";
	font-size: x-large;
	font-weight: normal;
	color: #CC0000;
	margin-left: 15px;
	margin-bottom: -10px;
	margin-top: 20px;
}
.acrobat-list {
	list-style-image: url(images/acrobat.gif);
	font-family: Tahoma, Arial, "sans serif";
	font-size: small;
	font-weight: normal;
}

H2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006633;
	padding-left: 15px;
}
.bigbullet {
	list-style-image: url(images/arrow_red.gif);
	padding-bottom: 10px;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}


H3{}
p {	
    font-family: Tahoma, Arial, "sans serif";
	font-size: small;
	line-height: 120%;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 10px;
}
ul {	
    font-family: Tahoma, Arial, "sans serif";
	font-size: small;
	line-height: 120%;
	font-weight: normal;
}
title{
	font-family: Arial, "sans serif";
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.Title-grey {
	font-family: Arial, Helvetica, "san serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.footer {
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: blink;
	text-align: center;
	margin-top: 10px;
}
.Title-blue {
	font-family: Arial, Helvetica, "sans serif";
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.blue-text{
	font-size: 10px;
	line-height: 16px;
	color: #000099;
	margin-right: 0px;
} 
.sidebullet {
	margin-left: -10px;
	list-style-type: square;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;} */

/*hide the right column when printing*/ 
/*#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}*/
