

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #993300;
	text-decoration: none;
}

a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	color: #993300;
	text-decoration: underline;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/columnsides.gif);
	background-repeat: repeat-y;
}

#headlines{
  float:left;
	width: 20%;
	padding-right: 10px;
}

#content{
  float: left;
  width: 400px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

