/* CSS Document */

a			{
			color: #4d7488;
			}
a:hover			{
			color: #727272;
			text-decoration: none;
			}

#content	{
			background:url(images/contentBottom.gif) bottom no-repeat;
			font-size:14px;
			font-family:"Times New Roman", Times, serif;
			color:#2b3c45;
			padding: 5px;
			text-align:justify;
			}
#header		{
			font-size: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			margin-left: 10px;
			}
#newsflash	{
			
			font-size:14px;
			font-family:"Times New Roman", Times, serif;
			color:#2b3c45;
			margin: 10px;
			margin-top: 10px;
			overflow:hidden;
			height: 100px;
			}
#news		{
			font-size:14px;
			font-family:"Times New Roman", Times, serif;
			color:#2b3c45;
			margin: 10px;
			}
#links		{
			font-size:14px;
			font-family:"Times New Roman", Times, serif;
			color:#2b3c45;
			margin: 10px;
			}
.textjustify{
			text-align:justify;
			}