body {
    margin: 0px;
    padding: 0px;
    background: #0099cc;
    font-size: 8pt; 
    line-height: 11pt; 
    font-family: verdana, arial, sans-serif; 
    color: #000000; 
    height: auto; 
    text-align: center;
    }
	
p {
    font-size: 8pt; 
    line-height: 11pt; 
    font-family: verdana, arial, sans-serif; 
	color: #000000;
  }


a:link {
    color: #0099CC;
    text-decoration: none;
    }

a:visited {
    color: #0099CC;
    text-decoration: none;
    }

a:hover {
    color: #0099cc;
    text-decoration: underline;
    }

a:active {
    color: #354250;
    text-decoration: none;
    }
	
h1 {
    padding: 4px;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
	}
	
h2 {
    padding: 4px;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
	}
	
h3 {
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
	color: #0099CC;
	font-style: italic;
	}
	
h1.main, h2.main {
	padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;	
	padding-left: 0px;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
	margin-right: 2px;
    width: 100%;
    border-bottom: #ededec 1px solid;
    }
	
h1.main2 {
    margin-top: 20px;
    padding: 4px;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
    width: 98%;
    border-bottom: #ededec 1px solid;
    }

#layout {
	position: relative;   
    margin-top: 5px;
	margin-bottom: 0px;
    width: 760px;
    color: #000000;
    height: auto;
    background-color: #ffffff;
    text-align: left;
    }

div.navigation
	{
	position: relative;
	}

ul.nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.nav li
	{
	float: right;
	padding: 6px 6px;
	margin: 0 0 0 3px;
	/* background: #ededec; */
	}

ul.nav li:hover { background: white }

ul.nav ul li
	{
	float: none;
	margin-left: -100px;
	padding: 5px;
	background: white;
	}

ul.nav ul li a { font-size: xx-small }

ul.nav a
	{
	text-decoration: none;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	}

#stockimage {
    margin-top: 32px;					
    margin-bottom: 1px;
    height: 62px;
    width: 760px;
    border-bottom: #ededec 1px solid;
    border-top: 1px solid #ededec;
    padding-top: 3px;
    background: #F8F8F8;
    }

#dag {
    padding: 4px; 
    width: 160px;
	float: right;
    text-align: left;
    background-color: #ffffff;
    }

#homepagecontent {
    text-align: justify;
    width: 560px;
	float: left;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: #ededec 1px solid;
    background-color: #ffffff;
    }

#footer {
    text-align: center;
    clear: both;
    border-top: 2px solid #ededec;
	padding-top: 10px;
    background-color: #F8F8F8;
	width: 760px;
}


ul.nav li, ul.nav li:hover
	{
	position: relative;
	}

ul.nav ul
	{
	position: absolute;
	top: 99%;
	left: -50%;
	list-style-type: none;
	margin: 0;
	}

ul.nav ul ul
	{
	position: absolute;
	top: 0;
	left: 99%;
	list-style-type: none;
	}
	
ul.nav ul,
ul.nav ul ul,
ul.nav li:hover ul ul
	{
	display: none;
	}

ul.nav li:hover ul,
ul.nav ul li:hover ul
	{
	display: block;
	}


