
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.bodyOP {

/*	background-image: url(images/OPbackgrnd.png); */
	background-color: #ADefff;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B8860B;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */

}
div.solid {

border-style:solid;
border-width:1px;
}

body,td,th
{
font-family:arial; font-size:1.0em;
}
td
{
text-align:center;
border:0px solid black;
padding:5px;
}
th
{
padding:5px;
border:1px solid black;
font-size:1.3em;
color:white;
background-color:#33CCFF;
}
h2
{
text-align:center;
color:blue;
text-decoration:underline;
}
.yellow
{
background-color:yellow;
}
.center
{
text-align:center;
}
table
{
width:880px;
margin:auto;
background-color:#BDB76B;
border:0px solid black;
border-collapse:collapse;
}
a:link {color:black;text-decoration:underline;}
a:visited {color: black;}
a:hover {color: red;
text-decoration:underline;
}

span{
color:black;
font-family:arial;
font-size:12px;
}
.pos_right
{
position:relative;
left:30px;
}
a.two:link {color:#404040;}
a.two:visited {color:#0000ff;}
a.two:hover {font-size:150%;}
p.margin
{
margin-right:50px;
margin-left:50px;
}

fieldset {
  background-color: lightblue;
}
legend {
  padding: 2px;
}

#container
{
width:880px;
display:block;
border-style:solid;
border-width:1px;
padding:5px;
background:#FFFFCC;
font-family:arial;
font-size:12px;
margin-left:auto;
margin-right:auto;
}

#header
{
width:auto;
display:block;
height:80px;
border-style:outset;
border-width:2px;
padding:5px;
background:tan;
font-size:2em;
text-align:center;
line-height:80px;

}

#main
{
width:auto;
display:block;
height:300px;
}

#left
{
width:560px;
margin-right:20px;
float:left;
height:200px;
background:green;
padding:8px;
}

#right
{
width:200px;
float:left;
height:150px;
background:gray;
}

#footer
{
width:auto;
display:block;
height:25px;
text-align:center;
background:yellow;
}
