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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}

/* the following are for the styling of text*/

p {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
}
p a {
	color: #0066CC;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.blueboldtext {
	color: #006699;
	font-weight: bold;
}
h1 {
	font-weight: lighter;
	color: #45a745;
	font-size: 1.5em;
}
h2 {
	font-weight: lighter;
	color: #006699;
	font-size: 1.2em;
	font-style: normal;
}
h3 {
	font-weight: lighter;
	font-size: 1em;
	font-style: normal;
	color: #666666;
}
h3  a {
	color: #0066CC;
	text-decoration: none;
}
h2 a {
	color: #0066CC;
	text-decoration: none;
}
.indent {
	margin-left: 25px;
	border-left-width: 10px;
	border-left-color: #C19E40;
	border-left-style: solid;
	padding-left: 10px;
}

.rightimage {
	clear: right;
	float: right;
	border: 1px solid #387F9D;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

