

* { padding: 0; margin: 0; }

body {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#faux {
 background: url(images/faux1.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#rightcolumn { 
 color: #000000;
 margin: 10px;
 padding: 1px;
 width: 800px;
}

#navigation, #footer, #leftcolumn, #header, .noprint { display: none; }

.clear { clear: both; background: none; }

h1 {
	font-size: 16pt;
	color: #000000;
}
ul#daily-links li {
	list-style: square;
	margin-left: 16px;
	font-size: 11px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}
ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}
.smalltext {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
.largetext {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
p {
	padding-bottom: 13px;
} 
a {
	color: #0000FF;
	text-decoration: underline;
}


