/* style2.css.  Jan 6, 2009. Dayton, Ohio.            */
/* style2.css. Modified Jan 31, 2009. Dayton, Ohio.   */
/* style2.css. Modified March 16, 2009. Dayton, Ohio.   */

* {border: 0px solid orange;}

body {
  /* background-color: #99FFFF; */ 
	background-image: url(../images/bg2.jpg); 
	background-position: top center;
	background-attachment: fixed;
}

#container {
  /*position: absolute;	*/
	width: 880px; 
	margin-top: 0px;
	margin-right: auto;       
	margin-left: auto;
	background-color: #fffff0;
	color: navy; 
	line-height: 170%; 
	border-left: 3px #AFEEEE;
	border-right: 3px #AFEEEE;
}

#menu {
	float: left;						 	/*  must be set at "left" in order to have the menu column at the left side  */
	width: 18%;
	margin-top: 0px;
	font-size: 13px;
	color: blue;
	background-color:#e0ffff;
}

#menu ul {
  list-style-type: square;
}

#content {
	float: right;		 				 /*  if set at "left", then there will be some problem when using fixed position of the menu under FireFox  */
	width: 76%;
	margin-top: 16px;
	margin-right: 12px;
	margin-left: 6px;
}	

#content h1 {
  font-size: 26px; 
	font-weight: bold; 
	text-align:center;
	color: #DC143C; 
	padding-bottom: 3px;
	border-bottom: 2px solid orange;
}

#content h2 {
  font-size: 20px; 
	font-weight: normal; 
	text-align:center;
	padding-top: 6px;
	color: blue; 
}

#content h3 {
  font-size: 16px; 
	font-weight: normal; 
	text-align:center;
	padding-top: 6px;
	color: blue; 
	line-height:160%;
}

#content p {
	font-size: 14px;
	/* font-weight: normal;   new changes */
	text-align: left;   
	text-indent:28px;
	padding-right: 22px;
	padding-left: 12px;
  color: navy;
}

#content table {
	font-size: 14px;
	/* font-weight: normal;   new changes */
	text-align: left;   
  color: navy;
}

#content ul, ol {		 	
  list-style-type: disc;
	/*  color: navy;  new changes */
	text-align:left;
	font-size: 14px;
	padding-right: 22px;
	/* font-weight: normal;   new change  */
}

#content2 {				 		
  float: right;						/*  if set at "left", then there will be some problem when using fixed position of the menu under FireFox  */
	width: 76%;
	margin-right: 12px;
	margin-left: 6px;
	font-size: 18px;
	color: #FF0000;
}

#content2 ul {		 	 
  list-style-type: disc;
	padding-left:200px;
	color: #9400D3;
	font-size: 15px;
	/* font-weight: bold;  new change  */
}

#content2 p {				 
   text-align:center;
}  
 
#content3 {
	float: right;			 		  /*  if set at "left", then there will be some problem when using fixed position of the menu under FireFox  */ 				
	width: 76%;
	margin-right: 12px;
	margin-left: 6px;
}

#content3 ul {		 	
  list-style-type: disc;
	padding-left:250px;
	font-size: 15px;
	/*  font-weight: normal;   new chnage  */
}

#content6  {
  float: right;					 /*  if set at "left", then there will be some problem when using fixed position of the menu under FireFox  */
	width: 76%;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 6px;
  text-align:center;
	/*  font-weight: normal;   new change */
}	

#footer {
	float: none; 		  /* it is important to set the "float" as "none", not "left" or "right"   */		 
	clear: both;
	width: 100%;
	margin-top: 2px;
	color: navy;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
  padding-top: 1px;
	border-top: 1px solid orange;
	line-height: 120%; 
}

.images img {
  margin-top: 22px;
	margin-bottom: 22px;
	display: block;			   /*  the last 3 lines of code center images for both Internet Explore and FireFox  */
  margin-left: auto;
  margin-right: auto;
} 

.list li {
  list-style-type: disc;
}

.link_list li {
  list-style-type: square;
}	

.sublist li {
 	list-style-type: circle;
	font-size: 13px;
}	  

a {color: #9400D3; text-decoration: none;}
a:link {color: #9400D3;}
a:visited {color: #B22222;}
a:hover {color: red; background-color: #ADD8E6;}
a:active {color: #7FFF00;}

