@charset "utf-8";
/* CSS Document */	
	.menu 
	{ 
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		color:#0000FF;
		width:130px;
		height:35px;
		font-weight:bold;		
		vertical-align:middle;
		position: absolute;
		visibility:hidden;
	}
	

	.display-block
	{ 
		text-align:center;
		vertical-align:middle;
		height:35px;
		width:130px;
		color:#0000FF;
	}
	
	A:link 
	{	
		color:#0000FF;
		text-decoration:none;
	}
	
	A:hover 
	{
		color:#0000FF;
		text-decoration:none;
	}
	
	A:active 
	{
		color:#0000FF;
		text-decoration:none;
	}
	
	A:visited
	{
		color:#0000FF;
		text-decoration:none;		
	}
	
	.menuItem 
	{
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#0000FF;
		font-size:12px;
		font-weight:bold;		
		height:35px;
		width:130px;
		text-align:center;
		vertical-align:middle;
		background-image:url(../Image/button1.png);
	}
	.subMenuItem 
	{
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#0000FF;
		font-size:12px;
		font-weight:bold;		
		height:35px;
		width:130px;
		text-align:center;
		vertical-align:middle;
		background-image:url(../Image/button1.png);
	}
	
	.footer
	{
		line-height:18px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:middle;
		text-align:center;
		width:909px;
		height:75px;
		background-image:url(../Image/FooterImage.png);
		background-repeat:no-repeat;
		color:#222222;
	}
	
	.moreSpace
	{
		line-height:24px;
	}
	
	.style2 
	{
		color: #008040;
		font-weight: bold;
	}

	.lineHeight
	{
		line-height:22px;
	}
	
	.contact
	{
		line-height:20px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		background-color:#FFFFCC;
	}
	
	.body
	{
		color:#066;
		font-size:95%;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
	@font-face
	{ 
		font-family:"Trebuchet MS";
		src: url(./Font/trebuc.ttf) format("truetype");
	}

	html, body 
	{
		height: 100%;
	}


