
/*general page formatting*/

html,body{ height: auto; margin: 0; padding: 0; }

body 
{ 
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

.bgmaster
{
min-height: 100%;
width: 80%;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
padding-bottom: 0px;
background:url("./images/bg_shad.gif");
background-repeat: repeat-y;
}

.master 
{
width: 100%;	
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
padding-bottom: 0px;
background-color: #ffffff;
color: #5E5E5E;
}

/*breaking news formatting*/

.break 
{
display: none;
}

/*banner formatting*/

.banner
{
display: none;
}

.banner_p
{
display: inline;
width: auto;
height: auto;
}

/*menu formatting*/

.hovermenu
{
display: none;
}

/*left content div formatting*/

.content 
{
font-size: 12pt;
width: 100%; 
margin: 0; 
float: none;
padding: 0px;
}

.content h1
{
text-align:center;
color: #1F1F1F;
font-weight: bold;
font-size: 14pt;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 0px;
margin-bottom: 0px;
}

.content h2
{
text-align:left;
color: #1F1F1F;
font-weight: bold;
font-size: 12pt;
padding-top: 20px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px;
}


.leaderboard
{
display: none;
} 

/*right strip formatting*/

.strip 
{
display: none;
}

/*storypage formatting*/

.story
{
color: #1F1F1F;
}

.story h1
{
text-align:left;
color: #1F1F1F;
font-weight: normal;
font-size: 14pt;
padding-top: 15px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 2px;
}

.storyimage
{
width:1px;
float: right;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
padding-top: 0px;
font-size: 8pt;
}

/*adlink formatting*/


.adlink
{
display: none;
}

.noprint {
display: none;
}