/* @group Tags */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #1a212e;
	font-size: 14px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #e5eff4 url(images/PLSbgblue.gif) repeat-y center;
}
tealbody {
	color: #49757f;
	font-color: #49757f;
	font-size: 14px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #e5eff4 url(images/PLSbgblue.gif) repeat-y center;
}

p {
	margin-bottom: 10px;
	color: #000;
}

h1 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #35484d;
	line-height: 1.1em;
}

h2 {
	color: #c94720;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.15em;
	margin-bottom: 8px;
}

h3 {
	color: #49757f;
	font-weight: bold;
	font-size: 130%;
	margin-top: 30px;
	margin-bottom: 4px;
}

h4 {
	color: #c94720;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 4px;
	font-style: italic;
}

h5 {
	font-size: 108%;
	margin-top: 10px;
	margin-bottom: 0px;
}

h9 {
	color: #49757f;
	font-size: 100%;
	line-height: 1.15em;
	margin-bottom: 8px;
}

#mainbody ul, #mainbody ol {
	margin-bottom: 14px;
}

#mainbody ul li {
	list-style: url(images/brnBullet.gif);
	margin-left: 40px;
}

#mainbody ol li {
	margin-left: 40px;
}

sup {
	font-size: .76em;
	vertical-align: super;
	line-height: 1.4em;
}

/* @end */

/* @group Structure */

#bodycontainer {
	padding-top: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/PLSheader.gif) no-repeat center top;
	border-right: 1px solid #71a1ca;
	text-align: center;
}

#plslogo {
	position: relative;
	top: 65px;
	text-align: center;
	height: 48px;
	width: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#mainbody {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	position: relative;
	top: 110px;
	text-align: left;
}

#copyright {
	font-size: .85em;
	line-height: 1.3em;
	border-top: 1px solid #d1d9dc;
	margin-top: 40px;
	overflow: auto;
	margin-bottom: 70px;
	padding-top: 6px;
	padding-bottom: 60px;
	color: #4c5669;
}

/* @end */

/* @group Logo */

#plslogo h1 {
	color: #25426e;
	margin: 0;
	padding: 0;
	position: relative;
	height: 48px;
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
}

#plslogo h1 span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(images/PLSlogoFont.gif) no-repeat center top;
	left: 0px;
}

/* @end */

/* @group General class styles */

.header {
	margin-bottom: 42px;
	margin-top: 0px;
}

.nospace {
	margin: 0;
	padding: 0;
	color: #000;
}

.rule {
	border-bottom: 1px solid #97c8bf;
	margin-bottom: 10px;
}

.horizrule {
	border-bottom: 1px solid #d1d9dc;
	margin-top: 40px;
	margin-bottom: 20px;
}

.redbold {
	font-weight: bold;
	color: #b13e1c;
}

.pagenav {
	padding-left: 20px;
	list-style: url(images/purplrbulletlight.gif);
	padding-bottom: 20px;
}

.floatleft {
	float: left;
	width: 110px;
	height: 149px;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatimg {
	float: left;
	margin-right: 20px;
}

.listspace {
	padding-bottom: 10px;
}

.lisp li {
	padding-bottom: 6px;
}

.quoteauthor {
	font-style: italic;
	margin-top: -6px;
	text-indent: 40px;
}

.small {
	font-size: 11px;
	line-height: 1.4em;
}

.plstiny {
	font-size: 9px;
}

.bottomlinks {
	color: #f2cf57;
	margin-top: 20px;
	font-size: .9em;
}

.bottomlinks a {

}

.bottomlinks a:hover {

}

/* @end */

/* @group Specific class styles */

.plsboxbody {
	background: #fef3c1;
	border: 1px solid #f2bc00;
	padding: 5px 25px 5px 25px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #2a3133;
}

.plsboxleft {
	background: #fef3c1;
	border: 1px solid #f2bc00;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: left;
	color: #2a3133;
	padding: 12px 25px;
}

#mainbody .plsboxleft ul {
	padding: 0;
	margin-bottom: 2px;
}

#mainbody .plsboxleft ul li {
	padding-bottom: 8px;
	margin-left: 30px;
}

.poem {
	border-top: 1px solid #d1d9dc;
	border-bottom: 1px solid #d1d9dc;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #455252;
}

.poem p {
	margin-left: 10px;
	font-style: italic;
}

.poem h5 {
	margin-left: 10px;
}

.plsbullet {
	padding-top: 8px
}

.schedule {
	font-size: 85%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #b3c5cb;
	border-left: 1px solid #b3c5cb;
	width: 500px;
}

.schedule td {
	padding: 6px 12px 6px 12px;
	border-right: 1px solid #b3c5cb;
	border-bottom: 1px solid #b3c5cb;
}

.sched90, .schedbg90 {
	width: 90px;
}

.sched70, .schedbg70 {
	width: 70px;
}

.schedbg, .schedbg90, .schedbg70 {
	background-color: #e0ecf1;
}

.odd {
	background-color: #ffffff;
}

.even {
	background-color: #e0ecf1;
}

.schedule ul {
	list-style: url(images/aquabullet.gif);
	padding-left: 0px;
	margin-left: 28px;
	margin-top: 6px;
	margin-bottom: 8px;
}

.smallnote, .smallnoteneg {
	font-size: 11px;
	line-height: 1.4em;
	font-style: italic;
	margin-bottom: 30px;
}

.smallnoteneg {
	margin-top: -20px;
}

/* @end */

/* @group Link styles */

:link {
	color: #b86208;
	text-decoration: underline;
}

:visited {
	color: #c9966c;
}

:link:hover, :visited:hover {
	color: #900;
}

:link:active, :visited:active {
	color: #c90;
}
.quoteindent {
	margin-left: 40px;
}

/* @end */

