
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #3e5364;
	background: #8eadc2;
	background-image:url(img/bg_body.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fff;
	background-image:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	overflow: auto;
	

	
	
	
} 

.twoColFixRtHdr #container2 { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 
.twoColFixRtHdr #header { 
	background: #fff; 
	padding: 5px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #3e5364;
}
.twoColFixRtHdr #topmenu { 
	background: #FFF;
	background-image:url(img/bk_menu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 770px;
	height: 38px;
	padding: 2px 0px 0 0px;  
	font-weight:bold;
} 



.twoColFixRtHdr #topmenu ul{
	height: 31px;
	margin: 0;
	padding: 0 0 0 5px;
	list-style:none;
	
	
}

.twoColFixRtHdr #topmenu li{
	background: transparent url(img/nav_li.gif) center right no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	height:31px;
	
}
.twoColFixRtHdr #topmenu ul a:link, .twoColFixRtHdr #topmenu ul a:visited, .twoColFixRtHdr #topmenu ul a:hover, .twoColFixRtHdr #topmenu ul a:active {
	color: #fff;
	display: block;
	padding: 7px 10px 5px 11px;
	text-decoration: none;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:31px;

}

.twoColFixRtHdr #topmenu ul a:hover {
	color: #0262aa;
}
.twoColFixRtHdr #topmenu ul li.selected {
	background: transparent url(img/nav_current.gif) top left no-repeat; 
	background-color:#f3f6f9

}
.twoColFixRtHdr #topmenu ul li.selected a:link, .twoColFixRtHdr #topmenu ul li.selected a:visited, .twoColFixRtHdr #topmenu ul li.selected a:hover, .twoColFixRtHdr #topmenu ul li.selected a:active {
	color:#333;
	background: transparent url(img/nav_current_a.gif) top right no-repeat;	
	height:31px;
}
.twoColFixRtHdr #topmenu ul li.selected a:hover {
	color: #333;
}




.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(img/bg_sidebar.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding: 15px 0px;
	margin: 0;
	color: #3e5364;
}

.morenews
{
	padding: 5px 0 0 0 !important;
	background-image: none !important;
	font-weight:bold;
	
	
}


.twoColFixRtHdr #sidebar1 ul li p
{
	font-size:12px;
	padding:5px 0px 5px 0px;
}

.twoColFixRtHdr #sidebar1 h1{ 
	font-size:16px;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	padding:0 0 0px 0px;
	margin:10px;
}

.twoColFixRtHdr #sidebar1 h3 {
	margin:10px;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #3e5364;
}
.twoColFixRtHdr #sidebar1 ul 
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

.twoColFixRtHdr #sidebar1 li{
	background: transparent url(img/bg_subcontent.gif) bottom left no-repeat;
/*	float: left;*/
	margin: 0;
	padding: 0;
	
}
.twoColFixRtHdr #sidebar1 ul a:link, .twoColFixRtHdr #sidebar1 ul a:visited, .twoColFixRtHdr #sidebar1 ul a:hover, .twoColFixRtHdr #sidebar1 ul a:active {
	color: #3e5364;
	display: block;
	padding: 7px 10px 5px 11px;
	text-decoration: none;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.twoColFixRtHdr #sidebar1 ul a:hover {
	color: #0262aa;
}
.twoColFixRtHdr #sidebar1 ul li.selected {
	background: transparent url(img/nav_current.gif) top left no-repeat; 
	background-color:#f3f6f9

}
.twoColFixRtHdr #sidebar1 ul li.selected a:link, .twoColFixRtHdr #sidebar1 ul li.selected a:visited, .twoColFixRtHdr #sidebar1 ul li.selected a:hover, .twoColFixRtHdr #sidebar1 ul li.selected a:active {
	color:#333;
	background: transparent url(img/nav_current_a.gif) top right no-repeat;	
	
}
.twoColFixRtHdr #sidebar1 ul li.selected a:hover {
	color: #333;
}

#frontNews ul li p a
{
	color:Red;
	padding:0 !important;
	display:inline !important;
	margin:0;
	font-size:12px !important;
	
	
	
}

	

.twoColFixRtHdr #sidebar1 p {
	margin: -10px 10px 10px 10px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;

	
	
}


.twoColFixRtHdr #mainContent1 { 
	margin: 0 283px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #3e5364;
	background-color:#fff;
	
	
} 

.twoColFixRtHdr #mainContent1 a{ 
	font-size:11px;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color: #3e5364;
}
.twoColFixRtHdr #mainContent1 a:hover{ 
	
	color: #0262aa;
}

.twoColFixRtHdr #mainContent1 h1{ 
	font-size:24px;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.twoColFixRtHdr #mainContent1 h2{ 
	font-size:12px;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
}


.twoColFixRtHdr #mainContent1 p{ 
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
}

.twoColFixRtHdr #footer  
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #8eadc2 url(img/bk_content.jpg) top right no-repeat;	
	height:70px;
} 



.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	
	color: #fff;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}