body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a {
	color: #FFFFFF;
}
a hover {
	color: #FFFF00;
}
/* navbar column background */
.leftMenu {
	background-image:   url(../images/redgradientreverse800.jpg);
	background-repeat: repeat-x;
	background-color: #FB0102;
	width: 200px;
	height: 500px;} /*navbar = (7links * (25+10)) + 30 spacer before = 255; links = ((3 links * 20) + 20 for show menu name = 70) = 295
/* html .leftMenu
width: 180px;}*/

/*menu buttons*/
.navbar {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	/*padding: 5px;*/
	position: absolute;
	left: 15px;
	top: 300px;
	width: 225px;
	font-style: italic;
}
/*fix IE navbar - only IE reads *html
* html .navbar {
width: 225px; }*/

.navbar a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	height: 25px;
	width: 225px;
	margin-top: 10px;
	text-align: center;
	vertical-align: bottom;
	display: block;
	color: #ffffff;
	background-image:   url(../images/BUTTON-rect.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navbar a:hover{
	text-decoration: underline;
	color:#000000;
	background-image:   url(../images/BUTTON-rect-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*links div under menu*/
.links {
	position: absolute;
	left: 15px;
	/*top: 585px; 300 navbar + (8links * (25+10)) + 30 spacer before*/
	top: 660px;
	width: 180px;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	text-align: left;
}
.links a {
	color: #FFffff;
	display: block;
	padding: 5px 0px;
	height: 20px;
	}
.links a:hover {
	color: #000000;
	}

/*main content cell*/
.content	{
	padding: 15px 15px 5px 75px;
	vertical-align: top;
	min-width: 550px;
	background-image:   url(../images/following.gif);
	background-repeat: no-repeat;
	background-position: 126px top;
	border-left: thick solid #666666;
	}
.content h1 {
	color: #FFFFFF;
	}
.imgMarginRight {
	margin-right: 6px;
	margin-bottom: 2px;
}
.imgMarginLeft {
	margin-left: 6px;
	margin-bottom: 2px;
}
/*for Donate and Subscribe tables*/
.blackTxt {
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
}
.xsmall {
	font-size: x-small;
}