/* CSS Document */
a:link { 
	color: #000;
	}
a:visited { 
	color: #000;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #FFF;
	background-color: #333333;

	}



#side1 {
width:226px;
margin:0 auto;
background-image:url(images/midsidebar.jpg);

}

#side1top {
background-image:url(images/topsidebar.jpg);
height:12px;
background-repeat:no-repeat;

}

#side1bottom {
background-image:url(images/bottomsidebar.jpg);
height:12px;
background-repeat:no-repeat;

}
#side1text {
padding:0 11px;
text-align:left;
}
#side2 {
border:0px solid #000;
width:224px;
margin:0 auto;
background-image:url(images/midsidebar.jpg);

}

#side2top {
background-image:url(images/topsidebar.jpg);
height:8px;
}

#side2bottom {
background-image:url(images/bottomsidebar.jpg);
height:12px;
background-repeat:no-repeat;
margin-top:22px;

}
#side2text {
padding:0 6px;
}
#subheader {
width:auto;
margin-bottom:1px;
padding:3px;
font-size:12px;
}

h3 {
border-bottom:0px solid #C8C8C8;
margin-top:0px;
text-align:center;
font-size:16px
}

h1 {
border-top:3px solid #C8C8C8;
font-size:14px;
color:#37597F;
}

h6 {
border-top:3px solid #C8C8C8;
font-size:14px;
color:#601117;
}

.sponsor {
width:140px;
height:140px;
border:1px dashed #333;
float:left;
margin-right:6px;
text-align:center;
font-size:14px

}
.sponsoravailable {
width:140px;
height:140px;
border:1px dashed #333;
float:left;
margin-right:6px;
text-align:center;
font-size:14px;
background-image:url(http://www.christianradiomagazine.com/images/crmlogo.gif);
background-repeat:no-repeat;

}
.title {
font-weight: bold;
color:#BF0085;
font-size:13px;
}
#floatr {
float:right;
}
.floatl {
float:left;
margin:5px;
}
.floatr {
float:right;
margin:5px;
}
.one {
border: solid #333;
border-width:1px 0;
background-color:#EEEEEE;
padding:5px;
height:200px;

margin-bottom:5px;
}
.boxed {
border:1px solid #000;
padding:2px;
background:#999;
}


#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid black;
padding: 2px;
background-color: #FEC689;
visibility: hidden;
z-index: 100;
text-align:left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.blue {
color:blue;
}
.gold {
color:#DBC422;
}

.boldblue {
color:#37597F;
font-weight:bold;
}

.sidebartext {
color:#000;
font-size:12px;
font-weight:normal;
}

.sendmail {
width:400px;
}