
body	       {
		margin: 0px;
		padding: 0px;
	 	background-color: #dce8fa;
		font-family: verdana, tahoma, sans-serif;
		font-size: 12px;
		color: #000000;
	       }

h4	       {
		font-family: verdana, tahoma, sans-serif;
		font-size: 14px;		
		margin-bottom: 16px;
		color: #3B6AB6;
	       } 

h5	       { 
		font-family: verdana, tahoma, sans-serif;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #759EE0;   
	       }

p	       {
		margin-top: 6px;
		margin-bottom: 10px;
	       }

img	       {
		border: none;
	       }

.img           { 					    	   
	        vertical-align: top;			   
		padding: 0px 4px 8px 10px;		                  
		float: right; 				    
	       }

.mailimg       { 
		vertical-align: bottom;
	       }

.menulist      {
		list-style-type: none;
 		margin: 0px;
		padding-top: 1px; 
		padding-left: 26px;
	       }

.italic        { 
		font-style: normal;
	        color: #000000;
	       }

#main          {
		width: 774px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
	       } 

#header        { 
                width: 774px; 
                height: 168px; 
    		background: url(images/bgheader.jpg);
	       }

#quot          { 
                width: 774px; 
                height: 20px; 
    		background: url(images/bgquot.jpg);
		padding-top: 4px;
		font-family: times new roman;
		font-style: italic;
		font-weight: bold;
		font-size: 14px;
		text-align: right;
		color: #759ee0;
	       }

#container     {
              	width: 774px; 
		margin: 0px auto;
    		background: url(images/bgmain.jpg);  		
		float:left; 
	       }

#menu          {
    		width: 151px;
		height: 153px;
    		background: url(images/menu.jpg);
		background-repeat: no-repeat;
		padding-top: 0px;
		font-size: 12px;
		line-height: 30px;
     		float: left;
	       }

#content       { 
    		width: 497px; 
		padding: 26px 60px 30px 40px;
		background-color: transparent;
		vertical-align: top;
		border-left: 1px solid #759cdd;
     		float: left;
  	       }

#footer        {
    		width: 774px;
		height: 40px;
    		background: url(images/bgfooter.jpg);
		background-repeat: no-repeat;
		text-align: center;
		font-size: 12px;
		color: #000000;
		clear: both;
    		float: left;
	       }

#copy          {
    		width: 774px;
		text-align: center;
		font-size: 11px;
		color: #898989;
		padding-bottom: 10px;
		clear: both;
    		float: left;
	       }

.small         {
		font-size: 10px;
		color: #898989;
	       }

.a, .a:visited {
		color: #3B6AB6;
		text-decoration: none;
	       }

.a:hover       {
		color: #759EE0;
		text-decoration: none;
	       }

a:hover	       {
		color: #0066FF;
		text-decoration: none;
	       }

a, a:active    {
		color: #0066FF;
		text-decoration: none;
		border: none;
		outline: none;
	       }

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




