@charset "UTF-8";
/* CSS Document */

.right_bar
	{
	   float:right;
	   width:300px;
	   font-size: 12px;
	   font-family:Arial, Helvetica, sans-serif;

	}
	
	
.left_bar
	{
	   float:left;
	   width:150px;
	   font-size: 12px;
	   font-family:Arial, Helvetica, sans-serif;
	   border-right: 1px #ccc solid;

	}
	
#head
   {
      font-size:18px;
	  font-weight:bold;
	  background-color:#003399;
	  color:#FFFFFF;
	  margin:20px 0px 20px 0px;
	  padding:0 0 0 10px;
   }
   
#list
   {
      list-style:none;
   }
   
   
a:link
   {
      text-decoration:none;
   }
   
a:hover
   {
      text-decoration:underline;
   }
   


.center
   {
   width:400px;
   float:left;
   margin:0 30px;
   }
   
   
.wrapper
   {
   width:920px;
	margin:0px auto;
	text-align:left;
	padding:15px;
   }
   
body {
	margin:10px 0px; padding:0px;
	text-align:center;
	}