/* - CSS by John Hinchey - digital_perspectives@yahoo.com */


body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 75%;
background-color: #8E463D;
color: #000000;
margin-top: 0px;
padding: 0;
}

.font_s9 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: x-small;
}

.left {float:left;}
.right {float:right;}

a {
text-decoration: none; 
color: #000099; 
background-color: inherit;
}

a:hover {
text-decoration: underline;}


/*Menu/Navigation*/

.menu {
font-size: 10px; 
width: 140px;}

.menu li {list-style-type: none; 
/*border-right: 1px solid #CCCCFF;
border-bottom: 1px solid #CCCCFF;*/}

.menu li a {
display: block;
padding-left: 5px; 
padding-top: 5px; 
padding-bottom: 5px;}

.menu li a:hover { 
text-decoration: none; 
color: #990000;
background-color: #E8E8E8;
}

.menu ul {margin: 0; padding: 0;}

#navigation {
width: 140px;
padding: 5px;
float: left;
overflow: hidden;
}


/*Font Headings*/

h2,h4,h5 {
padding-left:12px;
font-size: 16px;
font-weight:bold;
border-bottom: 1px solid #ddd;
background: url(../images/blue_d.GIF) no-repeat bottom left;
}

/* content */

#content {
margin: 0;
width: 740px;
border-left: 0px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
/*overflow: hidden;*/
}


#titlebar {
padding: 5px 0px 0px 15px;
height: 2px;
background-color: White;
border-bottom: 0px solid Black;
border-top: 1px solid Black;
font-size: x-small;
}


/* Footer */

#footer {
background-color: #FFCC33;
color: Black;
text-align: center;
border-top: 1px solid Black;
border-bottom: 1px solid Black;
padding: 5px;
clear: both;

}


.img_border {
	border: 1px solid #8E463D;
}
/*Tables*/
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 740px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.helpHed
{ border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #B0C4DE;
text-align: center;
text-indent: 0px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: center;
text-indent: 0px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 740px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 
