img	{
	border-color: #000000;
}

body	{
	background-image: url(Images/body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainPAge	{

	
	width:800 ;
 	border-right: #3991d1 2px dotted;
 	border-left: #3991d1 2px solid;


 }
.smallBoxTop	{
		background-image: url(Images/smallBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	width:155 ;
	height: 30;
  
 }
 .smallBox	{
		background-image: url(Images/smallBoxBG.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	width:155 ;
    
 }

.smallBoxBottom	{
		background-image: url(Images/smallBoxBottom.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	width:155 ;
	height: 30;
  
 }
 
 .smallBoxtitle	{
	FONT-WEIGHT: bold;
	font-size: 14px;
	color: #ffcc33;
 	 text-transform : uppercase;
   }


.dottedBox	{
		 border-top: dotted 2px #3991d1; 
		 border-bottom: dotted 2px #3991d1; 
		 border-left: dotted 2px #3991d1; 
		 border-right: none 2px #3991d1; 
 }

.blueBox	{
		 border-top: solid 2px #3991d1; 
		 border-bottom: solid 2px #3991d1; 
		 border-left: solid 2px #3991d1; 
		 border-right: solid 2px #3991d1; 
 }



a { 
	font-family: Tahoma, Helmet;
	font-size: 11px;
 
	color: #3991d1; 
     text-decoration: underline ;
 }
    
 A:hover{
    COLOR: #ffcc33;
 }
 
 #menu a { 
	font-family: Tahoma, Helmet;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #ffffff; 
     text-decoration: none ;
	 text-transform : uppercase;
 }
    
  #menu A:hover{
    COLOR: #ffcc33;
	     text-decoration: underline ;

 }
.pageHeading {
		background-image: url(Images/welcomeHeading.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		font-family: Tahoma, Helmet;
		font-size: 20px;
		FONT-WEIGHT: bold;
		color: #3991d1; 
		text-decoration: none ;
		text-transform : uppercase;
		height: 45  ;
 }
   
.regularHeading,h1 {
	FONT-WEIGHT: bold;
	font-size: 14px;
	color: #000000;
 	 text-transform : uppercase;
	}
	
.regulartext,TD {
	font-family: Tahoma, Helmet;
	font-size: 11px;
	color: #000000;
	}
	
 .rightPadding {
	padding-right: 10px;
	padding-left: 5px;
}
.digger {
	background-image: url(Images/diggerBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ditherBg {
	background-image: url(Images/ditherBG.jpg);
	background-repeat: repeat;
}

.formText{
 	font-weight:bold;
 	font-variant : normal;
	text-transform: capitalize;
	font-size: 11px;
	color:#000000 ;
		 
}




.formBox {
 	font-weight:800;
 	padding:2;
	border: 2px solid #3991d1;
	font-size: 11px;
	font-family: monospace ;
	background-color:  #ffcc33 ;
	 
}

