/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
a:link{
	text-decoration:none;
	color:#912727;
	}
a:visited{
	text-decoration:none;
	color:#912727;
}	
a:hover, a:active{
	text-decoration:none;
	color:#912727;
}
img{
	border:0;
}	
ul{
	list-style:none;
}
body{
	background-color:#fff4bf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width:960px;
	padding:10px 20px;
	background-color:#FFFFFF;
	border-top:9px solid #dc006b;
}
#header{
	width:960px;
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
}
#middlearea{
	width:960px;
	clear:both;
	padding:30px 0 20px 0;
}
#footer{
	width:960px;
	clear:both;
}
#logo{
	float:left;
	padding:20px 0 15px 0;
}
#date{
	float:right;
	padding:77px 15px 0 0;
	font-size:10px;
}

#leftcol{
	width:598px;
	float:left;
}
#latestissue{
	width:598px;
	background:#ccf7fe;
	margin:5px 0 0 0;
	float:left;
}
#latestissuetext{
	padding:20px 20px 0 20px;
	line-height:1.5;
}
#latestissuetext p{
	padding:0 0 20px 0;
}
#latestissuetext h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#d4007e;
	padding:0 0 20px 0;
}

#latestissuetext p{
	font-size:14px;
	line-height:1.3;
	float:left;
}
#latestissuetext p.inner{
	width:325px;
	float:right;
}
#latestissuetext img{
	float:left;
	width:208px;
	margin:0 0 20px 0;
}


.smallertitle{
	font-size:16px;
	color:#333333;
}
#text{
	width:598px;
	float:left;
	padding:15px 0 40px 0;
}
#text h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	border-bottom:6px solid #dc006b;
	color:#dc006b;
	padding: 0 0 8px 0;

}
#text p{
	font-size:12px;
	line-height:1.5;
	padding:10px 0 0 0;
}
#text p.intro{
	font-size:16px;
	padding:5px 0 0 0;
}
#text a{
	color:#dc006b;
}

#text .welcometxt{
	font-size:20px;
	padding:20px 0 0 0;
	}
	
#rightcol{
	width:345px;
	float:right;
}
#contact{
	float:left;
	width:345px;
	padding:0 0 17px 0;
}
ul.tabbernav li a{
 background: #fabfe2;
}
ul.tabbernav li a{ color: #ef269d; }
.tabberlive .tabbertab {
height:230px;
}
.tabbertab ul{
	color:#555555;
	line-height:1.4;
	padding:15px 0 0 10px;
}
.tabbertab ul li{
	padding:0 0 10px 0;
}
.pink{
	color:#dc006b;
}
#links{
	width:345px;
	float:left;
}
#links h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 0 5px 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#d4007e;
}
#linkscontent{
	float:left;
	padding:0 0 0 11px;
	line-height:1.5;
}
#linkscontent a{
	color:#dc006b;
}
#linkscontent ul li{
	padding:10px 0 0 0;
}



#pinkarea{
	float:left;
	width:960px;
	background-color:#feecf6;
	height:29px;
	border-top:1px solid #ccc;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
}
#pinkarea ul li{
	display:inline;
	color:#666666;
	padding:0 0 0 17px;
}
#pinkarea ul li a{
	color:#ec008c;
}
#com{
	width:960px;
	font-size:10px;
	color:#888888;
}
#com a{
	color:#888888;
}
