body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family : Tahoma, sans-serif;
	font-size : 12px; 
	background-image: url('../images/mainback.jpg'); 
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0px 230px; 
	background-color: #ffffff; 
	
}
.container1 {
	margin: 0px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
	width: 883px;
	height: 1000px;
}
.container2 {
	margin: 40px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
	width: 883px;
	height: 1000px;
}
.container3 {
	margin: 40px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
	width: 883px;
	height: 2000px;
}







/* panels */

.homepanel {
	margin: 0px 0px 0px 0px;
	padding: 40px 30px 20px 110px;
	color: #ffffff;
	font-size : 14px;
	line-height: 1.5em;
	font-family : Tahoma, sans-serif;
	background-image: url('../images/page1.png'); 
	background-repeat: no-repeat;
	height: 400px;
}
.homepanel a:link, .homepanel a:visited {
	text-decoration: none;	
	color: #ffcc00;
} 
.homepanel a:hover {
	text-decoration: underline;
	color: #ffffff00;
}
.internalpanel {
	margin: 40px 0px 0px 0px;
	padding: 40px 30px 20px 110px;
	color: #ffffff;
	font-size : 14px;
	line-height: 1.5em;
	font-family : Tahoma, sans-serif;
	background-image: url('../images/page2.png'); 
	background-repeat: no-repeat;
	background-position: bottom left; 
}
.internalpanel a:link, .internalpanel a:visited {
	text-decoration: none;	
	color: #ffcc00;
} 
.internalpanel a:hover {
	text-decoration: underline;
	color: #ffffff00;
}
.servicepanel {
	margin: 40px 0px 0px 0px;
	padding: 40px 30px 20px 110px;
	color: #ffffff;
	font-size : 14px;
	line-height: 1.5em;
	font-family : Tahoma, sans-serif;
	background-image: url('../images/page3.png'); 
	background-repeat: no-repeat;
	background-position: bottom left; 
}
.servicepanel a:link, .servicepanel a:visited {
	text-decoration: none;	
	color: #ffcc00;
} 
.servicepanel a:hover {
	text-decoration: underline;
	color: #ffffff00;
}





/* font style*/


.maintxt {  
	font-size : 11px; 
	color: #ffffff;
	line-height: 1.2em;
	font-family : Tahoma, sans-serif;
}
.maintxt a:link, .maintxt a:visited {
	text-decoration: none;	
	color: #ffcc00;
} 
.maintxt a:hover {
	text-decoration: underline;
	color: #ffff00;
}

.footertxt {  
	font-size : 11px; 
	color: #666666;
	line-height: 1.4em;
	font-family : Tahoma, sans-serif;
}
.footertxt a:link, .footertxt a:visited {
	text-decoration: none;	
	color: #006699;
} 
.footertxt a:hover {
	text-decoration: underline;
	color: #cc0000;
}



.formtxt {  
	font-size : 12px; 
	color: #ffffff;
	line-height: 1.4em;
	font-family : Arial, sans-serif;
}
.formtxt a:link, .formtxt a:visited {
	text-decoration: none;	
	color: #006699;
} 
.formtxt a:hover {
	text-decoration: underline;
	color: #cc0000;
}





/* form layout */

A.redbut {
  	font-weight: bold;
  	padding: 2px 4px 2px 4px;
  	font-size: 11px;
  	border: thin outset;
  	color: #ffffff;
  	text-align: center;
  	text-transform: uppercase;
  	width: 60px;
}
A.redbut:link { 
  	border-width: 1px;
  	padding: 2px 4px 2px 4px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:visited {
  	border-width: 1px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:hover { 
  	border-width: 1px;
  	background-color: #530000; 
  	color: #ffffff;
  	text-decoration: none;
}
A.redbut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
A.greybut {
  	font-weight: bold;
  	font-size: 11px;
  	font-family: Arial, sans-serif;
  	border: thin outset;
  	text-decoration: none;
  	color: #ffffff;
  	text-align: center;
  	height: 18px;
  	text-transform: uppercase;
  	line-height: 1.4em;
	padding: 2px 10px 2px 10px;
}
A.greybut:link { 
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:visited {
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:hover { 
  	border-width: 1px;
  	background-color: #666; 
  	color: #ffffff;
  	text-decoration: none;
}
A.greybut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
.dropdown {       
	padding: 0px 0px 0px 2px;
	font-family: Arial, sans-serif;
	font-size : 11px; 
	height : 20px ;
	border-width: 1px;
	background-color: #f6f6f6;
}
.textfield {       
	font-family: Arial, sans-serif;  
	font-size : 11px; 
	padding: 1px 0px 0px 2px;
	border-width: 1px;
	background-color: #f6f6f6;
	height: 20px;
}
.textarea {       
	font-family: Arial, sans-serif;  
	font-size : 11px; 
	padding-top: 1px;
	border-width: 1px;
	background-color: #f6f6f6;
}
.redstar {
	color: #ff0000;
	font-size : 16px;
	font-weight: bold;
}




hr {
      color: #d2dae3;
      background-color: #d2dae3;
      height: 1px;
      border: 0px
    }

