/* ---- Body ------------------------------------------- */
body{
	background: #206676;
	font-family: arial, sans-serif;
	color: #FFFFFF;
        font-size: 16px;
}

div.page{
        width: 100%;
       	text-align: center;
}

/* ---- Banner ---i------------------------------------- */
div.toppage{
        background: #04819E;
	position:absolute;
	top: 0%;
        left: 0%;
	width: 100%;
        height: 40px;
}


/* ---- Menu settings -------------------------------- */
div.menu1{
        position:absolute;
	top: 1%;
        left: 2%;
        text-align: top;
	font-size: 20px;
	font-weight:bold;
}

td.menuspacer{
	border-right:  solid 2px #015367;
}

td.menuspacer2{
        border-right:  solid 2px #60B9CE;
}


/* Menu Links */
.class1 a:link{
color: #015367;
}
.class1 a:active{
color: #015367;
}
.class1 a:visited{
color: #015367;
}
.class1 a:hover{
color: #015367;
}

a.menuitem
{
        text-decoration: none;
        color: #C4C4C4;
}

/* ---- Links -------------------------------------------  */
a:hover
{
        text-decoration: none;
        color: #04819E;
}

a:visited
{
        text-decoration: none;
        color: #04819E;
}

a:active
{
        text-decoration: none;
        color: #04819E;
}

a:link
{
        text-decoration: none;
        color: #04819E;
}


/* ---- Content settings -------------------------------- */
div.content1{
        text-align: left;
        position: absolute;
        top: 4%;
	left: 2%;
        width: 80%;
        height: 500px;
        font-size: 20px;
}


div.rules1{
        text-align: left;
        font-size: 12px;
        width: 50%;
	margin-left: auto;
        margin-right: auto;
}

div.rules2{
        text-align: left;
        font-size: 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
}

table.rules01{
	/*border-spacing: 7px;*/
	width: 100%;	
}

td.rules01{
	width: 38%;
}




/* ---- Content header styling */

h1{
color: #60B9CE;
}

h2{
color: #60B9CE;
}

h3{
color: #60B9CE;
}









