/* Main Piel Island CSS */


/* Dark Blue  = #004477 -> D Grn = #000000 */
/* Mid Blue   = #336699 -> M Grn = #9D0040 */
/* Light Blue = #6699CC -> Gold  = #ffff66 */

/* Menu Blue #ADCBE2 -> Grn  #99cc99 */
/* Menu Blue #658AA7 -> Gold #9C7B58 */


body			{	background-color: #9D0040;
				background-attachment: fixed;
				margin: 10px;
				scrollbar-base-color: #EE92B7; 
				scrollbar-arrow-color: #000000;
				scrollbar-DarkShadow-Color: #9C0041;
			}
			
			
table			{	font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 80%;
				color: #000000;
				text-align: justify;
			}
			
.pagetext		{	font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 100%;
				color: #000000;
				text-align: justify;
			}
			
.bannertd		{	padding-top: 3px;
				padding-left: 0;
				padding-right: 0;
				padding-bottom: 0px;
				text-align: center;
			}
			
.buttonstd		{	padding-top: 0px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				vertical-align: top;
			}


h1			{	font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 200%;
				text-align: center;
				color: #9D0040;
			}
			
h2			{	font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 140%;
				color: #9D0040;
				text-align: justify;
				text-decoration: bold;
			}
			

a:link 			{font-family: Arial Rounded MT Bold, Arial, sans-serif; font-size: 100%; color: #000000; text-decoration: underline; }
a:active 		{font-family: Arial Rounded MT Bold, Arial, sans-serif; font-size: 100%; color: #000000; text-decoration: underline; }
a:visited 		{font-family: Arial Rounded MT Bold, Arial, sans-serif; font-size: 100%; color: #000000; text-decoration: underline; }
a:hover 		{font-family: Arial Rounded MT Bold, Arial, sans-serif; font-size: 100%; color: #9D0040; text-decoration: underline; }


.buttontable		{	padding-top: 0px;
				padding-left: 1px;
				padding-right: 2px;
				padding-bottom: 2px;
			}





/** Drop Down Menu Styles **/
/***************************/

div.menuBar a.menuButton,
div.menuBar a.menuButton2,
div.menu,
div.menu a.menuItem 	{
				font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 10pt;
				color: #000000;
			}

div.menuBar 		{
				font-family: Arial Rounded MT Bold, Arial, sans-serif;
				font-size: 1pt;
				color: #000000;
				background-image: url(/images/menu/menubg.gif);
				height: 1px;
			}

div.menuBar a.menuButton {
				text-align: center;
				display: block;
				width: 108px;
				height: 30px;
				background : url(/images/menu/button.jpg);
				color: #000000;
				cursor: pointer;
				padding-top: 5px;
				position: relative;
				text-decoration: none;
				z-index: 100;
			}

div.menuBar a.menuButton2 {
				text-align: center;
				line-height: 30px;
				display: block;
				width: 108px;
				height: 30px;
				background : url(/images/menu/button.jpg);
				color: #000000;
				cursor: pointer;
				padding-top: 0px;
				position: relative;
				text-decoration: none;
				z-index: 100;
			}

div.menuBar a.menuButton2:hover,
div.menuBar a.menuButton:hover {
				color: #000000;
				background : url(/images/menu/button-over.jpg);
			}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
				color: #000000;
			}

div.menu 		{
				width: *;
				background-color: #EE92B7;
				border: 2px solid;
				border-color: #9C7B58 #9C7B58 #9C7B58 #9C7B58;
				left: 0px;
				padding: 0px 1px 1px 0px;
				position: absolute;
				top: 0px;
				visibility: hidden;
				z-index: 101;
			}

div.menu a.menuItem 	{	
				background-color: #EE92B7;
				color: #000000;
				cursor: pointer;
				display: block;
				padding: 3px 1em;
				text-decoration: none;
				white-space: nowrap;
			}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
				background-color: #9D0040;
				color: #ffffff;
			}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
				margin-right: -.75em;
			}

div.menu div.menuItemSep {
				border-top: 1px solid #909090;
				border-bottom: 1px solid #f0f0f0;
				margin: 4px 2px;
			}
			
/*************************/
