@charset "utf-8";
/* css document */

body {
    color: #3a3a3a;
    line-height: 1.4em;
    font-family:tahoma, verdana, arial, helvetica;
    text-align: center;
    padding: 0px;
    font-size: 11px;
    margin: 0px 0px 0px;
    padding-top: 10px;
}
.body {
    /* background-color: #eff5ff */
	/* background-color:#eeffdd */
	background-color:#f8fbea;
}

.frame { /* same as the wrap */
    background-color: #ffffff;
    width: 1005px;
    text-align: left;
	position: relative;
}
.wrap { /* same as the wrap */
    background-color: #ffffff;
    width: 1003px;
    text-align: left;
	position: relative;  
}

.header {
    background-repeat: no-repeat;
    height: 85px; 
    
    background-image:url(../images/banner.jpg); 
    
  background-position: left center;
}

.pagecontent {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px
}
.pagecontent table {
	
}
.lhscol { /* the left hand side containter and primary content holder */
    padding-right: 10px; 
    padding-left: 10px; 
    float: left; 
    padding-bottom: 10px; 
    width: 698px; 
    padding-top: 10px;
    text-align:left;
}
.rhscol { /* the right hand side containter */
    padding-right: 10px; 
    padding-left: 10px; 
    float: right; 
    padding-bottom: 10px; 
    width: 265px; 
    padding-top: 10px;
    float:right;
	color:#297390;		
}
.lhscolcontent { /* the lhscoltab */
	border-right: #e7e7e7 1px solid;
	border-top: #e7e7e7 1px solid;
	border-left: #e7e7e7 1px solid;
	width: 692px;
	border-bottom: #e7e7e7 1px solid;
	padding-top: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.newsbox p {
    margin: 0px 0px 15px
}
.newsbox .text {
    padding-right: 15px; 
    padding-left: 15px; 
    padding-bottom: 11px; 
    width: 230px; 
    /*color: #374fa0;
	color:#297390; */
	color:#297390;
    padding-top: 11px; 
    height: 100%;
	
    /*	background-color: #f4f9fe; */
	/*  background-color:#eeffdd;*/
	background-color:#f8fbea;
}
.newsbox .bullet {
    float: left; width: 20px
}
.newsbox .item {
    float: left; width: 215px;
}
.newsbox .title {
    padding-right: 0px; padding-left: 0px; font-weight: bold; padding-bottom: 5px; 
	/*color: #333399; */
	padding-top: 0px
}
.newsbox .title a {
    text-decoration: none
}
.newsbox .more {
    padding-right: 0px; padding-left: 0px; padding-bottom: 25px; padding-top: 5px
}
.newsbox .more a {
    /*color: #0e38c5; */
	 text-decoration: none
}
.newsbox a {
    /*color: #333399 */
}

h1 {
    font-weight: bold; 
    font-size: 12px; 
/*    color: #0e38c5 */
	color:#297390;

}
.trail {
	padding-right: 11px;
	padding-left: 11px; padding-bottom: 5px;
	color: #b3c7e5; padding-top: 5px;
	background-color: #f8fbea
}
.trail a {
	color: #4370b5; text-decoration: none
}
.pagename {
	padding-right: 0px; padding-left: 0px; font-weight: bold; 
	font-size: 12px; padding-bottom: 4px;
	color: #0d46a0; padding-top: 0px; border-bottom: #d0dbec 2px solid
}
#footer {
    clear: both; font-size: 82%;
    background-color:#ffffff;
}
#flash_banner {
	padding-bottom:15px;
} 


/***Used to swap the left to the right and visa versa***/

.lhscolProd { /* the left hand side containter and primary content holder */
    padding-right: 10px; 
    padding-left: 10px; 
    float: right; 
    padding-bottom: 10px; 
    width: 698px;  /* 648*/
    padding-top: 10px;
    text-align:left;
}

/*
.rhscolProd {
    padding-right: 10px; 
    padding-left: 10px; 
    float: left; 
    padding-bottom: 10px; 
    width: 265px; 
    padding-top: 10px;
    float:left;
	color:#297390;		
}
*/