/* Generic Selectors */

body {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 14px;
color: #000000;
background-color: #C0C0C0;
}

p {
width: 95%;
}

img {
border-style: solid;
border-color: #000000;
border-width: 2px;
}

.btn {
border-style: none;
border-color: #000000;
border-width: 0px;
margin-left: 5;
margin-right: 5;
margin-top: 1;
margin-bottom: 1;
}

li {
list-style-type: none;
line-height: 150%;
/* list-style-image: url(../images/arrowSmall.gif);*/
}

h1 {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 16px;
font-weight: bold;
color: #000000;
/*border-bottom: 1px solid #C6EC8C;*/
}

h3 {
font-family: "Times New Roman", Georgia, serif, Times;
font-weight: bold;
font-size: 14px;
}

/**************** Pseudo classes ****************/

a {
color: #505050;
text-decoration: none;
font-weight: bold;
}
a:link {
color: #505050;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #505050;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #505050;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #7F7FFF;
font-weight: bold;
text-decoration: underline;
}
p.textbox {
    width: 80%;
}
/************************* ID's *************************/

#mpic {
    opacity: 0;
    transition: opacity 0.25s, ease-in;
}
//#mpic { 
//    opacity: 0;
//    transition: opacity 1s, ease-in;
//}

#thumbcol {
position: absolute;
z-index: 5;
width: 180px;
margin: 0;
margin-top: 0px;
font-size: 12px;
font-weight: normal;
}

#centerDoc {
position: absolute;
z-index: 5;
padding: 0 0 20px 10px; /*top right bottom left*/
margin-top: 10px;
margin-left: 200px;
}

#formcol {
position: absolute;
z-index: 5;
width: 100px;
margin: 0;
margin-top: 0px;
//font-size: 18px;
//font-weight: normal;
}

#centerform {
position: absolute;
vertical-align: top;
z-index: 5;
padding: 0 0 0px 0px; /*top right bottom left*/
margin-top: 10px;
margin-left: 110px;
font-size: 16px;
font-weight: normal;
}

