/* This controls the body */

body 	{
		margin-top: 30px;
		background-image: url(../img/bkg2.gif);

		/* This controls the scrollbar */
	
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #3C3D34;
		scrollbar-3dlight-color: #3C3D34;
		scrollbar-arrow-color: #3C3D34;
		scrollbar-track-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF; 
}
			
/* Links in menu bar  */	           

#menu a:link
		{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		/*font-weight: bold;*/
		align: center;
		padding-left: 8px
}	
		  
#menu a:visited 
		{
        color: #FFFFFF; 
		text-decoration: none;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		/*font-weight: bold;*/
		align: center;
		padding-left: 8px
}
				
#menu a:hover 
		{
        color: #FFFFFF;
		text-decoration: underline;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;	
		padding-left: 8px
}

/* menu bar */

.menubar	
		{
		height:20px;
		width:auto;
		background-color:#5E192E;

}

/* menu bar */

.MenuStyle 
		{
		color: #FFFFFF;
		margin-left: 10px;
		align: left;
}

/* table who holds the site with border */

.bordercolor 
		{
		border: 1px solid #AEB0A2;
		background-color:#FFFFFF;
}

/* Logo */

.logo 
		{
		height: 100px;
		width: 225px;
		background-image: url(../img/banner.jpg);
		background-repeat: no-repeat
}


/* Banner image left, beside menu bar */	

.banner
		{
		height: 20px;
		width: 135px;
		align: right;
		background-image: url(../img/banner.jpg);
		background-repeat: no-repeat
		background-color: #C9D6E7;
}


}

/* second image in the first underpage */	

.waiting
		{
		height: 100px;
		width: 100px;
		background-image: url(../img/working.jpg);
		background-repeat: no-repeat
		/*background-color: #C9D6E7;*/
}

.right 
		{
		height: 380px;
		width: 180px;	
		background-image: url(../img/hlid.jpg);
		background-repeat: no-repeat;
		background-color: #AEB0A2;
}

.staff1
		{
		height: 60px;
		width: 50px;	
		background-image: url(../img/1.jpg);
		background-repeat: no-repeat
}


/* text input */

.inputbox 
		{ 	
		font-family: Arial, Verdana, Helvetica, sans-serif;	
		font-size: 10px; 
		color: #808080; 	
		background: #FFFFFF; 
} 

/* buttons */

.button 
		{ 	
		color: #808080;
		font-family: Arial, Verdana, Helvetica, sans-serif;		
		font-size: 9px;
		text-align: middle;  
		} 


/* Used for headlines in the content area */	

.headline	
		{ 
		color: #4A4A4A; 
		font-size: 11px; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-align: left; 
		text-valign: top;
}

/* Address text between logo and image at the right */

.address	
		{ 
		color: #555555; 
		font-size: 9px; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-align: right; 
		text-valign: middle;
		padding-right: 8px
}

/* controls the layout of the text */

.content 
		{
		color: #555555;
		font-size: 10px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-align:left
}

/* Adds mouseOver effect on links in class="content" */	           

a.content:link 
		{ 
        color: #555555; 
        /*text-decoration: none;*/
		font-size: 10px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font weight: bolder;
}	
		  
a.content:visited 
		{
        color: #555555;  
		text-decoration: none;
		font-size: 10px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
				
a.content:hover 
		{
        text-decoration: underline; 
       	color: #555555;
		font-size: 10px;
		font-family: Arial, Verdana, Helvetica, sans-serif;	
		font weight: bolder;		   
}	

/* controls the content box */

#scroll 
		{
		/*height: 338px;*/
		overflow: auto;
		padding: 18px 5px 20px 22px;
		margin-bottom: 5px; 
		margin-height: 5px;
}

/* contact form */

#contact 
		{
		text-align: left;
		font-weight: bold;
		margin: 0 0px;
}
