﻿/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 10px;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8pc;
	color: #993333;

}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 170px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 169px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 0px #fff;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #993333;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 0px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 0px;
}
#contentColumn
{
	border-left-width: 0px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #fff;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}

.h2fontsize{
	
	font-size:20pt;
}
.mediumheadline 
{  
    font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
    /*font-size: small; */
    color: #993333;
    float:left;
    font-weight:bold;
    margin-left:2px;
    padding-left:7px;
    /*margin-right:50px*/
}
.newstextlarge 
{ 
    font-family:Trebuchet MS, Verdana, Arial, sans-serif; 
    /*font-size: x-small; */
    font-weight: normal; 
    color: #414141;
    padding-left:9px;
    
   
}
.articlebigtext
{
    font-family:Trebuchet MS, Verdana, Arial, sans-serif;
    color:#000000;
    font-size:1.2pc;
}
.articletext 
{
    color:#000000;
    font-family:Trebuchet MS, Verdana, Arial, sans-serif; 
    font-size:normal;
}
.articlehead 
{
    color:#000000;
    font-family:Trebuchet MS, Verdana, Arial, sans-serif; 
    font-size:1.1pc;
    font-style:normal; 
    font-weight:bold;
    text-align:left;
}
.articlesubhead 
{
    color:#000000;
    font-family:Trebuchet MS, Verdana, Arial, sans-serif;    
    font-size:small;
    font-style:normal;
    font-weight:bold;
    text-align:left;
}
.articlesmalltext 
{
    color:#000000;
    font-family:Trebuchet MS, Verdana, Arial, sans-serif;
    font-size:small;
}