@charset "utf-8";
/* CSS Document */

body	{
		 background: #ffffff;
		 font-family: Geneva, Arial, Helvetica, sans-serif;
		 size: .8em;
		 }
		 
p	{font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: .75em;
	 }
	 
h4	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-color: #CC0033;
	color: #CC0033;
	margin-bottom: 0px;
	 }
	 
A:link	{color: #00307c;
		 text-decoration: underline;
		 font-weight: bold;
		 }
A:active	{color: #00307c;
			 text-decoration: underline;
			 font-weight: bold;
			 }
			 
A:visited	{color: #00307c;
			 text-decoration: none;
			 font-weight: bold;
			 }
			 
A:hover	{color: #ce006d;
		 text-decoration: underline;
		 font-weight: bold;
		 }
	

.bulleted-facts {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	text-indent: 0px;
	font-size: 12px;
	padding-bottom: 6px;
}
#container	{
			 background: url(images/content_bg.jpg);
			 width: 940px;
			 height: 840px;
			 margin-left: auto;
			 margin-right: auto;
			 margin-bottom: 10px;
			 margin-top: -15px;
			 }

#header	{
	background-image: url(images/header_bg.png);
	width: 100%;
	height: 200px;
	margin: 10px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left;
		 }
		 
#navigation	{
			 background-color: #00307c;
			 width: 900px;
			 height: 30px;
			 }
			 
#info	{
	float: left;
	background: none;
	width: 90%;
	height: 550px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -10px;
	margin-bottom: 10px;
		 }
			 
#content_left	{
				 float: left;
				 width: 24%;
				 height: 350px;
				 margin-right: 20px;
				 margin-left: 27px;
				 margin-top: -15px;
				 border-right: 1px dashed #5c5d60;
				 }
				 
#content_center img	{
	 				 padding-left: -25px;
	 				}
				 
#content_right	{
	float: right;
	width: 33%;
	height: 350px;
	margin-left: 20px;
	margin-top: -15px;
	margin-right: 20px;
	border-left: 1px dashed #5c5d60;
				 }
#footer	{
		 float: left;
		 background: #000000;
		 width: 100%;
		 height: 36px;
		 padding-bottom: 16px;
		 margin-top: 20px;
		 margin-bottom: 0px;
		 }
		 
#footer A:link	{color: #ffffff;
		 text-decoration: none;
		 font-weight: bold;
		 }

#footer A:active	{color: #ffffff;
			 text-decoration: none;
			 font-weight: bold;
			 }
			 
#footer A:visited	{color: #ffffff;
			 text-decoration: none;
			 font-weight: bold;
			 }
			 
#footer A:hover	{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	text-indent: 200px;
		 }
		 
.newsclip	{
			 border-bottom: 1px solid #a4c2c2;
			 }
			
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
h5 {
	background-color: #FFFF66;
	border: thin solid #FFFF66;
}
#info_longer {
		 float: left;
		 background: none;
		 width: 95%;
		 height: 572px;
		 margin-left: 40px;
		 margin-right: 40px;
		 margin-top: -5px;
}
#info_longer_yet {
		 float: inherit;
		 background: none;
		 width: 90%;
		 height: 800px;
		 margin-left: 60px;
		 margin-right: 40px;
		 margin-top: -15px;
}
