﻿/* CSS Document */
* font 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #646464;
	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;
}
A:link {color: #840259; text-decoration: none; }    /* unvisited links */
A:visited { color: #840259; text-decoration:none }   /* visited links   */
A:hover {color: #CB0189; text-decoration: none;
} /* user hovers over link*/
A:active{color: #BE0382;text-decoration: none;}   /* active links    */

#mcon {
	width: 1000px; 

	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. */
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 0px;
	text-align: left;
} 
#container2
{
	width: 100%; /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 0px;
	text-align: left;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header img {
	float: left;
	padding: 40px;
	width: 24px;
	max-width: 504px;
	height: 24px;
}
.ads {
	position: relative;
	top: 0px;
	left: 60px;
}


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 
{
	margin:0 78% 0 10px ; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 30%; /* top and bottom padding create visual space within this div */
	padding-right: 10px;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#MASTERContent 
{
	float:right;
	width:77%;
}

#mainContent 
{
	margin: 0 33% 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#MTOPRED 
{
 width:210px;
  float:left;
 }
#footer  
{
 float:left;
 width:100%;
background-color: #DDDDDD;
	background-image: url(~/image/footerbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
} 

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

#logo 
{
	
	height: 120px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#logo  img {
	float: left;
	padding: 1%;
	width: 50%;
	height:90%;
	max-width: 400px;
}
#headline 
{
	width:100%;
	background: url(../images/headlinebg.jpg) repeat-x left top;
	height: 32px;
	margin-bottom: 5px;
}
#linkbox 
{
	float:left;
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	background: url(images/navheadlink.jpg) repeat-x;
}
#linkbox h2 {
	color: #000;
	font: bold 16px/28px Tahoma, Geneva, sans-serif;
	padding-top: 1px;
	margin: 0px;
}
#navboxlink 
{
	float:left;
	width: 100%;
}

h2 
{
	
	color:Black;
	 font-family: Arial;
	  font-size: 14px; 
	  text-align: left;
	 text-transform: uppercase; 
	 text-decoration:none;
	padding-left: 5px;
	padding-top: 5px;
}




#headline  {
	color: #000;
	padding-TOP: 1px;
	padding-left: 0px;
}
.brakingnews {
	float: left;
	width: 70%;
	height: 32px;
	color:#990033;

}
.brakingnewsM 
{
	display: inline;
	float: right;
	color:Black;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	padding-top:5px;
		overflow:hidden;
		float:right;
	text-align:left;
}
.brakingnewsTIT 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	display: inline;
	padding-left: 5px;
	width: 17%;
	min-width:100px;
	float: left;

}
.issue {
	font: bold 9px/30px Tahoma, Geneva, sans-serif;
	color: #000;
	width: 30%;
	height:20px;
		overflow:hidden;
	float: right;
	text-align: right;
}
.linkbox {
	height: 26px;
	margin-right: 5px;
	margin-left: 10px;
	background: url(../images/navheadlink.jpg) repeat-x;
	margin-bottom: 10px;
	
}
.linkboxCopy {
	height: 26px;
	background: url(../images/navheadlink.jpg) repeat-x;
	margin: 0px 10px 15px 0;
	
}
.password {
	text-align: right;
	display: inline;
}
.form {
	height: 150px;
}
.adsbox 
{

	margin-right: 11px;
	margin-bottom: 10px;
}
img.double-border {
	border: 3px solid #ddd;
	padding: 3px; /*Inner border size*/
	background-color: #fff;
	margin-left: 10px;
}
.linkboxcenter {
	height: 26px;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../images/navheadlink.jpg) repeat-x;
	margin-bottom: 10px;
	
}
.newsbox 
{
	float:left;
	padding:3px;
	width:99%;
	margin-bottom: 10px;
}
.titlarticle {
	margin: 0px 0px 5px;
	padding-left: 5px;
	color: #333;
	font: bold 16px/24px Tahoma, Geneva, sans-serif;
}
img.article {
	border: 2px solid #ddd;
	padding: 3px; /*Inner border size*/
	background: #fff;
	margin: 7px 7px 3px 3px;
	float: left;
}
.newsbox p {
	font: 12px/14px Tahoma, Geneva, sans-serif;
	text-align: justify;
}
.mainsectionlink 
{
	float:left;
	width: 100%;
}
.FOTDIV
            {
             display:inline;
               float:left;
                font-size: 11.0pt;
                font-family: Calibri, sans-serif;
                margin-bottom: 2pt;
                width:100%;
            }
#fotlink
            {
            	 color:Blue;
               text-align:center;
                font-size: 11.0pt;
                font-family: Calibri, sans-serif;
                  margin-top: 0cm;
                margin-bottom: 2pt;
                width:300px;
            }
.FOT_LINK
            {
            	float:left;
            	 width:100px;
            	text-align:center;
                font-size: 11.0pt;
                font-family: Calibri, sans-serif;
            }
