/* CSS for www.figmentcode.com (C) 2009 all rights reserved */

html
{
overflow:auto;
}

#content
{
padding:10px 5px 10px 10px;
background-color: #FFFFFF;
overflow:auto;
position: absolute;
top: 73px;
bottom: 0px;
left: 10px;
right: 10px;
z-index:-1;

font-family:arial, helvetica, tahome, sans-serif;
font-size:12px;
align:center;
}

#content h1 
{
color:darkblue; 
font-style:italic; 
background-color:lightblue;
/*border:ridge 2px green;*/
border:outset 5px lightblue;
padding-left:5px;
text-align: center;
}

#content h2
{
padding:5px 5px 5px 5px;
color: darkgreen;
background-color:lightyellow;
border:outset 5px lightblue;
text-align: center;
}

#content h3
{
padding:5px 5px 5px 5px;
text-decoration: underline;
color: #000000;
text-align: center;
background-color:#DDDDDD;
}

#content p
{
padding:2px 0px 2px 0px;
text-indent:2em;
/*border-bottom:solid 1px #DEDEDE;*/
}

#content blockquote
{
/* like old fashioned green terminal text  */
padding-left:10px;
padding-right:10px;
background-color:black;
color:lightgreen;
font-size:14px;
font-family:"Courier New", courier, system, serif;
border:dashed 2px green;
}

#content blockquote a
{
background-color:#ffffcc;
}


#content table
{
background-color:#DEDEDE;
padding:2px 2px 2px 2px;
border:ridge 4px white;
}

#content table th {font-weight:bold; background-color:#ffffcc;}

#content table td {background-color:#ffffff; border:dashed 1px white;}

#content hr 
{ 
background: url(/images/081.gif) no-repeat center; 
height:30px;
border:none;
}

#content a
{
text-decoration:none;
color:#0000ff;
font-weight:bold;
}

#content a:hover
{
text-decoration:underline;
/*font-style:italic;*/
font-weight:bolder;
background-color:#ffffcc;
}

#content li
{
padding-bottom:5px;
}


/******************************/

/*
body 
{
background-color:#FFFFFF;
padding:0px;
margin:0;
margin-top:0px;
background-image: url(../images/leftnav-long1.jpg);
}
*/

#forumpage{
background-color:#FFFFFF;
padding:0px;
margin:0;
margin-top:0px;
}


/*
#alltop
{
background-image: url(../images/banner-back.jpg);
background-repeat: repeat-x;
height:95%;
position:absolute;
left:0px;
right:0px;
top:0px;
}
*/

#banner
{
z-index=10;
/* background-color:#FFFFFF; */
color:darkblue;
font-size:1.2em;
font-family:"Trebuchet ms",arial,sans-serif;
bottom_border: 5px black groove;
padding-top:5px;
padding-left:5px;
padding-bottom:0px;
bottom:0px;
height:25px;
width:200px;
}

#search
{
position:absolute;
top:5px;
right:10px;
}

#bread h3
{
position:absolute;
top:4px;
left:120px;
font-family:arial, helvetica, tahome, sans-serif;
font-size:.7em;
font-weight:normal;
padding:0px;
}

#bread h3 a:hover
{
color:red;
}


/* *********************** END   */
/*
#content
{
z-index=2; 
opacity:0.8; 
filter:alpha(opacity=80); 
border:5px outset gray;
position:absolute;
background-color: transparent;
padding:10px 5px 10px 10px;
font-family:"Times New Roman";
font-size:95%;

height:100%; 
width:700px; 
top:75px;
left:15px;
right:15px;
overflow:auto;
}
*/

