@charset "UTF-8";
/* CSS Document */

	#content {
		height:850px;
		top: -385px;
	}
	
	h1 {
		font-size: 0.9em;
		color: #4889a8;
		line-height: 1.6em;
	}
	
	#content p {
		font-size: 0.85em;
		line-height: 1.5em;
	}
	
	#footer p {
		font-size: 1em;
	}
	
	a:link {
		color: #3c728c;
		text-decoration: none;
	}
	
	a:visited {
		color: #3c728c;
		text-decoration: none;
	}
	
	a:hover {
		color: #3c728c;
		text-decoration: underline;
	}
	
	a:active {
		color: #3c728c;
		text-decoration: underline;
	}
	
	#newsbox p {
		font-size: 0.8em;
		line-height: 2em;
	}
	
	#newsbox {
		background-color: #badcf4;
		padding: 15px;
	}
	
	#newsbox a:link {
		color: #000000;
		text-decoration: none;
	}
	
	#newsbox a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#newsbox a:hover {
		color: #3c728c;
		text-decoration: none;
	}
	
	#newsbox a:active{
		color: #3c728c;
		text-decoration: none;
	}
	
	.border {
	 margin-left: 10px;
	 /*border: 1px solid #002fa6;*/
	}
	
	.italics {
	font-style: italic;
	}
	
	.alert {
		color: #FF0000;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.ark {
		margin-left: 10px;
	}