/* CSS Document */





body {background-image: url("images/back1.jpg");
     background-repeat: repeat-x;
	  background-position: 0px 165px;
      font-family: Arial, Haveltica, sans-serif;
	   font-size: 12px;
	   color: #000000;
	   margin: 0;}
	   
/* text style */

.text {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.bigtext {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 16pt;
}

h1 {font-family: Arial, Haveltica, sans-serif;
    font-size: 16pt;
	color: #006699;}
h2 {font-family: Arial, Haveltica, sans-serif;
    font-size: 22pt;
	color: #ffffff;}


/* links style */
.textlink a:link {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	text-decoration: underline;
}
.textlink a:visited {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	text-decoration: underline;
}
.textlink a:hover {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.textlink a:active {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.footernav a:link {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
.footernav a:visited {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
.footernav a:hover {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.footernav a:active {
	font-family: Arial, Haveltica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/* main anvigation styles */
#nav a:link, #nav a:visited {
padding: 0.6em 1.3em 0.6em 1.3em;
color: #FFFFFF;
background-color: #006699;
text-decoration: none;
border: 1;
}
#nav a:hover {
color: #003366;
background-color: #F0A554;
}
#nav { font-size: 16px; }
#nav ul {list-style: none; 
         margin: 0;
		 padding: 0;
		 padding-top: 0.5em;
		 padding-bottom: 0.5em;
		 }
#nav  li {display: inline;}



/* table styles */
 #shadow { background-image: url("images/shadow.jpg");
            background-repeat: repeat-x;
			 }
table #side { border: 1px solid #cccccc;}
td #vertical { background-image: url("images/pixel.jpg");
              background-repeat: repeat-y;}


table #frame { border: 10px solid #FFCC99;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
margin: 0;

               }
table #gray {border: 1px solid #cccccc;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
    margin: 0;
	background-image: url("images/gray_grad.jpg");
              background-repeat: repeat-x;
			  background-position: bottom;
			  }
			  
table #orange {border: 1px solid #F0A554;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
    margin: 0;
	background-image: url("images/orange_grad.jpg");
              background-repeat: repeat-x;
			  background-position: bottom;
			  }
			  
table #blue {border: 1px solid #A9CADA;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
    margin: 0;
	background-image: url("images/blue_grad.jpg");
              background-repeat: repeat-x;
			  background-position: bottom;
			  }
			  			   
/* list styles */
li {list-style: url("images/bullet.jpg");}


input { background-color: #FBE3CC;
        border: 1px solid #cccccc;
   }
        

textarea{ background-color: #FBE3CC);
border: 1px solid #cccccc;}
input#submit {background-color: #006699;
        color: #ffffff;
		font-weight: bold;} 

 
