body {
	margin: 0px;
	padding: 0px;
	background-position: top;
	background-color: #6B381E;
	background-image: url(../pix/bkg.jpg);
	text-align: center;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

#page {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-color: #FFFFFF;
	z-index: 1;
	border: 0px pink solid;	
}

.menu {
	width: 50%;
}

.menuon {
	background-image: url(../pix/bkg.jpg);
	font-family: Calisto MT, Perpetua, Times New Roman, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.menuoff {
	background-image: url(../pix/page.jpg); 
	font-family: Calisto MT, Perpetua, Times New Roman, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.subon {
	background-color: #B2B2B2;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #0000;
}

.suboff {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #0000;
}

.logo {
	font-family: Calisto MT, Perpetua, Times New Roman, serif;
	font-size: 36px;
	text-align: left;
	color: #000000;
}

.heading {
	background-image: url(../pix/bkg.jpg); 
	font-family: Calisto MT, Perpetua, Times New Roman, serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #FFFFFF;
}

.text {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000164;
	text-align: justify;
}

.caption {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000164;
	text-align: center;
}

.bar {
	background-image: url(../pix/bkg.jpg);  
}

.base {
	height: 30px;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

a:link{
	COLOR: #8C0F14;
	text-decoration: none;
}

a:visited{
	COLOR: #8C0F14;
	text-decoration: none;
}

a:hover{
	COLOR: #8C0F14;
	text-decoration: underline;
}

a:active{
	COLOR: #8C0F14;
	text-decoration: underline;
}

a.menu:link{
	COLOR: #000000;
	text-decoration: none;
}

a.menu:visited{
	COLOR: #000000;
	text-decoration: none;
}

a.menu:hover{
	COLOR: #FFFFFF;
	text-decoration: none;
}

a.menu:active{
	COLOR: #FFFFFF;
	text-decoration: none;
}

a.sub:link{
	COLOR: #000164;
	text-decoration: none;
}

a.sub:visited{
	COLOR: #000164;
	text-decoration: none;
}

a.sub:hover{
	COLOR: #808080;
	text-decoration: none;
}

a.sub:active{
	COLOR: #808080;
	text-decoration: none;
}

.subbtn{
	background-color: #464871; 
}

input.sub { 
	  color: #FFFFFF;
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  background-color: #464871;
	  border:1px solid; 
	  border-color: #464871;
	} 

input.subhov { 
	  color: #000000;
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  background-color: #464871; 
	  border:1px solid; 
	  border-color: #464871;
	}
	
.textfield { 
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-size: 12px;
     line-height: 12px;
	  width: 543px;
	  color: #464871;
	  background-color: white;
	  border: 1px solid #464871;
	} 

textarea.field { 
	  color: #464871;
	  font-family: Verdana, Helvetica, Arial, sans-serif;
	  font-size: 12px;
     line-height: 12px;
	  width: 542px;
	  height: 100px;
	  background-color:#FFFFFF;
	  border:1px solid; 
	  border-color: #464871;
	} 




