/* Basic page elements. */
a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #AAAAAA;
}

img.LeftTopImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
}

img.RightTopImage
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 150px;
}

div.Header
{
	position: relative;
	padding-top: 0px;
	text-align: center;
	height: 180px;
}

hr
{
	width: 75%;
	height: 5px;
	background-image: url( 'graphics/rainbowLine.gif' );
}

div.Footer
{
	position: relative;
	padding-bottom: 0px;
	text-align: center;
}

body.WhiteBody
{
	color: Black;
	font-family: "HI Piilani Roman";
	background-color: White;
}

body.BlackBody
{
	color: White;
	font-family: "HI Piilani Roman";
	background-color: Black;
}

body.WhiteAlohaBody
{
	color: Black;
	font-family: "HI Piilani Roman";
	background-color: White;
	background-image: url( 'graphics/Aloha.gif' );
	background-repeat: no-repeat;
}

div#WPHeaderBound
{
	position: absolute;
	top: 190px;
}


div#BPHeaderBound
{
	position: absolute;
	top: 190px;
	right: 5px;
	width: 100%;
	height: 20px;
	background-image: url( 'graphics/dice.gif' );
}

div.Links
{
	position: absolute;
	top: 220px;
	right: 5px;
	width: 180px;
	padding-left: 10px;
	border-style: ridge;
	z-index: +1;
}

div#BPLinks
{
	background-image: url( 'graphics/misc229.gif' );
	color: Black;
}

div#WPLinks
{
	background-image: url( 'graphics/pineapples.jpg' );
	color: Black;
}

table
{
	border-style:groove;
	width: 100%;
}

img.LeftImage
{
	vertical-align: text-top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 200px;
	height: 266px;
}

img.LeftImageIrregular
{
	vertical-align: text-top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

span.LeftImageText
{
	position: absolute;
	left: 240px;
}
