body {
	margin: 0 0;
	padding: 0 0;
	font-family: verdana;
	font-size: 12px;
}

table {
	font-family: verdana;
	font-size: 12px;
}

td {
	vertical-align: top;
	}
	

#banner {
	}
	
#logoImage {

	z-index:1;
	}

#topMenu, #spacerBar, #menu, #right, .printButton, .boxBottom, #rightBar {
    display: none;
}	

#content #contentTop {
	font-weight:bold;
}

#content .contentBody { 
	width: auto;
}


#main {
	width:auto;

	}

#frontpage
{
	
	text-align: left;
}

#frontpage .frontPageLeft 
{
	border-bottom: dotted 2px #999;
	border-right: dotted 2px #999;
}

#frontpage .frontPageRight,  #frontpage .frontPageWide
{
	border-bottom: dotted 2px #999;
}

#frontpage .frontPageLeft, #frontpage .frontPageRight
{
	width: auto;
}
#frontpage .frontPageWide
{
	width: auto;
}
#frontpage .frontPageRight
{
	padding-left: 4px;
}
#frontpage .frontPageLeft
{
	padding-right: 5px;
}

#frontpage .frontPageLeft .articleTop, #frontpage .frontPageRight .articleTop
{
    display:none;
}

#frontpage .frontPageWide .articleTop
{
    display:none;
}

#frontpage .articleBottom .readMore
{
    display: none;
}

#frontpage h4
{
	font-size: 12px;
	padding: 0px 0 0 5px;
	margin: 0 0;
}

#frontpage h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 2px 0;
}

#frontpage td
{
	padding-bottom: 8px;
	padding-top: 7px;
}

#article h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Gill Sans MT;
	margin-bottom: 0px;
	}

#article h2 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	}

#article .leadin {
	font-weight: bold;
	margin-bottom: 12px;
	}

#article .author, #article .date  {
	color: #666;
	font-size: 9px;
	}
	
#article .author a {
	color: #666;
	text-decoration: none;
	}
	
