/* CSS Document */
body {
	font: 100% "Arial", Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	
	}


/* ANCHORS */

a:link {
	font: 100% "Arial", Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {	
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;	
	font-weight: bold;
	}

a:hover {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	font-weight: bold;	
	}

a:active {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;

}
.leftimage {/* this class should be used for left hand images */
	padding:0 10px 10px 0;
	float:left;
}
.leftimage .border{ /* this class should be used for left hand image boarders */
	border: solid #000 1px;
	margin:0 0 10px 0;
}

.rightimage { /* this class should be used for right hand images */
	padding:10px 0px 10px 10px;
	float:right;
}
.rightimage .border{ /* this class should be used for right hand image boarders */
	border: solid #000 1px;
	margin:0 0 10px 0;
}
.captions {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	margin-top: 2px;
	font-style:italic;
}

.left2 { 
	 float:left;
}     

.right2 { 
	 float:right;

}   
.morenews {
    
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	padding:5px 0 30px 0;
	
	
}
.morenews a {
	
	color: #060C56;
    float:left;
	
}

.morenews a:hover, .morenews a.selected{
	
	color: #0066FF;
	float:left;
	
	
}       

.social { 
	 float:right;
	 margin-top:10px;
}     

.social2 { 
	 float:right;
	 margin-top:15px;
}     
     

.social3 { 
	 float:right;
	 margin:10px 10px 0 0;
}  
.social4 { 
width:665px;
	 padding:10px 10px 0 0;
	 text-align:right;
}    
  
#social5 {

position:relative;
top:30px;
left:10px;
float:right;
text-align:right;
	 padding:10px 10px 0 0;
	 z-index:4000;
	 
}    