@charset "utf-8";
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #5EADCB;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
}

p, td, li {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
	line-height: 125%;
}

li { padding-bottom: 5px; }
a:link { color: #408080; font-weight: bold; }
a:visited { color: #408080; font-weight: bold; }
a:active { color: #408080; font-weight: bold; }
a:hover { color: #B0CDD2; font-weight: bold; }

.leftbg { background-image:url(images/left_bg.jpg); background-repeat:repeat-y; }
.rightbg { background-image:url(images/right_bg.jpg); background-repeat:repeat-y; }
.mainbody { margin-top: 20px; margin-left: 6px; margin-right: 20px; }
.rightcol {
	margin: 10px;
/*	padding: 8px;
	background-color: #7CBBC0;
//	border: solid 1px #C5C5C5; */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #113333;
}
.rightcol h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.rightcol h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
	margin-top: 10px;
	margin-bottom: 0px;
}
.rightcol p { margin-top: 5px; font-size: 12px; }
.rightcol li { font-size: 12px; }
a.rightcollink:link { color: #FFFFFF; font-weight: bold; }
a.rightcollink:visited { color: #FFFFFF; font-weight: bold; }
a.rightcollink:active { color: #FFFFFF; font-weight: bold; }
a.rightcollink:hover { color: #B0CDD2; font-weight: bold; }

a.rightcol2link:link { color: #333333; font-weight: bold; }
a.rightcol2link:visited { color: #333333; font-weight: bold; }
a.rightcol2link:active { color: #333333; font-weight: bold; }
a.rightcol2link:hover { color: #666666; font-weight: bold; }

.mainbody h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #408080;
}

.mainbody h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #202020;
	margin-bottom: 0px;
	line-height: 100%;
}
.nobottommargin { margin-bottom: 0px; }
.smtopmargin { margin-top: 8px; }
.smtopnobottommargin { margin-bottom: 0px; margin-top: 8px; }
.quote {
	margin-left: 40px;
	margin-right: 40px;
}
.quote p {
/*	font-family: Helvetica, Verdana, Arial, sans-serif; */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.quote p.quotee {
	font-size: 12px;
	text-align: right;
}
td img {display: block;}