BODY {
	background-color: #A7B5D1;
	color: #000050;
}

/* DIVs */
/* myMargin = 4 */
#logo {
	position: absolute;
	left: 4px;		/* = myMargin */
	top: 4px;		/* = myMargin */
	z-index: 2;
}
#menu {
	position: absolute;
	left: 4px;		/* = myMargin */
	top: 128px;		/* = myMargin + IMG.LogoAni.height + myMargin */
	z-index: 2;
}
#contentLayout {
	position: absolute;
	left: 208px;	/* = myMargin + IMG.LogoAni.width + myMargin */
	top: 4px;		/* = myMargin */
}
#content {
	position: relative;
	width: 700px;	/* = IMG.title.width */
	/* Don't take the width out of here! (Floating IMGs will disappear in OE.) */
	padding: 6px;
	background-color: White;
	font-family: Georgia;
	font-size: smaller;
	bottom: 0px;
	margin-bottom: 4px;	/* = myMargin */
}

/* Logo */
IMG.LogoAni {
 	width: 200px;
	height: 120px;
}

/* IMGs */
IMG {
	border: none;
}
IMG.inlineLeft {
	margin-left: 6px;
	margin-right: 10px;
	float: left;
}
IMG.inlineRight {
	margin-left: 10px;
	margin-right: 6px;
	float: right;
}
IMG.title {
	width: 600px;
	height: 100px;
	margin-left: 50px;
}

/* Text formats */
.copyright {
	font-size: smaller;
}
.heading {
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
}
H1.heading {
	font-size: 150%;
}
.highlight {
	background: #FFFF40;
}
.quote {
	margin-left: 60px;
	margin-right: 60px;
	text-align: justify;
}
.centered {
	text-align: center;
}

/* Navigation */
.menu {
	font-family: Georgia;
	font-weight: bold;
}
.menu A {
	color: #082448;
	text-decoration: none;
}
.menu A:hover {
	color: Maroon;
}
.menu SPAN {
	color: Maroon;
}
.menu TR {
	height: 25px;
}
A.topLink {
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	color: #082448;
	float: right;
}
A.topLink:hover {
	color: Maroon;
}
INPUT.menu {
	font-family: Georgia;
	font-weight: bold;
	color: #082448;
	background-color: #A7B5D1;
	font-size: 16px;
}
INPUT.menu:hover {
	color: Maroon;
}
TD.topOfMenu {
	padding-top: 10px;
	padding-bottom: 6px;
}

/* Tables */
TABLE TH {
	text-align: left;
	vertical-align: top;
}
TABLE TD {
	vertical-align: top;
}
TABLE.visible {
	color: #000050;
	border-color: #F0F6FC;
	font-size: 100%;	/* Somehow the "font-size: smaller;" for the content DIV gets ignored in tables. */
}
TABLE.visible TH {
	border-color: #F0F6FC;
	padding: 2px;
}
TABLE.visible TD {
	border-color: #F0F6FC;
	padding: 2px;
}
TABLE.hidden {
	font-size: 100%;	/* Somehow the "font-size: smaller;" for the content DIV gets ignored in tables. */
}
TABLE TD.country {
	font-weight: bold;	
	padding-top: 5px;
}
TABLE TD.spacer {
	width: 20px;
}
TABLE TD.top {
	padding-top: 10px;
	padding-bottom: 0px;
}
TABLE TD.topSpacer {
	width: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
TABLE TD.bottom {
	padding-top: 0px;
	padding-bottom: 10px;
}
TABLE TD.bottomSpacer {
	width: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Other elements */
HR {
	color: #E0E5EF;
}
LI {
	margin-bottom: 15px;
}
LI.checklist {
	list-style-image: url(Graphics/Checkbox.gif);
}
