body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#A1A1A1;
	background-image:url('background.jpg');
}
*{margin: 0px;padding: 0px;}

#container {
	border:2px double black;
	margin: 10px auto;
	text-align: left;
	width: 800px;
	background-color:#E6E6E6;  /*    E6E6E6      */
	opacity:0.92;
  /*filter:alpha(opacity=70); *//* For IE8 and earlier */
}
#main {
	border:0px solid yellow;
	width: 800px;
}
#main img {
  margin-bottom:5px;
  margin-left:25px;
  margin-right:25px;
  height:130px;
  width:130px;
 border:1px solid red;

}
h1 {
	color:black;
	text-align:center;
	font-family:"Times New Roman",Times,serif;
	font-size:60px;
	font-style:italic;
	font-weight:bold;
	margin:15px;
}
h2 {
	color:black;
	text-align:left;
	text-indent:10px;
	font-size:25px;
	font-weight:bold;
}
h3 {
	color:white;
	text-align:left;
	text-indent:15px;
	font-size:17px;
	font-weight:normal;
	font-style:italic;
}
h4 {
	color:black;
	text-align:center;
	font-family:"Times New Roman",Times,serif;
}

p {
	color:#0029A3;
	font-size:18px;
	font-weight:bold;
}
p.intro {
	color:black;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
.new {

visibility:hidden; 
display:none;
/*
color:darkorchid;
text-align:center;
font-family:"Times New Roman",Times,serif;
font-size:20px;
font-style:italic;
*/
}
.new p {
color:#E62E8A;
font-size:20px;
}
.new a {
color:#E62E8A;
font-size:20px;
}
.new a:link {
	text-decoration:underline;
	color:#E62E8A;
}
.new a:hover {
	text-decoration:underline;
	color:darkorchid;
}

/* *************** links photo type box **************************/
.links {
	border:0px solid blue;
	display:block;
	margin-top:20px;
	margin-bottom:10px; 
	margin-left:0px; 
	margin-right:0px;
	padding:0px;
	width: 800px;
	float:left;
}	
.img
  {
  border:0px solid #1F7A7A; 
  margin:3px;
  float:left;
  text-align:center;
  font-size:17px;
  font-weight:bold;
  width:140px;
  height:170px;
  color:#1F7A7A;  /*#CF7CA6*/
  }
.img img   {
  display:inline;
  margin:2px;
  border:1px solid #1F7A7A; /*#33CCCC;*/
  height:100px;
  width:130px;
  
  }
.img a:hover img   {
  border:2px solid #FF6600;
  }
/************** end links box *************************/


/* *************** links line type box **************************/
.linkslist {
	border:0px solid yellow;
	display:block;
	margin-top:5px;
	margin-bottom:5px; 
	margin-left:10px; 
	margin-right:0px;
	padding:0px;
	width:800px;
	float:left;
}
.linkslist a {	
	margin-left:0px; 
	color:#1F7A7A;
	font-size:17px;
    font-weight:bold;
}	
.linkslist a:hover  {
  color:#FF6600;
}
.linksline a:visited  {
  border:0px dashed ;
  color: #EBEBE6;
} 


/******************** Footer ********************/
.footer {
	/*?visibility:hidden; */
	border:0px solid red;
	display:block;
	margin-top:150px;
	margin-bottom:10px; 
	margin-left:0px; 
	margin-right:0px;
	padding:0px;
	width:800px;
	text-align:center;
	color:#818181;
}
.footer ul {
}
.footer li {
	display:inline;
	float:none;
	text-align:center;
}
.footer a {
	color:#818181;
	font-weight:900;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
	color:#FF6600;
}
.footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}

/******************** end Footer ********************/

/******************** plexus ********************/
.plexus {
	border:0px solid red;
	display:block;
	margin-top:10px;
	margin-bottom:20px; 
	margin-left:0px; 
	margin-right:0px;
	padding:0px;
	width:800px;
	font-size:15px;
	text-align:left;
	color:#FFFFFF;
	float:left;
}
.plexus p {
	color:#CFCFCF; 
	font-size:10px;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}
.plexus a {
	color:#A1A1A1;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}
.plexus a:hover {
	text-decoration:underline;
}
/********** end plexus box *************************/

