@charset "UTF-8";
/* CSS Document */

body {
background-image:url("logo.jpg");
background-repeat: no-repeat;
background-attachment:fixed;
background-position:0px 0px;
font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 12px;
text-align:center;
}

a:link {
color: #4f751e;
text-decoration:none;
}

a:visited {
color: maroon;
text-decoration:none;
}

a:hover {
color: red;
text-decoration:none;
}

hr {
	width: 100%;
	border: none 0;
	border-top: 1px dotted #000;
	height: 1px;
	color:#999999;
}
p {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12-x;
}

h2 {
	padding-left:23px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	letter-spacing: 0.2em;
font-weight:bold;
	font-size: 14px;
}
h3 {
	padding-left:23px;

font-family: "Lucida Grande", "Lucida Sans", arial, sans-serif;
font-size: 12px;
letter-spacing: 0.2em;
font-weight:bold;
}

p.indent { 
text-indent: -23px; padding-left: 23px; 
}

p.none {
padding-left: 23px; 
}
.number {
color:#c7b69d;
}
blockquote {
margin-left:52px;
}
#wrapper {
padding:15px;
margin:0 auto;
text-align:left;
width:750px;
border-left:40px solid maroon;
}
#breadcrumb {
text-align: left;
margin: 0 auto;
width:750px;
padding-left:40px;
}
