@charset "utf-8";
/* CSS Document */

body {
	background-color: #200000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	background-image:url(../images/sidebar_stripes_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Body Text */
.pageContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* Footer Text */
.footer {
	background-image:url(../images/sidebar_stripes_bg.png);
	background-repeat: repeat-y;
	background-position: left top;font-family: Verdana, Arial, Helvetica, sans-serif;
}

.foottext {
	font-size: 12px;
	color: #cccccc;
}

/* Navigation Menu */
.navmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.navmenu:link {
	text-decoration: none;
	font-weight: bold;
}
.navmenu:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
.navmenu:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.navmenu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

/*advertising links*/
.advert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.advert:link {
	text-decoration: none;
}
.advert:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.advert:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.advert:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*body*/
.bodylink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.bodylink:link {
	text-decoration: none;
}
.bodylink:visited {
	text-decoration: none;
	color: #BB0000;
}
.bodylink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.bodylink:active {
	text-decoration: none;
	color: #FFFFFF;
}