/* CSS Document */



/* default text family/color and backgroundn of page */
body	{
			font-family: "Times New Roman", "Times", serif;
			color:#000000;
			
			background-color: #000000;
			background:  #0077AF url(../img/hlg-bg-main.jpg);
       		background-repeat: repeat-x;
			margin: auto;
			
			margin-left: 0px;
			margin-top: 20px;
			margin-right: 0px;
			margin-bottom: 20px;
			
		}	
		

/* text heading of page */
.page_name {		font-size: 28px; }

/* text heading of testimonials */
.testimonial_name { font-size: 24px; }

/* link bar */

td.links { background-color: #3399CC; }

/* footer bar */

td.footer { background-color: #3399CC; color: #003399; }



/* register elements in left column */
span.newsletter_box_headline { font-size: 18px; color: #000099; text-decoration: underline; }
span.newsletter_box_body { font-size: 12px; color: #000099; }
span.newsletter_box_fields { font-size: 10px; color: #000099; }

/* sitewide submit button style */
input.submit_red { background-color: #cc0000; font-weight: bold; font-size: 12px; color: white; }




/* this is being tested in test.php currently */
/* if we want a dotted border between the content and the ad space*/

#googleSquare 	{ 	width:300px;
					heigh:300px;
					margin:0px;
					padding-right:0px;
					padding-top:0px;
					padding-bottom:0px;
					float:left;
					border-width:0px 0px 0px 0px; border-color:#666666; border-style:dotted;

				}
				







a:link
{
	font-weight: 700;
	text-decoration: none; 
	color: #000066;
}
a:visited
{
	font-weight: 700;
	text-decoration: none;
	color: #000066;
} 
a:active 
{
	text-decoration: none;
	color: #0066FF; 
}
a:hover
{
	text-decoration: none;
	color: #0066FF; 
}	

