body {
	text-align: center;
	margin: 0 auto;
} 
.shadow {
	background-image: url("../images/shadow.gif");
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 820px;
	height:100%;
}
.holder {
	background-color: #DFDCE4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	min-height: 800px;
	border: 1px solid #BBBBBB;
	font-family: verdana;
	font-size: 10pt;
}
.fullpage {
	background-color: #DFDCE4;
	width: 760px;
	float: left;
	text-align:left;
	padding: 20px;
	font-family: verdana;
	font-size: 10pt;
}	
.header {
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:125px;
	text-align:center;
}
.starlogo {
	float:right;
	padding:10px;
}	
.buttonholder {	
	width: 600px;
	font-size: 8pt;
	float: right;
	text-align: right;
	margin-right: 5px;
}
.menu a {	
   position: relative;   
   display: block;
   background-image: url("../images/button.png");
   background-repeat:no-repeat;
   float: left;
   width:100px;
   height: 25px;
   padding-top: 10px;
   font-size: 8pt;
   text-align: center;
   text-decoration:none;
   color: #666699;
   }
.menu a:hover {
   background-image: url("../images/button-over.png");
   text-decoration: underline;
   }
.menu a:active {
   background-image: url("../images/button-active.png");
   }
.divider {
	width: 800px;
	height: 3px;
	background-color: #9999CC;
}
.divider2 {
	width: 800px;
	height: 2px;
	background-color: #FFFFFF;
}
.horizpic {
	background-color: #DFDCE4;
	text-align: left;
	float:left;
	width: 520px;
}
.vertpic {
	background-color: #DFDCE4;
	text-align:left;
	float:right;
	width: 280px;
}
.textbox {
	background-color: #DFDCE4;
	width: 480px;
	float: left;
	text-align:left;
	padding: 20px;
}
table {
	border: 1px solid #BBBBBB;
}
th {
	border: 1px solid #BBBBBB;
}
td {
	border: 1px solid #BBBBBB;
}
.footer {
	width: 800px;
	clear: both;
	border-bottom: 1px solid #9999CC;
    border-top: 1px solid #9999CC;
	padding-bottom: 5px;
    padding-top: 5px;
}
.style1 {font-size: 9pt}
.style2 {font-size: 9pt}
.style3 {font-size: 9px}