/*Css for Naval Research*/
* 
{
 padding: 0;
 margin: 0;
}

body {width: 100%;
	margin:auto;
	/*min-width: 1000px;
	max-width:2000px;*/
	/*background-image: url(images/back1.bmp);*/}



#wrapper { margin: auto;
		  width: ; 
		   }
		   
#border 
{width:100% ;
 border: none;
 min-height: 100%;
 float: left;
 background-color: #000000;
 /*background-color: rgb(72,0,0);*/
}
* html #border {height:976px} /* IE Min-Height Hack */ 
	   
#leftcolumn {float: left;
			width: 200px;
			padding-top: 180px;
			min-height: 600px;
			background-color: #000000;
			/*background-color: rgb(72,0,0);*/
			}
			
#rightcolumn { 
			 background-color: #ffffff;
			 color: #000000;
			  min-height: 100%;
			  font-size: medium;
			  width: 900px ;
			 margin-left: 150px;
			  float: center;}
			 
#logo{ /*background-image: url(images/logo.jpg);*/
		background-repeat: no-repeat;
		color: #000000;
		font-size: large;
		clear: both;
		min-width: 80%;
		height: 180px;
		}
		
#head{float:right;
		margin-top: 35px;}		


.content {padding: 20px 20px 0 20px;
			margin-top: 20px;}

/*#floatright {margin: 10px;
			float: right;}*/
			
#footer {font-size: xx-small;
		clear: both;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 40%;
		text-align:center;
		color: #000000;
		vertical-align:	bottom;}
		  
.navbar {
		text-decoration: none;
		display: block;
		border: solid;
		border-style: outset;
		border-width: 2px 0 2px 0;
		margin-left: 10px;
		width: 170px;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		text-align: center;}

		
		a:hover {text-decoration: none;
		display: block;
		border: solid;
		border-style: inset;
		border-width: 2px 0 2px 0;
		margin-left: 10px;
		width: 170px;
		color: #ffffff;
		background-color: #5E767E;
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		text-align: center;}




