body{
  margin: 0;
  padding: 0;
  background-color: #777;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
	/*text-align:center;*/
	}
  #wrapper {
  				max-width:1000px;
  				min-height:600px;
  				background-image: url(img/bg.gif);
  				background-repeat: repeat;
  				/*color: #003366;*/
  				margin-left:auto;
  				margin-right:auto;
  				padding: 15px;
  				border:5px solid #ccc;
  				border-radius:5px;
  				box-sizing: border-box;
  				/*text-align:center;*/
  	}
    .logo{
    		display:block;
    		visibility:visible;
    		margin-top: 10px;
        margin-bottom: 50px;
    		margin-left:auto;
    		margin-right:auto;
				text-align:center;
    }
.sidebar {
				 width:120px;
         height:100%;
				 float:left;
				 text-align:left;
				 margin-bottom:20px;
				 box-sizing: border-box;
		}
    .sidebar2 {
    				 width:120px;
             min-height:1000px;
    				 float:left;
    				 text-align:left;
    				 margin-bottom:20px;
    				 box-sizing: border-box;
    		}
.nav {
             padding: 2px;
    				 margin-top: 10px;
    				 padding-bottom:20px;
             margin-bottom: 5px;
    			   clear: both;
             font-size: 0.9em;
    				 line-height:1.5em;

    			   }
    .nav ul {
    			   	margin:0;
    				  padding:0 30px 0 0;
    				  text-align: left;
    				  }
    .nav li {
    			   	display: block;
    				  }
.nav a:link {
    		 	text-decoration: none;
          background-color: #0D4680;
				 	color: #ffffff;
    			font-size: 0.8em;
    			font-weight: bold;
          border-top : 3px solid #3DAB90;
				 	border-left : 3px solid #3DAB90;
					border-bottom : 3px solid #3E675F;
				 	border-right : 3px solid #3E675F;
					border-radius: 5px;
    					box-shadow: 5px 5px 5px 5px #4A7297;
    					margin-top: 10px;
             	margin-bottom: 10px;
    					}
.nav a:hover
    			   	{
    			   text-decoration: none;
             background-color: #187CE2;
             color : #ffffff;
              border-top : 3px solid #3E675F;
              border-left : 3px solid #3E675F;
              border-bottom : 3px solid #3DAB90;
              border-right : 3px solid #3DAB90;
              border-radius: 5px;
              box-shadow: 0px 0px 0px 0px #4A7297;
    				 }
.nav a:visited
    			   	{
                text-decoration: none;
                background-color: #0D4680;
      				 	color: #ffffff;
          			font-size: 0.8em;
          			font-weight: bold;
                border-top : 3px solid #3DAB90;
      				 	border-left : 3px solid #3DAB90;
      					border-bottom : 3px solid #3E675F;
      				 	border-right : 3px solid #3E675F;
      					border-radius: 5px;
          			box-shadow: 5px 5px 5px 5px #4A7297;
          			margin-top: 10px;
                margin-bottom: 10px;
    					}
.content{
  color: #003366;
  min-height: 400px;
}

.img1{
    			display:block;
    			height:auto;
    			width:auto;
    			margin-bottom: 20px;
    			margin-left:auto;
    			margin-right:auto;
    			border:2px solid #03549F;
    			border-radius:5px;
    			box-shadow: 5px 5px 5px 5px #4A7297;#4A7297;
}
.img2{
    			display:block;
    			height:auto;
    			width:auto;
    			float:left;
          margin-right: 20px;
          margin-bottom: 15px;
    			border:2px solid #03549F;
    			border-radius:5px;
    			box-shadow: 5px 5px 5px 5px #4A7297;
}
.img3{
    			display:block;
    			height:auto;
    			width:auto;
    			float:right;
          margin-left: 20px;
					margin-right: 20px;
          margin-bottom: 15px;
    			border:2px solid #03549F;
    			border-radius:5px;
    			box-shadow: 5px 5px 5px 5px #4A7297;
}
.img4{
    			display:block;
    			height:auto;
    			width:auto;
    			float:left;
          margin-right: 20px;
          margin-top: 20px;
          margin-bottom: 15px;
}
table {
    border-spacing: 10px;
    border-collapse: separate;
}
.bold{font-weight:bold;}
.cent{text-align:center;}
.table  td{padding: 5px;}
.just{text-align: justify;}
.clear{margin-top:150px; }
.emphasis{font-style:italic;}
.bottomnav a:link{
margin-right : 2px;
padding : 3px 1px 3px 1px;
color : #000099;
text-decoration : none;
}
.bottomnav a:hover {
margin-right : 2px;
padding : 3px 1px 3px 1px;
color : #870487;
text-decoration : none;
}
.bottomnav a:visited {
margin-right : 2px;
padding : 3px 1px 3px 1px;
color : #000099;
text-decoration : none;
}
.red {color: #ff0000;}
.footer{
        font-family: Arial, Helvetica, sans-serif;
      	font-size: 0.7em;
        font-weight: normal;
				clear:both;
        color: #777;
				text-align: center;
				border-top: 1px solid #003366;
        }
