/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.2;	
	margin-left: 25px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold; }
}
  
a:link, a:visited  {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font:"Courier New", Courier, monospace;	
}






	

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

/*content for mostly -- at top*/

#masthead{
left: 8px;
	width: 100%;
}

/*content for news -- on far left */

#content-main{
	position: absolute;
	width: 350px;
	margin: 50;
	padding: 0 3% 0 0;
	left: 53px;
	top: 245px;
	height: 450px;

}

/*content for navigation and icons  -- in middle*/

#content{
	position: absolute;
	width: 350px;
	margin: 50;
	padding: 0 3% 0 0;
	left: 430px;
	top: 246px;
	height: 450px;

}

/*content for dimes -- on far right */

#navBar{
	position: absolute;
	margin: 0 79% 0 0;
	padding-left: 10px;
	top: 1px;
	left: 810px;
	width: 200px;


}

