.mainBackground
{
	background-color: #99CC99;
}

/*************************************************************************
*                              Tables                                    *
*************************************************************************/
.maintable
{
	border-style: solid;
	border-color: Black;
}

.mainPageOverall
{
	width: 100%;
}

.tableCellRight
{
	text-align: right;
}

.spacer5
{
	width: 5%;
}

.cellHeight25px
{
	height: 25px;
}

/*************************************************************************
*                                   Text                                 *
*************************************************************************/
.mainPageTitle
{
	font-family: Papyrus, Garamond;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}



.ContextText
{
    width: 215px;
	font-family: Comic Sans MS, Sans-Serif;
	font-size: small;
	display: block;
	border-bottom: solid 1px #AAAA55;
	border-right: solid 1px #AAAA55;
	border-left: solid 1px #AAAA55;
	
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
    

a.main:link
{
	color: Blue;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 200px;
	padding-left: 15px;
	background-color: #CCDCBC;
}

a.main:visited
{
	color: Blue;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 200px;
	padding-left: 15px;
	background-color: #CCDCBC;
}

a.main:hover
{
	color: Blue;
	background-color: #CCCC99;
	display: block;
	height: 25px;
	width: 200px;
	padding-left: 15px;
}

a.mainBlock:link
{
	color: Blue;
	text-decoration: none;
	display: block;
	height: 25px;
}

a.mainBlock:visited
{
	color: Blue;
	text-decoration: none;
	display: block;
	height: 25px;
}

a.mainBlock:hover
{
	color: Blue;
	display: block;
	height: 25px;
}




/*************************************************************************
*                                   Divs                                 *
*************************************************************************/
.BorderTop
{
    border-top: solid 1px #AAAA55;
}

.OverallDiv
{
	width: 100%;
	height: 100%;
}

.ContextTitles
{
	font-family: Comic Sans MS, Sans-Serif;
	font-size: large;
	width: 99.8%;
}

.Height25px
{
	width: 99.9%;
	height: 25px;
}

.spacerDiv
{
	position: relative;
	float: left;
	width: 99.8%;
}

.NavBarWidth
{
    width: 215px;
    position: relative;
	float: left;
}

.Width80
{
	width: 79.5%;
	/*height: 25px;*/
	position: relative;
	float: left;
	
}

.Width80NoHeight
{
	width: 79.5%;
	position: relative;
	float: left;
}

.Width75
{
	width: 74.9%;
	height: 25px;
	vertical-align: bottom;
	position: relative;
	float: left;
}

.Width25
{
	width: 24.9%;
	height: 25px;
	position: relative;
	float: left;
}
	
.Width20
{
	width: 20%;
	height: 25px;
	position: relative;
	float: left;
}

.Width20Title
{
	width: 20%;
	height: 80%;
	position: relative;
	float: left;
}

.Width15
{
	width: 15%;
	height: 25px;
	position: relative;
	float: left;
}

.Width5
{
	width: 5%;
	height: 25px;
	position: relative;
	float: left;
}

.Height25
{
	height: 25px;
}



/*************************************************************************
*                                   Images                               *
*************************************************************************/
.noBorder
{
	border: 0px;
}

.MenuArrow
{
    background: url('../images/backgrounds/arrow.gif') no-repeat right;
}

#KeiraDropMenu
{
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}

#CaymanDropMenu
{
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}

#CozumelDropMenu
{
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}








