

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-image:url(images/stripe_bg.gif);
 background-repeat:repeat;
}
#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%
}
#header {
 color: #333;
 width: 880px;
 padding: 10px;
 height: 140px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #A5CEDC;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 1px;
 width: 660px;
 display: inline;
 position: relative;
}
#footer { 
 width: 880px;
 clear: both;
 color: #333;
 font-size: 11px;
 font-style: normal;
 text-align: center;
 background: #A5CEDC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

h1 {
	font-size: 16px;
	color: #666666;
	font-style: normal;
}
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: #002284;
	text-decoration: none;
	font-weight: normal;
}
ul#daily-links li a:visited{
 color: #002284;
 text-decoration: none;
 font-weight: normal;
}
ul#daily-links li a:hover{
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}
.smalltext {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
.largetext {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
p {
	padding-bottom: 13px;
} 
a {
	color: #002284;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: none;
}
