#social
   {
    height: 150 px;
    width: 200 px;   

   }

ul
   {
     list-style: none;
     padding: 0px;

   }


a
   {
     text-decoration: none;
     color: #ffffff;
   }


a:visited
   {
     color: #ffffff;
   }


#menu .current

   {
     text-decoration: none;
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     background-color: #679BB7;
     padding-top: 23px;
     border-radius: 8px 8px 0px 0px;
   }


#menu li
   {
        display: inline;
        line-height: 10px;        
   	font-size: 130%;
   	color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
   	padding-top: 15px;
   	padding-bottom: 6px;
   	padding-left: 20px;
   	padding-right: 20px;
        background-color: #0B3861;
        border-radius: 8px 8px 0px 0px
   	

       
   }

#menu li:hover
   {
     text-decoration: none;
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     background-color: #679BB7;
     padding-top: 23px;
     border-radius: 8px 8px 0px 0px;
     
   }


body
   {
     background-color: #E7E7E7;
   }
h1
   {
   	text-align: center;
   	font-family: Arial, Helvetica, sans-serif;
   	color: black;
   }
h2
   {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
    
    
   }   
h3
   {
   	text-align: center;
        text-size: 100%;
   }
p
   {
   	margin-left: 10px;
   	margin-right: 10px;
   	font-family: Arial, Helvetica, sans-serif;
   }
hr
   {
   	width: 750px;
   	margin-left: 25px;
   	height: 3px;
   	background-color: #380B61;
   }

#container
   {
   	background-color: #546A90;
   	width: 900px;
   	height: 1100px;
   	margin-left: auto;
   	margin-right: auto;
   	box-shadow: 0px 0px 10px 5px #888888;
   }
#menu_background
   {
   	background-color: #546A90;
        
   	height: 80px;
   	width: 900px;
   	float: left;
        
        margin-top: 10px;
   }


#menu
   {
   	width: auto;
   	height: 40px;
   	float: left;
   	margin-top: 44px;
        margin-left: 260px;
        border-bottom-style: solid;
        border-width: 5px;
   	border-color: #679BB7;
        background-color: #546A90;        

   }

#content
   {
   	width: 800px;
   	height: 750px;
   	background-color: #CACACA;
   	float: left;
   	margin-top: 10px;
   	margin-left: 50px;
   	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    
   }
#footer
   {
   	height: 50px;
   	width: 900px;
   	background-color: #000000;
   	float: left;
   	margin-top: 50px;
   }
#left_block
   {
   	width: 400px;
   	float: left;
   }
#right_block
   {
   	width: 400px;
   	height: 550px;
   	float: left;
   
   }
 
#table_left
   {
   	width: 200px;
   	float: left;
   }
#table_right
   {
   	width: 200px;
   	float: left;
   } 
 
 .tables
    {
      width: 200px;
      float: left;
    }
.hide
   {
   	
   	width: 400px;
   	height: 500px;
   	display: none;
   	float: left;
   }