@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #ffffff; text-decoration: underline;
}
a:active {
	color: #ffffff; text-decoration: underline;
}
a:visited {
	color: #ffffff; text-decoration: underline;
}
a:hover {
	color: #ffffff; text-decoration: underline;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 16px;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	padding-left: 18pt;
	padding-right: 18pt;
	text-align:justify;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 18pt;
}
.smalldate {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 12px;
	padding-left: 18pt;
	text-align: left;
}
.glowleft {
	background-image: url(../images/glow_left.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	width: 10px;
}
.glowright {
	background-image: url(../images/glow_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 10px;
}
.tablebg1 {
	background-color: #000000;
}
.tablebg2 {
	background-color: #1d1e21;
}
.tablebg3 {
	background-color: #2b2c31;
}
.tablebg4 {
	background-color: #666666;
}

.outerTable {
	width: 920px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
}
.innerTable {
	width: 900px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
}
.bannerCell {
	background-image: url(../images/banner1.jpg);
	height: 300px;
}
.menuCell {
	height: 47px;
}
.contentCell {
	vertical-align: top;
}
.widgetCell {
	width: 390px;
	text-align: center;
	vertical-align: top;
}
.footerCell {
	width: 390px;
}
