



#sf-logo {
float: right;
/*float: left;*/
margin: 10px;
}

img.image-right {
float: right;
/*float: left;*/
margin: 10px;
}

img.bottom-right {
float:right;
vertical-align:bottom;
margin:10px;
}

#onpagebanner {
float:right;
vertical-align:top;
margin:10px;
font-size:13px;
}

a {
	text-decoration: none;
  font-family: verdana, sans-serif;
	font-size: 12px;
  font-weight: bold;
}
a:link {
	color:#006847 /*#308169*/;
}
a:visited {
	color:#006847 /*#308169*/;
}
a:hover {
	color:#006847 /*#308169*/;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Verdana, sans-serif;
	/*font-style: italic;*/
	margin: 0;
top:48px;
  left:48px;
}

#header, #content {
	width: 100%;
}
#header {
	background-color: #599
}

.header {
	font-family: Serif;
	font-size: 2em;
	padding: 6px;
	color: #fff;
}

body {
	padding: 0;
	margin: 10px;

	background: #fff url(./images/grgrad.gif) repeat-x;
	color: #000;
	font-family: verdana, Sans-serif;
/*	background: transparent url(bgtest3.png) 0 0;*/
}

.headline {
	font-family: Serif;
	font-style: italic;
}

#tdmenu {
	width: 10em;
	vertical-align: top;
	padding: 10px 0px 0px 10px;
}

#menu {
	padding: 10px 5px 5px 5px;
	background: transparent url(bgtest2.png) 0 0;
	background-color: #f6f6f6;
	border: solid 1px #ddd;
	-moz-border-radius: 13px 13px 13px 13px;
}

#nav {
	margin: 0 0 4em 0;
	padding: 0;
	line-height: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	background-image: none;
	padding: 0 0 1px 0;
	line-height: 1.0;
}

#nav :link, #nav :visited {
	font-weight: bold;
	line-height: 1.0;
	color: #599;
	display: block;
	text-decoration: none;
	border: hidden 1px #000;
	margin: 0;
	padding: 5px 10px 5px 0.5em;
	-moz-border-radius: 13px 13px 13px 13px;
}
#nav :link:hover, #nav :visited:hover {
	border: solid 1px #ddd;
	background: #fff;
}

#nav :link:focus, :visited:focus {
	-moz-outline: 0px dotted;
}

.footer1 {
	font-size: 70%;
	color: #777;
	text-align: left;
}

.footer2 {
	font-size: 70%;
	color: #777;
	text-align: right;
}

#main {
	vertical-align: top;
	padding: 10px;
}


.submitted {
	color: #999;
	font-size: 0.8em;
}

.node {
	padding: .5em;
	background-color: #f6f6f6;
	border: solid 1px #ddd;
/*	background: transparent url(bgtest2.png) 0 0;
	-moz-border-radius: 13px 13px 13px 13px;*/
}

.node2 {
	padding: .5em;
	background-color: #f6f6f6;
	border: solid 1px #ddd;
width:250px;
}

.nodebuffer {
	padding: .7em;
}

pre {
	-moz-border-radius: 13px 13px 13px 13px;
	background-color: #eeeeee;
	border: solid 1px #ddd;
/* changed to courier for better reading thb, 07/18/2004 */
/*  font-family: verdana, helvetica, arial; */
	font-family: courier;
	font-size: 12px;
	text-align: left;
  font-weight: bold;
  padding: 1em;
}

body.highlighted  {
  background-color: #006847/*#308169;*/;
  color: #FFFFFF;
}

p
{
  font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
  padding: 10px;

}

th
{
  font-family: verdana, sans-serif;
	font-size: 14px;
	text-align: center;
  padding: 10px;
  font-weight: bold;
}

p.faq_question
{
  font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: left;
  font-weight: bold;
}

td
{
  font-family: verdana, sans-serif;
	font-size: 12px;
}

li
{
  font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 35px;
}

.bold
{
  font-weight: bold;
}

td.logo
{
  font-family: verdana, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #006847/*#308169;*/;
  font-weight: bold;
}


tr
{
  border-top: solid;
  border-collapse: collapse;
  border-top: hidden
}

/* list of links on "help out" page */
#welcomeMenu ul {
  list-style-type:none; /*removes default bullets*/
}

#welcomeMenu li {
  margin-bottom: 10px; /*adds space between lines*/
  color: black;
}

#welcomeMenu span:hover {
  text-decoration:underline; /*sets hover attributes*/
}

#welcomeMenu img { /* replacement bullets */
  vertical-align:middle;
  position:relative;
  margin-right: 5px;
  top: -2px;
}

