/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin : 0;
	color: white;
	background-color: #004f81;
	}

/* TEXT FORMATTING */
	
.copy
	{ 
	color : #464242; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	}
	
.blackheader
	{ 
	color : #464242; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 16px; 
	font-weight : normal;  
	}
	
.blueheader
	{ 
	color : #226DB1; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : none; 
	}

.blueheadersolid
	{ 
	color : #226DB1; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
  line-height: 25px;
	font-weight : bold; 
	text-decoration: none; 
	}

.lightheader {
	color : #DFDFDF; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	line-height : 25px;
	font-weight : bold;  
	}
	
.grayheader
	{ 
	color : #BABABA; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	line-height : 25px;
	font-weight : bold;  
	}
	
a.grayheader:link
	{ 
	color : #BABABA; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	line-height : 25px;
	font-weight : bold;  
	text-decoration: none; 
	}
	
a.grayheader:visited
	{ 
	color : #BABABA; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	line-height : 25px;
	font-weight : bold;  
	text-decoration: none; 
	}
	
a.grayheader:hover
	{ 
	color : #226DB1; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	line-height : 25px;
	font-weight : bold;  
	text-decoration: none; 
	}
	
.dates
	{ 
	color : #464242; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	}
	
.greenlink
	{ 
	color : #1BC8C6; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	text-decoration : none;
	}
	
.search
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.foot
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none;  
	}
	
.foot2
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;
	text-decoration : none;  
	}
	
#news_archives{
	width:520px;
	height:720px;
	background-color: #ffffff;	
	padding : 8px, 0px, 0px, 20px; 
	overflow:auto;
	}
	
#news_full{
	width:710px;
	height:565px;
	background-color: #ffffff;	
	padding : 0px, 20px, 20px, 0px; 
	overflow:auto;
	}
	
#links{
	width:705px;
	height:710px;
	background-color: #ffffff;	
	padding : 0px, 20px, 20px, 0px; 
	overflow:auto;
	}
	
#marqueecontainer{
	position: relative;
	width: 289px; /*marquee width */
	
	height: 32px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	padding-left: 0px;
}
.scroll_div {
	border:0px;
	width: 289px;
	width/**/: 280px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
