@import url(102css.css);

body  {background-color: #fff;
       text-align: center;
       font-family: Tahoma, Times, 'Times New Roman', serif;
	   font-size: 95%;
	   behavior:url("../csshover2.htc");
}

#container {margin: 5%;
            width: 900px;
			margin: 0 auto;
}

#header  {padding: 10px;
          background-color: #CAD9B2; /**light green**/
		  border: 1px solid #033;
		  font-family: Georgia, Times, 'Times New Roman', serif;
	      font-size: 150%;
}

/**This controls the main body of the page**/
#content {margin-left: 5px;
          text-align: left;
		  line-height: 150%;
}

#content h2 {margin-top: 0;
}

h2  {font-size: 150%;
}

table {border: 2px solid #004000; /**dark green**/
}

table td {width: 50%;
     border: 1px solid #004000; /**dark green**/
     padding: 5px;
}

