
	#navigation1 {
			position: absolute;
			left: 70px;
			width: 15em;
		}

#content {
			position: absolute;
			left: 180px;
			width: 1000px;
			height: 600px;
		}


body {
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 20px;
	background-color: #ffffff;
} 
P {
		font-family: Arial;
		font-size: 12pt;
		font-style: normal;
		color: black;
		}

hr           { color: #000066  }
table        {
  
	font-style: normal;
	font-variant: normal  ;
	font-weight: normal;
	font-family: arial, verdana;
	color: black;
	background-color:FAFAFA;
	border:none
	
}

td           {
	font-size: 12pt;
	color: black	 ;
} 

tr {vertical-align: top;}

h1  {   font            :  16pt arial, verdana;
        font-weight     :   bold;
		font-style	    :   normal;
        color           : #01028F}

h2  {   font            :   12pt arial, verdana;
        font-weight     :   bold;
		font-style	:   normal;
        color           : #01028F}

h3  {   font            :   12pt arial, verdana;
        font-weight     :   bold;
		font-style	:   normal;
        color           : #01028F}

small  {   font            :   6pt arial, verdana;
        font-weight     :   normal;
		font-style	:   normal;
        color           :   black}

    
a:link       { font-style: normal; font-variant: normal; 
               text-decoration: color: #000000;
			   text-decoration: underline}
a:visited    { font-style: normal; 
               text-decoration:none
               font-variant: normal;  
               text-decoration: underline;
			    color:#000000}
 

li  { font-size: 12pt;      
      color: #000000 ;
	  line-height: 1.4 
	  }

.menu {
	font-size: 18px;
	color: #000000;
}
.grey {
	color:#706568;
}

.redback{ background-color:#333399;}
.topbg {background-color:#5F78CB;}
.smalllist {
	font-size: 14px;
	color:  #ffffff;
	 font-weight:bold;
	 background-color:#333399;
	 text-decoration: none;
	 text-align:center }
 
.rightbold {
	text-align: right;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	}
 