@charset "UTF-8";
#container #sidebar1 .sidebarlist {
	font-size: 70%;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
h3   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: right;
	margin-top: 1em;
	text-transform: lowercase;
	font-weight: lighter;
}
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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/PerieHeader.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 135px;
	background-color: #FFFFFF;
	background-image: url(../images/PerieSidebar.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: right top;
}
#mainContent  {
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #282126;
	line-height: 1.4em;
	letter-spacing: 0.04em;
}
h2   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
}
a {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
a:visited {
	color: #003366;
}
.lead {
	font-weight: bold;
	color: #663300;
	letter-spacing: 0em;
}
#container #mainContent #footer p {
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 90%;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.indentedLine {
	padding-left: 3em;
	text-indent: 0px;
}
.photocredit {font-size: 60%}

