﻿        body
		{
			margin: 0;
    		padding: 0;
    		color: #3F007A;
    		font: 0.8em Trebuchet MS, Arial, Verdana, sans-serif;
    		background: #F7F0FF;
    		text-align: left;
		}
		
		td
		{
      		font: small Trebuchet MS, Arial, Verdana, sans-serif;
		}
		
		a {
			color: #3F007A;
		}
		
		a:hover {
			color: #9966CC;
		}
		
		h1
		{
		    font-size: 1.6em;
		}
		
		h2
		{
		    font-size: 1.3em;
		}
		
		h3
		{
		    font-size: 1.1em;
		}
		
		hr
        {
            color: #9966CC;
            width: 80%;
            text-align: center;
            height: 1px;
        }
        
        #banner {
			background-color: #ffffff;
			background-repeat: no-repeat;
			background-position: top right;
			height: 193px;			
		}
		
		#logo {
			margin-left: 20px;
			margin-top: 20px;		
		}
		
		#container {
			border: 1px solid #3F007A;
			background-color: #ffffff;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 100px;
			margin-right: 100px;
			padding: 0px;
			height: 100%;
		}
		
		#image
		{
			float: right;
		}
		
		#oneliner {
			margin-left: 220px;
			margin-top: 0px;		
		}

		#topmenu {
			padding: 5px;
			margin-bottom: 5px;
			background-color: #9966CC;
			color: #ffffff;
			font-weight: bold;
			text-align: right;			
		}
		
		#leftWrapper
        {
            top: 270px;
            width: 180px;
            margin: 0;
            margin-right: 5px;
            padding: 5px;
            float: left;
        }
        
		#sidebar-a 
		{
		    display: block;		   
		    width: 100%;
		    margin-bottom: 20px;
		}
		
		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;			
			background-color: #ffffff;
			text-align: center;
			font-size: small;
		}
		
		#topmenu a {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}
		
		#topmenu a:hover {
			color: #eddcfd;
			font-weight: bold;
			text-decoration: none;
		}

		#content {
			padding: 10px;
			padding-right: 20px;
			margin-left: 215px;
			background-color: #ffffff;
			text-align: justify;
			vertical-align: top;
		}

        
        .blockborder {
	        border: solid 1px #eddcfd;
	        margin-top: 10px;
        }
        
        .blockheader 
        {
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .formlabel {
            font-weight: bold;
            text-align: right;
            vertical-align: top;
            margin-right: 10px;
        }
        
        .formfield {
        border-style: solid;
        border-color: #dfc0ff;
        border-width: 1px;
        color: #3F007A;
        font-family: Arial, Helvetica;
        font-size: small;
        width: 200px;
        }
        
        .formbutton {
        border-style: solid;
        border-color: #dfc0ff;
        border-width: 1px;
        color: #3F007A;
        font-size: small;
        background-color: #f7f1fc;
        }
        
        .link
        {
            text-decoration: none;
        }