﻿


.News_Image1 
{
	float: left;
	padding: 10px;
	border:solid 0px Gray;
	margin-right:10px;
}

.News_Main_Headline
{
	float: left;
	text-align:justify;
}

.News_Box 	
{
    float: left;
	padding:5px;
	font-size:11px;
	text-align:justify;
	width:760px;
	line-height: 18px;
}
.News_Box a 
{
	line-height: 18px;
	font-size:11px;
	text-decoration: underline;
}
.News_Box a:hover {
	color: #003366;
}
.News_Headline
{
   	font-size:12px;
	text-align:justify;
	color:#548eb7; 
	font-weight:bold;
	padding:5px;    
 }


.Main_News_Box 	
{
    float: left;
	padding:5px;
	font-size:11px;
	text-align:justify;
	color:Black;	
	line-height: 18px;
}


.font_bold {
	font-weight: bold;
	font-size: 12px;
	color:#096eae;
}

a {
	color:#096eae;
	text-decoration: none;
}
a:hover 
{
    text-decoration:underline;    
}

 .News_Date
{
   	font-size:12px;
	text-align:justify;
	color:#FF6600; 
	font-weight:bold;    
	padding-right:5px;	
 }



.next{
	float:right;	
	text-align:right;
	line-height: 20px;
	padding-right: 20px;
    margin-right:10px; 
    color: #FF6600;       
    font-size:11px;
}
.previous {
	float: right;
	font-size:11px;
	line-height: 20px;
	padding-left: 20px;
    margin-left:10px;   
    text-align:left;
    color: #FF6600;
}

.redstar {
	color: #FF0000;
	font-size: 12px;
	
}
.font_orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	float: left;
}



#News_Base{
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
	padding-bottom:5px;
}

#PageContainer {
	padding: 5px;
	display: block;
}
.Remove_margin {
	margin: 0px;
	padding: 0px;
}
.Float_left {
	float: left;
}
.Float_right {
	float: right;
}

.redbar {
	background-color: #484a59;
	height: 20px;
}
.clear {
	clear: both;
	display: block;
}
.Module_box {
	margin-bottom: 5px;
}
.Module_box h2 {
	margin: 0px;
	height: 22px;
	background-color: #e8e8e8;
	background-image: url(../Site_Data/Images/box_topleftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 15px;
}

.Module_box .Module_content 
{
    width:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e8e8e8;
	border-left-color: #e8e8e8;	
	padding: 5px 0px 0px 5px;

}
.Module_boxbottom {
	background-image: url(../Site_Data/Images/Box_bottomlineBG.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 9px;
	display: block;	
}

#Page_mainCol {
	float: left;
	width: 80%;
	margin-right: 5px;
}
#Page_rightCol 
{
    vertical-align:top;
	float:right;
	width: 19%;
	margin-right: 5px;
}



