DIV.major {
	position: absolute;
	left: 0px;
	width: 640px;
	height: 10px;
	background-color: blue;
}

BODY {
	background-color: lavenderblush;
}

H1 {
	font: bold xx-large Arial,sans-serif;
	text-align: center;
	background-color: royalblue; color: white;
	width: 100%;
}

H1 A {
	color: white;
	text-decoration: none;
}

H2 {
	font: bold x-large Arial,sans-serif;
	background-color: lightpink;
	text-indent: 5%;
	margin: 0em 5% 0em 0%;
}

DIV.CG {
	text-align: center;
}

DIV.main {
	background-color: aliceblue;
	position: absolute;
	top: 0.5em;
	left: 14em;
	right: 0.5em;
}

DIV.half {
	float: left;
	width: 20em;
}

DIV.half P {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

DIV.menu {
	background-color: aliceblue;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	right: 0.5em;
	width: 13em;
	text-align: center;
}

DIV.menu H5, DIV.menu H2 {
	background-color: lightyellow;
	margin-top: 0px;
	width: 100%;
	font-size: small;
	text-align: center;
	padding-left: 0em;
}

DIV.menu UL {
	list-style: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 0px;
}

DIV.menu UL LI {
	background-color: lightpink;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

DIV.menu A {
	text-decoration: none;
}

DIV.menu A:hover {
	background-color: royalblue;
	color: white;
	font-style: bold;
}

DIV.normalyLink {
	background-color: aliceblue;
}

DIV.adultLink {
	background-color: lightpink;
}

UL.list {
	list-style: none;
}

DIV.adminmenu {
        text-align     : right;
        padding-bottom : 5px;
        margin-bottom  : 5px;
        border-bottom  : #000088 1px dotted;
        font-size      : 80%;
}

DL.blockedDefList DT {
	background-color: lightskyblue;
	font-weight: bold;
	width: 50%;

}

DL.blockedDefList DD {
	background-color: lightblue;
	margin-right: 5%;
}

DL.blockedDefList DD P {
	margin-top: 0;
}
