* {
	margin:0;
	padding:0;
	font-weight:normal;
	}
body {
	margin-top:60px;
	font-family: Georgia, Garamond, serif;
	color:#000;
	background-color:#ffffff;
	}
#box{
	width: 600px;
	padding-bottom:40px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align:center;
	}
#content{
	padding-top:40px;
	text-align:left;
	}
h1, h2, h3{
	padding:5px 0;
	}
h1{font-size:32px;font-family:Bembo, Georgia, Garamond, serif; color:#666666;}
h2{font-size:24px;}
h3{font-size:18px; color:#663333;}
p{
	font-size:14px;
	line-height:21px;
	padding:0 0 10px 0;
	}
b,strong{
	font-weight:bold;
	}
ol{
	padding: 0 0 3px 25px;
	}
 ul{
	list-style: none;
	padding: 0 0 3px 0;
	}
ol, ul, li{
	font-size:14px;
	line-height:18px;
	}

a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #8E2800;
	background: transparent; 
	}
a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #03212E;
	background: transparent; 
	}
a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #8E2800;
	background: transparent;  
	}
.bucket{
	border-bottom:dotted 1px #666666;
	}
.bucket:hover{
	background-color:#eee;
	border-bottom:solid 1px #666666;
	}
.posted{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	}
hr{ height:0; border:0; border-top:1px solid #ccc; margin:0; padding:0; margin:1em 0;}
.divider{
	padding:15px 0;
	text-align:center;
	}
.sml{
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	}
.pres{
	border:solid 1px #555555;
	padding:2px;
	}
#footerquote p{
	color:#333333;
	line-height:18px;
	font-size:12px;
	}

