    body {
        font-family: Verdana, Arial, sans-serif;
        background-color: #FFFFFF;
    }
    
    a {
	text-decoration: none;
    }
    
    a:hover {
	text-decoration: underline;
    }
    
    #container {
        width:795px; 
        min-height: 45em;
        margin:auto; 
        position:relative;
        background-color: #FFFFFF;
        border: 1px solid gray;
    }
   
    #header {
        background-image:url(header.png);
        background-repeat:no-repeat;
        height: 125px;
        background-color: #0068C3;
    }

    #headerfront {
        background-image:url(headerfront.png);
        background-repeat:no-repeat;
        height: 265px;
        /*background-color: #0068C3;*/
    }

    #navibar {
        width: 15em;
        border-right: 1px solid #A8AB98;
        padding: 0 0 1em 0;
        margin-bottom: 0em;
        background-color: #FFFFFF;
        min-height: 45em;
        font-family: Verdana, Arial, sans-serif;
        font-size : 0.7em;  
        float: left;   
	      z-index: 3;   
	      bottom: 0px;  
	      top: 125px;
	      left: 0px;
	      position:absolute;     
    }
    
    #navibar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
    }
    
    #navibar li {
        border-bottom: 1px dotted #A8AB98;
        margin: 0;
        list-style: none;
        list-style-image: none;
    }
    
    #navibar li li {
       	border-bottom: 0px;
    }
    
    #navibar li a {
        display: block;
        padding: 5px 5px 5px 0.5em;
        background-color: #FFFFFF;
        color: #000000;
        text-decoration: none;
        width: 100%;
        border-left: 5px solid #FFFFFF;
    }
        
    html>body #navibar li a {
        width: auto;
    }

    #navibar ul ul li a {
       	padding-left: 10px;
      	padding: 2px 5px 2px 10px;
    }
    
    #navibar ul ul ul li a {
      	padding-left: 20px;
      	padding: 2px 5px 2px 20px;
    }    

    #navibar li a:hover {
        background-color: #E3E4DE;
        color: #000;
        border-left: 5px solid #E3E4DE;        
    }

    #footer {
    	font-size: 0.5em;
    	font-family: Verdana, Arial, sans-serif;
    	text-align: center;
    	margin-top: 5px;
    }
    
    #breadcrumb {
    	font-size: 0.7em;
    	color: silver;
    	padding-bottom: 5px;
    	border-bottom: 1px solid silver;
    	margin-top: 10px;
    }
    
    #breadcrumb a {
       	color: silver;
        text-decoration: none;
    }
    
    #content {
    	max-width: 60em;
    	min-height: 37em;
    	margin: 1em 1em 1em 15em;
    	font-family: Verdana, Arial, sans-serif;
    	font-size: 0.8em;
	top: 10em;
	padding-bottom:1em;
    }
    
    #contentfront {
    	max-width: 60em;
    	min-height: 37em;
    	margin: 0em 1em 1em 15em;
    	font-family: Verdana, Arial, sans-serif;
    	font-size: 0.8em;
	padding-bottom:1em;
	width: 600px;
	top:180px;
    }    
    
    h1 {
      font-size: 2em;
      font-weight:normal;
    }
    
    h2 {
      font-size: 1.5em;
      font-weight:normal;
      padding-top: 1em;
    }
    
    h3 {
    	font-size: 1em;
    	font-weight:bold;
    }
    
    #content p, #contentfront p {
    	line-height:1.4em;
    }
    
    .newslettererror {
	color:red;
    }
    
    .newsletter {
	width:100%;
    }
    
    .newsletter th {
	text-align: left;
	width: 20%;
	font-weight:normal;
    }
    
    fieldset {
	border: none;
    }
    
    legend {
	display:none;
    }
    
    .element label {
	width: 100px;
	display: block;
	float:left;
    }
    
    textarea {
	width: 400px;
    }
    
    .element {
	margin-bottom:5px;
    }
    
    input.submit {
	margin-left:100px;
    }
    
    .flLeft {
	float:left;
    }
    
    .news {
	font-size: 8pt;
	border: 1px solid gray;
	width: 320px;
	background-color: #DEDEDE;
	padding: 5px;
	position: absolute;
	top: -70px;
    }
    
    .news h1 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 4px 0;
	border-bottom: 1px dashed gray;
	padding: 2px 2px 4px 0;
    }
    
    .news p {
	margin: 0px;
    }
    
    .news p.more {
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
    }
    
    .download-hdl {
	font-weight: bold;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;	
	background-color: #DEDEDE;
	padding: 5px;
    }
    
    .download-file {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px; 
	border-left: 1px solid gray;
	border-right: 1px solid gray;

    }
    
    .download-without-desc {
	border-top: 1px solid gray;
    }
    
    .download-desc {
	padding: 5px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size:8pt;
    }