body {
 /* Keep in pixels */
 /*font-size: 10pt;*/
 /*font-size: 62.5%;*/
 font-size: 75%;
 font-family: Verdana, Arial, Sans-Serif;
 background:#b3bfc0;
 background-image:url('../circuit/images/newback.gif');
 color:#000000;
 }

 /* Contains all*/
#outer {
 text-align: left;
 width: 55em;
 margin: auto;
 min-width: 500px;
 max-width: 100%;
 /*but not in ie6 */
}

#hdr {
margin-top: 1em;
margin-bottom: 1em;
background:#b3bfc0;
background-image:url('../circuit/images/newback.gif');
 }

#content {
 width: 98.5%;
 border:0px solid #358138;
 text-align: left;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 0.5em;
 margin-top:10px;
 font-size:1em;
 }

#imgtop {
text-align:center;
margin:auto;
}

#imgbottom {
text-align:center;
margin:auto;
}

#footer {
margin-top:1em;
}

/* Content section */

#content a {
 font-size: 1em;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 color:#06708E;
}

#content a:hover {
color:#045166;
}

#content p {
 font-size: 1.1em;
 font-weight: normal;
 text-align: justify;
}

#content li {
 font-size: 1.1em;
 font-weight: normal;
}

/* Content section end*/

hr {
 height: 3px;
 margin: 0em;
 padding: 0em;
 color:#358138;
 background:#358138;
}

.footerhead {
color:#06708E;
font-weight:bold;
}

.footerbody {
font-style:italic;
color:gray;
margin-left:1em;
margin-bottom:5px;
}



