/* OVERALL PAGE */

body {
	background-color: #FFFFFF;
	topmargin: 0px;
	leftmargin: 0px;
	marginwidth: 0px;
	marginheight: 0px;
	}




/* PAGE ELEMENTS */

#wrapper     
	{
	visibility: visible;
    position: relative;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-left: -367px;   /* Left margin equal to half the width (-375px) minus the scrollbar width */
	top: 0px;
	left: 50%;
	z-index: 1;
	}


#wrapper_footer     
	{
	visibility: visible;
	position: absolute;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-left: -375px;   /* Left margin equal to half the width (-375px) minus the scrollbar width */
	top: 0px;
	left: 50%;
	}


#footer_content    
	{
	visibility: visible;
    position: absolute;
	text-align: left;
    left: 0px;
	top: 0px;
	width: 750px;
	z-index: 1;
	}




/* TEXT ELEMENTS */

a { color: #0082d1; text-decoration: underline;} 
a:link { color: #0082d1; text-decoration: underline;} 
a:visited { color: #0082d1; text-decoration: underline;} 
a:active { color: #0082d1; text-decoration: underline;} 
a:hover { color: #024670; text-decoration: underline;}

.news { color: #0082d1; text-decoration: none;} 
.news:link { color: #0082d1; text-decoration: none;} 
.news:visited { color: #0082d1; text-decoration: none;} 
.news:active { color: #0082d1; text-decoration: none;} 
.news:hover { color: #024670; text-decoration: none;}



hr.footer {
	border: 0;
	color: #a7daff;
	background-color: #a7daff;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 9px;
	margin-bottom: 0px;
	}


.caption { 
	font-size: 9px; 
	line-height: 11px; 
	font-family: Verdana, sans-serif; 
	color: #0082d1;
	margin-top: 5px;
	margin-bottom: 8px;
	} 



/*  4fbc25 = green  */
/*  025689 = dk blue, 0082d1 = blue, 7cc2ed = light blue, d8eefd = lighter still blue  */



