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

body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #ABD9F5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #003399;
}
.bghome {
	background-image: url(images/side_read.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgabout {
	background-image: url(images/side_celebrate.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bglink {
	background-image: url(images/side_listen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container .bgnews {
	background-image: url(images/side_read.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgprogram {
	background-image: url(images/side_talk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bginfo {
	background-image: url(images/side_play.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0;
	display:block;
}
	
#container #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	background:#FFF;
} 
.wrapper #footer { 
	padding: 0 0 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 750px; 
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.main_img {
	background:#FFFFFF;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15pt;
	width: 540px;
	float:right;
	margin-right: 10px;
} 
.content_text {
	padding: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15pt;
	width:500px;
} 

.content_text h3{
	font-weight:bold;
	font-size: 14px;
} 

h4{
	font-weight:bold;
	font-size: 12px;
} 

.content_text a,visited,active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1pt;
	color:#6699CC;
	text-decoration: underline;
}
.content_text a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.about_text {
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15pt;
	width: 540px;
	float:right;
	background-image: url(images/about_img.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height:523px;
} 

.page_title {
	display: block;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	text-indent: 10px;
	margin-bottom:0;
	padding:0;
	color: #FFCC00;
	background:#003399;
}

.footer_text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1pt;
	color:#003399;
	text-decoration:none;
} 

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-size:12px;
	color:#003399;
	text-decoration:none;
}

.footer_text a:hover {
	color:#FF0000;
	text-decoration:none;
} 
.footer_text a:active {
	color:#FF0000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
} 

.footer_over {
	color:#FF0000;
	text-decoration:none;
}

.copyright_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing: 0.75pt;
	color:#003399;
	text-decoration:none;
	width:160px;
	margin: 10px;
}

.menu {
	overflow: visible;
	position: relative;
	z-index: 999;
	margin:0;
	padding:0;
}

.navitem a,visited,active {
	display: block;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	text-indent: 10px;
	margin-bottom:0;
	padding:0;
	background:#ABD9F5;
}
.navitem a:hover{
	display: block;
	font-weight: bold;
	color: #FFCC00;
	background:#003399;
	text-decoration: none;
	margin-bottom:0;
	padding:0;
}

.subnavitem a,visited,active {
	width: 220px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	text-indent: 10px;
	text-align:center;
	float:left;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	margin-left: 20px;
	color:#0033CC;
	background:#99CCFF;
	margin-bottom:-3px;
	margin-top: 0px;
	padding:0;
	margin-right: 0px;
}
.subnavitem a:hover{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0033CC;
	text-align:center;
	background:#FFFFCC;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:-3;
	margin-top: 0;
	padding:0;
	margin-right: 0px;
	margin-left: 20px;
}

.listex a,visited {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
	font-weight: bold;
	width: 180px;
	display:block;
	height: 23px;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px; 
	margin: 0;
	padding: 0;
}
.listex a:hover,active{
	font-weight: bold;
	color: #FFCC00;
	background:#003399;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.add_left_sp {
	padding-left: 18px;
}
