/* CSS Document */
/* 

****************
****************
****************

This section is for the index and general stuff

****************
****************
****************
*/
body {
	background-color: b9b8b8;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
img
{  border-style: none;
}

.toprow{
	background-image:     url(/images/topheadBG.gif);
}
.page{
	background-color: #FFFFFF;
}

.bannerbox{
	background-image:     url(/images/bannerBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;

}

/* backroom link */
.toptext {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.toptext:link {
	text-decoration: none;
	color: #97AFEA;
}
a.toptext:visited {
	text-decoration: none;
	color: #97AFEA;
}
a.toptext:hover {
	font-weight: bold;
	color: #57B1E8;
}
a.toptext:active {
font-weight: bold;
	color: #57B1E8;
	text-decoration: none
	}

/*whats on the air*/
.airtext{
	background-image:     url(/images/airBG.gif);
}

/*controls the background and border 
used for the "main" text box of any page, the one with the green heading */
.maintextbox{
	background-image:     url(/images/maintextbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

.newstextbox{
	border-bottom: 2px solid #4E9258;

}

/*words under Listen Live! and Get Involved*/
.lefttext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-top: 2px;
}
/*used for things like Listen Live! and Get Involved, or other relevent text
boxes for whichever page is active*/
.lefttextbox{
	background-color: #FFFFFF;
	background-image:     url(/images/lefttextBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: c0c0c0;
	border-right-color: c0c0c0;

	border-left-color: c0c0c0;
	}
	
/*Main text box text*/
.maintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;

}
.mainhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #336600;
	font-weight: bolder;

}


/*news text*/
.headline{

	font-size: 15px;
	font-weight: bold;
	color: #336600;


}
.subline{
	font-size: 11px;
	font-weight: bold;

}



/*bottom text*/
.bottext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	color: #FFFFFF;

}

a.bottext:link {font-weight: bold;
text-decoration: none}
a.bottext:visited {text-decoration: none}
a.bottext:hover {
	color: #99b5fc;}
a.toplinks:active {
	color: #99b5fc;
	text-decoration: none
	
}
	
/*making sure there's no decoration on the top row of links */
a.toplinks:link {text-decoration: none}
a.toplinks:visited {text-decoration: none}
a.toplinks:hover {text-decoration: none}
a.toplinks:active {
	text-decoration: none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	
}

/* 

****************
****************
****************

This section is for the specific pages

****************
****************
****************
*/
.subhead{
	color: #339900;

}

a.maintextbox:link {
text-decoration: none;
color: #a000b8;}
a.maintextbox:visited {text-decoration: none;
color: #a000b8;}
a.maintextbox:hover {
font-weight: bold;
	color: #490054;}
a.maintextbox:active {
font-weight: bold;
	color: #490054;
	text-decoration: none
	
}

.maintext a:link {
text-decoration: none;
color: #a000b8;}
.maintext a:visited {text-decoration: none;
color: #a000b8;}
.maintext a:hover {
font-weight: bold;
	color: #490054;}
.maintext a:active {
font-weight: bold;
	color: #490054;
	text-decoration: none
	
}

a.lefttext:link {
text-decoration: none;
color: #000000;}
a.lefttext:visited {text-decoration: none;
color: #000000;}
a.lefttext:hover {
font-weight: bold;
	color: #84708a;}
a.lefttext:active {
font-weight: bold;
	color: #84708a;
	text-decoration: none
	
}

.intquote_r{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	width: 100px;
	float: right;

}

.intquote_l{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	width: 100px;
	float: left;

}