		body
		{
			background-image: url(/images/site/bg_tile.gif);
			background-color: #DDE9F4;
			padding: 0;
			text-align: center;
			margin: 0;
			font-family: verdana, arial, sans serif;
			font-size: 12px;
			color: #020202;			
		}
		#mainTable
		{
			width: 780px;
			text-align: left;
			border-left: 1px solid #020202;
			border-right: 1px solid #020202;
			border-bottom: 1px solid #020202;
			background-color: #fff;
			margin: auto;
		}
		.sidenavTD
		{
			width: 179px;
			background-color: #5390C7;
			/* background-image: url(/images/site/2_sidebar/1.jpg); */
			background-repeat: no-repeat;
			background-position: top left;
			font-family: verdana, arial, sans serif;
			font-size: 11px;
			color: #fff;
		}
		#titleBar
		{
			border-bottom: 1px solid #999999;
			height: 73px;
		}
		#navBar
		{
			height: 50px;
			font-family: verdana, arial, sans serif;
			font-size: 11px;
			color: #ccc;
		}
		#mainContent
		{
			height: 500px;
			width: 579px;
			padding-left: 10px;
			padding-right: 8px;
			padding-bottom: 15px;
			font-family: verdana, arial, sans serif;
			font-size: 12px;
			color: #020202;
		}
		#divHeader
		{
			color: #5390C7;
			font-size: 12px;
			font-weight: bolder;
			margin-bottom: 10px;
		}
		table
		{
			font-size: 11px;
		}
		
		.articleTitle 
		{
			font-size: 11px;	
			font-weight: bold;
		}
		.articleDate 
		{
			margin-bottom: 5px;
		}
		.articleText 
		{
			font-size: 10px;	
		}
		.formField 
		{
			font-size: 11px;	
		}
		.alertText 
		{
			color: Red;	
		}