/* CSS Document */

	body
	{
		margin-top: 10px;
		background-color:#000099;
		font-size: 14px;
		line-height: 20px;
		
	}
	
	#container
	{
		width: 780px;
		margin: 0 auto 0 auto;
		background-color:#FFFFFF;
	}
	
	#header
	{
		width: 800px; 
		height: 137px; 
	}	
	
	#menubar
	{
		vertical-align: bottom;
	}	
	
	#content
	{
		clear: both;
		width: 800px;
		min-height: 700px;
		_min-height: 700px;
	}	
	
	#footer
	{
		clear: both;
		width: 720px;
		border-top: 2px solid #CCCCCC;
		margin: 0 auto 0 auto;
		min-height: 80px;
	}	
	
	#menubar ul
	{
		margin-left: 50px;
		height: 50px;
	}		
		
	#menubar ul li
	{
		list-style-type: none;
		float: left;
		margin: 10px;
		font-weight: bold;		
	}	
	
	#header-left
	{
		float: left;
		width: 200px;
		padding: 5px;
	}	

	
	#header-right, #header-right-top
	{
		float: left;
		width: 538px;
		height: 137px;
		margin-top: 7px;
		margin-left: 10px;
	}	
	
	#header-right-top
	{
		background-image:url(logo.jpg);
		background-repeat: no-repeat;
	}	
	
	.blue-med-font
	{
		color: #0000CC;
		font-weight: bold;
	}
	
	#content-left
	{
		float: left;
		width: 200px;
	}
	
	#content-right
	{
		float: left;
		width: 560px;
		margin-left: 20px;
	}			
	
	#content-right p
	{
		padding: 10px;
		margin: 0px;
	}	
	
	#content-left ul li
	{
	
		list-style-type: none;
	}	
	
	#content-left ul li a
	{
		font-weight: bold;
	}
	
	.bmsg
	{
		width: 400px;
		padding: 5px;
		border: 1px solid #000066;
		font-size: 20px;
		background-color:#EFFDEE;
		margin-top: 0px;
	}	
	
	.hmsg
	{
		margin: 0px;
		font-size: 14px;
	}	
