BODY {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Luxi Sans,Tahoma,Helvetica,Sans-Serif;
	font-size: 1.0em;
	background: white;
}

H1 {
	margin-top: 0.5em;
	padding-top: 0.2em;
	font-size: 1.7em;
	font-weight: bold;
	color: white;
	display: inline;
}

H2 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	font-style: none;
}

A {
	text-decoration: underline;
	color: #004F9F;
}

A:visited {
	color: #008F00;
}

A:hover {
	color: #123802;
	background-color: #c9ffb2;
}

TABLE {
	margin: 10px;
}

TD {
	font-family: Luxi Sans,Tahoma,Helvetica,Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}

#headerCell {
	height: 48px;
	background: url('core/back01.jpg') #007FFF;
	border-top: 2px solid #00004F;
	border-left: 2px solid #007554;
	border-bottom: 2px solid #007fb2;
	border-right: 2px solid #00694A;
	padding: 0px;
	text-align: left;
}

.headerImage {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

#topLinks {
	width: 100%;
	height: 2em;
	background: #eee8ff;
	border: solid #444 1px;
}

#topLinks a {
	display: block;
	float: left;

	padding: 0.3em 1em 0.5em;
	border-right: solid #444 1px;
}

#toplinks a.tlFirst {
	padding-left: 1.2em;
}

#menuCell {
	float: left;
	width: 11.8em;
	padding: 0em;
	vertical-align: top;
	background: #e4d9ff;
}

#menuCell.nomenu {
	display: none;
}

#menuCell UL {
	margin: 0em;
	padding: 0em;
}

#menuCell LI {
	display: block;
	list-style: none;
	border-top: solid #a685ff 1px;
	border-left: solid #a685ff 1px;
	border-right: solid #2A0A7E 1px;
	border-bottom: solid #2A0A7E 1px;
	margin: 0em 0em 0.1em;
}

#menuCell LI A {
	display: block;
	height: 1.5em;
	padding-top: 0.2em;
	padding-left: 0.5em;
	background-color: #3F0FBF;
	color: #FFFFFF;
}

#menuCell LI A:hover {
	color: #123802;
	background-color: #c9ffb2;
}

#menuClose {
	background: white url('core/back04.png') repeat-x;
	min-height: 300px;
}

#textCell {
	margin: 0em;
	padding: 0.25em 1%;
	background: white;
	color: #00004F;
	font-size: 1.0em;
	vertical-align: top;
}

#textCell.shewmenu {
	margin-left: 12em;
}

#textCell LI { padding: 10px 2px; }

#mainLayer {
	padding: 4px;
}

#mainLayer A	{
	color: #216504;
}

#mainLayer A:visited {
	color: #008F00;
}

#mainLayer A:hover {
	color: #123802;
	background-color: #c9ffb2;
}

#footerLayer {
	border-top: solid #dfdfdf 1px;
	font-family: Calibri,Arial,Sans-Serif;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

#footerLayer p {
	font-size: 0.8em;
}

#footerLayer img a: hover {
	background-color: transparent;
}

.downloadSurround {
	float: left;
	display: inline;
	margin-right: 1.0em;
}

UL.download {
	list-style-type: none;
	margin: 15px 0px 0px;
	padding: 0px;
}

UL.download A {
	background-image: url('/core/dbdownbox.png');
	background-position: left bottom;
	display: block;
	margin-bottom: 0.2em;
	margin-left: -8px;
	padding: 0px 0px 12px;
	text-decoration: none;
	width: 332px;
	background-color: transparent;
}

#mainLayer UL.download A: hover,
UL.download A: hover {
	background-position: right bottom;
	background-color: transparent;
}

UL.download A SPAN {
	display: block;
	margin-bottom: 4px;
	min-height: 58px;
	padding: 35px 14px 4px 100px;
	width: 218px;
	background-image: url('/core/dbdownbox.png');
	background-position: left top;
	cursor: pointer;
	font-size: 1.0em;
	text-align: left;
}

UL.download A: hover SPAN {
	background-position: right top;
	background-color: transparent;
}

UL.download A SPAN STRONG {
	font-size: 1.1em;
	text-decoration: underline;
}

UL.download A SPAN EM {
	font-size: 0.7em;
}

UL.downloadAdditional {
	font-size: 0.9em;
}

UL.downloadAdditional EM {
	font-size: 0.8em;
}

#infoPanel {
	margin: 0px 15px 0px 344px;
}

.infoPane {
	margin:10px 0px;
	border:solid black 1px;
	padding:0px 10px;
	background-color:white;
}


