/* Standard Style Sheet for Home Page */

body { font-family: arial, sans-serif;
			 color: #000000;
			}

#head {
				margin-left: 10px;
				margin-top: 20px;
				color : #000000;
				padding: 3px;
}
#navbar{
  			position: absolute;
  			left: 0;
  			width: 150px;
  			margin-left : 10px;
  			margin-top : 20px;
  			color : #000000;
  			padding : 3px;
}

#content{
				position: absolute;
  			left: 150px;
  			margin-left : 10px;
  			margin-top : 20px;
  			color : #000000;
  			padding : 3px;
				
}
			
h1 { color: #000000 }
h2 { color: #000000 }

.caption { font-size: x-small }

.justify { text-align: justify }

.center { text-align: center }

.ivoryback { background-color: #FFFFF0 }

.navytext { color: #000080 }

.noborder { border: none }