a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #714067;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff5533;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff5533;
	text-decoration: underline;
}

/* PAGE ELEMENT POSITIONS */

body { 
 background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.page {       /* holder for centered contents */
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	width: 801px;          
	left: 0px; 
	right: auto;        
	top: 0px;       /* aligns at top */
	height: 99%;   /*makes scrolling bars appear */
	overflow: visible;
	border: thin none #FFFFFF;
}

div#header01 { 
	position: absolute; 
	z-index: 120;
	top: 0px; 
	left: 0px; 
	width: 800px; 
	height: 40px; 
	visibility: visible; 
}

/* used for big Alexander gif */
div#logoblock02 { 
	position: absolute; 
	z-index: 10;	 
	top: 44px; 
	left: 80px; 
	width: 659px; 
	height: 189px; 
	visibility: visible; 
}
div#maincontentindex { 
	position: absolute; 
	background-color: #FFFFFF;
	z-index: 19; 	
	top: 280px; 
	left: 80px; 
	width: 659px; 
	height: 280px; 
	visibility: visible;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 220%;
	color: #434A57;
}

div#maincontent {  
 position: absolute;
	background-color: #FFFFFF; 
 z-index: 20; 	
 top: 60px; 
 left: 80px; 
 width: 659px; 
 height: 280px; 
 visibility: visible;
 text-align: left;
}

div#leftpanel { 
	position: absolute; 
	z-index: 90; 
	top: 210px; 
	left: 10px; 
	width: 81px; 
	height: 420px; 
	visibility: visible; 
}
div#rightpanel { 
	position: absolute; 
	z-index: 95; 
	top: 210px; 
	left: 720px; 
	width: 81px; 
	height: 420px; 
	visibility: visible; 
}
div#footer { 
	text-align: center; 
	position: absolute; 
	z-index: 15;
	top: 600px; 
	left: 150px; 
	width: 500px; 
	height: 40px; 
	visibility: visible;   
}

/* BUTTERFLY POSITIONS */
div#butterfly {  
	position: absolute;  
	z-index: 901;  
	top: 450px;  
	left: 576px;  
	width: 149px;  
	height: 120px;  
	visibility: visible; 
}		
div#butterflypos02 {  
	position: absolute;  
	z-index: 902;  
	top: 153px;  
	left: 650px;  
	width: 149px;  
	height: 120px;   
	visibility: visible; 
}	
div#butterflypos03 {  
	position: absolute;  
	z-index: 903;  
	top: 530px;  
	left: 80px;  
	width: 149px;  
	height: 120px;  
	visibility: visible; 
}
div#butterflypos04 {  
	position: absolute;  
	z-index: 904;  
	top: 150px;  
	left: 2px;  
	width: 149px;  
	height: 120px;  
	visibility: visible; 
}

/*  TYPE/FONTS */

.bodycopy {
 color: #434a57; 
 font-size: 10px; 
 line-height: 130%; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 text-align: left;
}
.item {
 color: #434a57; 
 font-size: 11px; 
 line-height: 130%; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
 text-align: center;
}
.clientname {
 color: #434a57; 
 font-size: 10px; 
 line-height: 130%; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 text-align: center;
}
.smaller {
 color: #434a57; 
 font-size: 10px; 
 line-height: 130%; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 text-align: left;
 margin-right: 1em; 
}
.sandy {
	font-family: Times, Georgia, serif;
	font-size: 14px;  
}
.largebold {  
	color: #666666;  
	font-weight: bold;  
	font-size: 120%; 
}
.spacedout {  
	color: #24292e;    
	font-size: 130%;
	letter-spacing: 0.25em;
}
.orglinks {
 text-align: center;
	line-height: 120%;
	}