
body {
	margin: 0;
	padding: 56px 0 31px 0;
	color: #333;
	background: #fff;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
/*	background-image: url( ../images/watermark.jpg);*/
	background-attachment: fixed;
/*	background-repeat: repeat-y;*/
	background-position: 120px 60px;
	}

div#content {
	height: 100%;
/*	overflow: auto;*/
	margin: 0 0 0 120px;
	padding: 3em 2.5em 1.4em 2.5em;
	text-align: center;
	}
 
div#contained {
	width: 640px;
	margin: 0 auto;
	}

div#header,
div#sidebar,
div#footer {
	position: absolute;
	left: 0;
	overflow: auto;
	}

div#header {
	top: 0;
	z-index: 2;
	width: 100%;
	height: 72px;
	color: #000;
	background-image: url( "../images/topPanel.jpg");
	background-repeat: no-repeat;
	}

div#heading {
	margin-left:120px;
	margin-top: 24px;
	text-align: center;
	}

div#sidebar {
	top: 72px;
	bottom: 0px;
	width: 130px;
	background-image: url( "../images/leftPanel.jpg");
	background-repeat: no-repeat;
	}

div#menu {
	height: 30px;
	font-size: 7pt;
	font-weight: bold;
	line-height: 30px;
	padding-right: 10px;
	text-align: center;
	}

a:link { color: #336; text-decoration: underline;}
a:active { color: #336; text-decoration: underline;}
a:visited { color: #336; text-decoration: underline;}
a:hover { color: #900; text-decoration: underline;}

a.sources:link { color: #336; text-decoration: underline;}
a.sources:active { color: #336; text-decoration: underline;}
a.sources:visited { color: #336; text-decoration: underline;}
a.sources:hover { color: #900; text-decoration: underline;}

a.menu:link { color: #fc6; text-decoration: none;}
a.menu:active { color: #999; text-decoration: none;}
a.menu:visited { color: #fc6; text-decoration: none;}
a.menu:hover { color: #fff; text-decoration: underline;}

a.footer:link { color: #336; text-decoration: none;}
a.footer:active { color: #336; text-decoration: none;}
a.footer:visited { color: #336; text-decoration: none;}
a.footer:hover { color: #900; text-decoration: underline;}

a.add-ins_links:link { color: #336; text-decoration: none;}
a.add-ins_links:active { color: #336; text-decoration: none;}
a.add-ins_links:visited { color: #336; text-decoration: none;}
a.add-ins_links:hover { color: #900; text-decoration: underline;}

a.add-ins:link { color: #336; text-decoration: none;}
a.add-ins:active { color: #336; text-decoration: none;}
a.add-ins:visited { color: #336; text-decoration: none;}
a.add-ins:hover { color: #900; text-decoration: underline;}

a.worldwide:link { color: #336; text-decoration: underline;}
a.worldwide:active { color: #336; text-decoration: underline;}
a.worldwide:visited { color: #336; text-decoration: underline;}
a.worldwide:hover { color: #900; text-decoration: underline;}

div#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 32px;
	color: #000;
	background-image: url( "../images/bottomPanel.gif");
	background-repeat: no-repeat;
	}

/*
div#footing {
	font-size: 7pt;
	color: #300;
	margin-left:120px;
	margin-top: 7px;
	text-align: center;
	}
*/

body>div#header,
body>div#sidebar,
body>div#footer
	{
	position: fixed;
	}

ul {
	text-align: left;
	margin: 0px;
	padding-left: 1.5em;
	}

ul.map {
	padding-left: 32px;
	}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}

h1 {
	color:#600;
	font-size: 12pt;
	line-height: 24px;
	}

h2 {
	color:#333;
	font-size: 10pt;
	}

h3 {
	color:#333;
	font-size: 8pt;
	}

h4 {
	color:#600;
	font-size: 8pt;
	}

body div.text {
	text-align: justify;
	}

body div.textunjust {
	text-align: left;
	}

div.headspace {
	line-height: 4px;
	}

div.hr {
	width: 100%;
	background-color: #996666;
	height: 1px;
	}

div.hr hr {
	display: none;
	}

div.addinLabel {
	text-align: right;	
	padding-right: 48px;
	}

