
div.title { 
	    text-align: center;
	     height: 8em;
	     background: white;
	     color: red;
	     font-family: Arial, Helvetica, Verdana;
	     }	 
			
img.title { float: left; }

div.sidebox {
		position: absolute;
		top: 116px;
		left: 4px;
		width: 122px;
		border: solid thick #666666;
		color:  white;
		background-color: #999999;
		padding-left: 4;
		font-weight: bold;
		}

div.infobox {
		position: absolute;
		top: 145px;
		width: 500px;
		left: 140px;
		border: solid thick red;
		color:  black;
		background-color: white;
		padding-left: 4;
		font-weight: normal;
		}
		
div.billboard {
		position: absolute;
		top: 120px;
		width: 600px;
		left: 140px;
		border: solid thin black;
		color:  black;
		background-color: white;
		padding-left: 4;
		font-weight: normal;
		font-size: 10pt;
		}		
		
div.aboutusbox {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #ff9999;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}
		
div.holderbox {
		position: absolute;
		top: 138px;
		width: 404px;
		left: 248px;
		border: solid thick black;
		color:  black;
		background-color: #ff9999;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}		

div.sites {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #cccccc;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}

div.technology {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: #ccffff;
		padding-left: 4;
		font-weight: normal;
		font-size: 9pt;
		}

div.projects {
		position: absolute;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color:  black;
		background-color: white;
		padding-left: 4;
		font-weight: normal;
		font-size: 10pt;
		}		
		
div.contact {
		position: absolute;
		text-align: center;
		top: 140px;
		width: 400px;
		left: 250px;
		border: solid thick red;
		color: red;
		background-color: #666666;
		padding-left: 4;
		font-weight: normal;
		font-size: 10pt;
		}				

BODY {   /* background-image: url(/images/back.gif); */
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: Helvetica, Arial,  Verdana;
		margin-top:  0;
		margin-right: 0;
		margin-bottom: 0;
	    	margin-left: 0;
	    	background-color: white;
		}		
		
a.index:link, a.index:visited  {color: white;
					   text-decoration: none;
					   }	
					   
a.page:link, a.page:visited  {color: black;
					   text-decoration: none;
					   }						   
					   
a.sites:link, a.sites:visited  {color: black;	}	

a.contact:link, a.contact:visited  {color: #666666;
					   text-decoration: none;
					   font-weight: bold;					  
					   }
span.redhgh { color: red;
		font-size: 10pt;
		font-weight: bold;
		}		
span.hgh { color: #666666;
		font-size: 12pt;
		font-weight: bold;
		}	
h2.banner { color: #666666;
			font-size: 20pt; }

span.hghcenter { color: #666666;
		font-size: 12pt;
		font-weight: bold;
		}	
span.gritalic { color: #666666;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		}	
		
span.grbox{ color: #666666;
		font-size: 10pt;
		font-weight: bold;
		}						
				   
