body{
    margin:0px;
    background-color : #003300;
    }

#canvas {
	width:740px;
	margin:0px;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
}

#header {padding:10px; }

#navHolder{
	width: 120px !important;
    background-image: url(pics/navbg2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	float:left;

}

#nav {
    background-image: url(pics/navbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    width:120px;
	height:397px;
	padding-left:75px;
	padding-top:20px;
	}

#navDe {
    background-image: url(pics/navbgDe.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    width:190px;
	height:397px;
	padding-left:75px;
	padding-top:20px;
	}

#nav p {
    width: 122px;
}
#navDe p {
    width: 142px;
}

#mainBody {
    float:left;
    width:400px;
	padding: 10px;
	color:#000033;
	font-size:14px;
	line-height:24px;
	margin-left:20px;
	margin-top:35px;
	text-decoration:none;
	}
html>body #mainBody {
  margin-left:80px;
}
	#mainBodyDe {
    float:left;
    width:400px;
	padding: 10px;
	color:#000033;
	font-size:14px;
	line-height:24px;
	margin-left:20px;
	margin-top:35px;
	text-decoration:none;
	}
html>body #mainBodyDe {
  margin-left:120px;
}
#foot {
    clear:both;
	width: 700px;
	padding: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000033;
	font-size : 12px;
	text-decoration : none;
}
#foot {
    clear:both;
	width: 700px;
	padding: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000033;
	font-size : 12px;
	text-decoration : none;
}

a.nav:link {
	background-color : #000033; font-family : Arial, Helvetica, sans-serif; color : #ffffff; font-size : 13px;
	text-decoration : none;
}
a.nav:visited {
	background-color : #000033; font-family : Arial, Helvetica, sans-serif; color : #ffffff; font-size : 13px;
	text-decoration : none;
}
a.nav:active {
	background-color : #000033; font-family : Arial, Helvetica, sans-serif; color : #ffffff; font-size : 13px;
	text-decoration : none;
}
a.nav:hover {
	background-color : #000033; font-family : Arial, Helvetica, sans-serif; color : #ffffff; font-size : 13px;
	text-decoration : none; font-weight : bold;
}

a.bnav:link {
	font-family : Arial, Helvetica, sans-serif; color : #000033; font-size : 12px; text-decoration : none;
}
a.bnav:visited {
	font-family : Arial, Helvetica, sans-serif; color : #000033; font-size : 12px; text-decoration : none;
}
a.bnav:active {
	font-family : Arial, Helvetica, sans-serif; color : #000033; font-size : 12px; text-decoration : none;
}
a.bnav:hover {
	font-family : Arial, Helvetica, sans-serif; color : #000033; font-size : 12px; text-decoration : none;
	font-weight : bold;
}

a.body:link { color : #000033; font-size : 14px; text-decoration : none; }
a.body:visited { color : #000033; font-size : 14px; text-decoration : none; }
a.body:active { color : #000033; font-size : 14px; text-decoration : none; }
a.body:hover { color : #000033; font-size : 14px; text-decoration : none; font-weight : bold; }

h1 { color:#000033; }
h2 { color:#000033; }
h3 { color:#000033; }
h4 { color:#000033; }
h5 { color:#000033; }
h6 { color:#000033; }

ol {
	margin-left: 0;
	padding-left:0;
	}
	
ol li{
	margin-left:2em;

}

p.disclaimer{
	font-size: small;
	line-height:105%;
	}
