body 	{
	text-align: center;	
	background-image: url(greybar2.jpg);		
	margin-top: 0px;
  	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 1em; 
	}


div.banner 	{
		margin: auto;
		margin-top: 1em;
		border: 0px solid #999;
		height: 150px;
		width: 750px;
		background-image: url(galcma3a.jpg);
		}
		
div.links 	{
		padding: 5px;
		text-align: left;
		height: auto;
		width: 750px;
		margin: auto;
		margin-bottom: .25em;
		}

div.main 	{ 
	  text-align: left;
		margin: auto;
		height: auto;
		width: 750px;
		}

span.newsbar			{
		position: relative;
		margin-bottom: 1em;
		background-color: #FFFFFF;
		padding: 10px;
		border-style: solid;
		border-color: #002277;
		border-width: 2px;
		width: 225px;
		font-family: Arial,Helvetica,sans-serif; 
		font-size: .75em; 
		float: right;
		min-height: 200px;
		-moz-box-sizing:border-box;box-sizing:border-box;
		}
		
span.textblock 	{
		position: relative;
		margin-bottom: 1em;
		background-color: #FFFFFF;
		padding: 10px;
		border-style: solid;
		border-color: #002277;
		border-width: 2px;
		width: 500px;
		float: left;
		
		-moz-box-sizing:border-box;box-sizing:border-box;
		z-index: 1000;
		}
		
span.cornertl {
		background-image: url(bluecorner5.gif);
		margin-top: -12px;
		margin-left: -12px;
		width: 40px;
		height: 40px;
		z-index: 10;
}
		
h1 	{
   	font-size: 1.5em;
   	margin-top: 0px;
   	margin-bottom: .5em;
	color: #002277;
	}

a 	{
	
	background-color: #FFFFFF;
	
	text-decoration: none;
	
	}

 a:hover {

	text-decoration: underline;

	}

 a:visited
	{
	 
	}
