/* CSS Document */
body {
        background: #FFFFFF;
		font-family: Verdana;
        font-size: 14px;
}
.imgright {
	float: right;
}
table {
         margin-left: auto; 
		 margin-right: auto;
}
a.but {
             color: #FFFFFF;
             font-size: 12px;
             font-weight: 500;
             text-decoration: none;
}
a.but:active {
               color: #FFFFFF;
               text-decoration: none;
               font-weight: 500;
}
a.but:visted {
               color: #FFFFFF;
               font-weight: 500;
               text-decoration: none;
}
a.but:hover {
              color: #FFFFFF;
              text-decoration: underline;
              font-weight: 500;
}
.header {
           background: #000099;
		   height: 90px;
		   font-size: 36px;
		   font-weight: bold;
		   color: #FFFFFF;
		   width: 760px;
		   border-right: 1px solid #000000;
		   border-left: 1px solid #000000;
		   border-top: 1px solid #000000;
		   text-indent: 3px;
}
.subheader, .botcell {
             background: #FF9900;
		     height: 15px;
			 width: 760px;
			 border-right: 1px solid #000000;
			 border-left: 1px solid #000000;
}
.left {
        background: #FF0000;
		vertical-align: top;
		width: 145px;
		border-left: 1px solid #000000;
}
.space {
		 vertical-align: top;
		 width: 5px;
		 background: #FFFFFF;
}
.main {
		 vertical-align: top;
		 width: 608px;
		 border-right: 1px solid #000000;
		 background: #FFFFFF;
}
.button {
		   padding-top: 5px;
		   padding-bottom: 5px;
		   border-bottom: 1px solid #000000;
		   border-top: 1px solid #000000;
		   border-right: 1px solid #000000;
		   color: #FFFFFF;
           font-size: 12px;
           font-weight: 500;
           text-decoration: none;
}
.button1 {
		   padding-top: 5px;
		   padding-bottom: 5px;
		   border-bottom: 1px solid #000000;
		   border-right: 1px solid #000000;
		   color: #FFFFFF;
           font-size: 12px;
           font-weight: 500;
           text-decoration: none;	
}
.buttonover {
			  background: #FF9900;
			  padding-top: 5px;
		      padding-bottom: 5px;
		      border-bottom: 1px solid #000000;
		      border-top: 1px solid #000000;
		      border-right: 1px solid #000000;
			  color: #FFFFFF;
              font-size: 12px;
              font-weight: 500;
              text-decoration: none;
}
.buttonover1 {
			  background: #FF9900;
			  padding-top: 5px;
		      padding-bottom: 5px;
		      border-bottom: 1px solid #000000;
		      border-right: 1px solid #000000;
			  color: #FFFFFF;
              font-size: 12px;
              font-weight: 500;
              text-decoration: none;
}
.pagetitle {
              font-size: 18px;
			  font-weight: bold;
			  padding-top: 20px;
}			  
.copy {
           background: #000099;
		   text-align: center;
		   font-size: 12px;
		   color: #FFFFFF;
		   width: 760px;
		   border-right: 1px solid #000000;
		   border-left: 1px solid #000000;
		   border-bottom: 1px solid #000000;
}