
body {
	margin: 0;
	padding: 0;
	background: url(../graphics/fol_back.jpg) top left repeat-x;
	text-align: center;
	background-color: #fff;
	font: normal 11px/17px "lucida grande", tahoma, arial, verdana, sans-serif;
}


ul { list-style-image: url(../graphics/simpleArrow.gif);
	}

li { padding-left: 1px;
	padding-bottom: 4px;
	}

ul.grayBullet { list-style-image: url(../graphics/grayBullet.gif);
	}

ul.lightGrayBullet { list-style-image: url(../graphics/lightGrayBullet.gif);
	}



h2,h4 {
	color: #663300;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 100%;
	}
	
	
a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;

}

a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
}

a.standard:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;

}

a.standard:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
}

a.standard:hover {
	background-color: #E0EFF0;
	text-decoration: underline;
	padding: 1px 2px;
}

a:hover {
	background-color: #E0EFF0;
	text-decoration: underline;
	padding: 1px 2px;
}


a.home:link {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 2px;

}

a.home:visited {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 2px;
}

a.home:hover {
	background-color: #E0EFF0;
	text-decoration: underline;
	padding: 1px 2px;
}


a.btn {
	background-color: white;
	text-decoration: none;
	}

ul.grayBullet li a:link, a:visited { text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
	color: black;
	}

ul.grayBullet li a:hover {
	background-color: #FFFFFF;
	padding: 1px 2px;
	}
	
/* divs and classes */

#mainContent {
	width: 800px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 0px;
	left: 0px;
	border-top: 0;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	z-index: 2;
}

#masthead {
	position: relative;
	top: 0px;
	width: 904px;
	left: -105px;
	margin-right: -105px;
	z-index: 1;
	}

.indenter {
	margin-left: 7px;
	}	
	
	
#homeLeft {
	position: relative;
	top: 5px;
	left: 10px;
	width: 335px;
	}

#homeRight {
	position: absolute;
	top: 97px;
	left: 370px;
	width: 350px;
	}

.newsBox {
	margin-top: 7px;
	border: 1px solid #BBBBBB;
	padding: 9px;
	width: 405px;
	}

.stronger {
	font-weight: bold;
	}

.supportTable {
	border: 1px solid black;
	border-collapse: collapse;
	}
	
.supportTable td {
	padding: 4px;
	vertical-align: top;
	}

.privText {
	margin-top: 32px;
	padding: 10px;
	text-align: left;
	width: 400px;
	}

/*  css for tab style interface */

#tabContentHolder {
	background-color: #CCCCCC;
	}
	
#tabContent {
	position: relative;
	left: 11px;
	top: 2px;
	width: 380px;
	}
	
#tabBox {
	border: 1px solid black;
	margin: 7px;
	padding: 7px;
	}
	
