a:link {
        font-weight: bold;
        text-decoration:none;
        color: #000066 
}

a:visited {
        font-weight: bold;
        text-decoration:none;
        color: #000099 
}

a:active {
        font-weight: bold;
        color:#660066 
}

a:hover {
        font-weight: bold;
        text-decoration:underline;
        color:#DD0000 
}


body {
    margin:0px 0px 0px 0px;
    background:#FFFFFF;    
}


#newsMain {
	width:700px;
	margin-top: 20px;
	position:relative;
	left: 40px;

}
#news {
	left: 0;
	width: 500px;
	position:absolute;
}



.pageTitle {
	padding: 0px;
	margin: 0px;
	background-image: url(images/top_bg.gif);
	height: 150px;
	background-repeat: repeat-x;

}


#calender {
	right: 0;
	width: 170px;
	position:absolute;

}

.updateDate {
	text-align: left;
	font-size: 12px;
	color: #333333;
	clear: right;
	line-height: 1.5em;
}
