/* CSS Document */

BODY {
	margin: 0 0 0 0;
	background: #FFFFFF;
}

blockquote {
	margin: 20px 20px 40px 0px;
}

.cel_back {
	background-image: url("../img/back.gif");
	background-repeat: repeat-y;
}

.sidebar1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 20pt;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 20px 25px 40px 25px;
}

p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10.5pt;
	line-height: 16pt;
	color: #4F3F3C;
}

.desc {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #d6d2d1;
}

.parMar {
	margin-top: -9px;
}

li {
	list-style: url("../img/list_arrow.gif") outside;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10.5pt;
	line-height: 16pt;
	color: #4F3F3C;
}

.header1, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	color: #266196;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

h3 { padding-top: 1em; padding-bottom: 0; margin-bottom: 0;}
h3+p { padding-top: 0; margin-top: 0; } /* collapse margin and padding when a paragraph appears immediately after a heading */
blockquote>h3 { padding-top: 0; } /* remove padding from the first level three heading that appears in the main copy area */

.header2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #266196;
	letter-spacing: 0.1em;
	margin: 5px 0px 3px 0px;
}

.header3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 7pt;
	line-height: 9pt;
	color: #4F3F3C;
	letter-spacing: 0.2em;
}

/* LINKS 
------------------------------------------------------------------------*/
.link {
	text-decoration: none;
	border-bottom: 1px dotted rgb(69,103,133);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10.5pt;
	line-height: 16pt;
/*	color: #a8451d;*/
	color: rgb(69,103,133);
}

.link:HOVER {
	text-decoration: none;
	border-bottom: 1px dotted #503E39;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10.5pt;
	line-height: 16pt;
	color: #503E39;
}

.link2 {
	text-decoration: none;
	border-bottom: 1px solid #d6d2d1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #d6d2d1;
}

.link2:HOVER {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #FFFFFF;
}

.link3 {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 20pt;
	color: #d6d2d1;
	font-weight: lighter;
}

.link3:hover {
	color: #fff;
}

p.caption a:link, p.caption a:visited {
	color: #5d4d4c;
}

.side_current {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #FFFFFF;
}

.sidenav {
	margin: 30px 0px 50px 30px;
	width: 294px;
}

.sidenav2 {
	margin: 5px 0px 10px 12px;
	width: 282px;
}

.sidenav3 {
	margin: 5px 0px 10px 12px;
	width: 230px;
}

.caption {
	text-align: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #5d4d4c;
	margin-right: 5px;
	margin-top: 5px;
}

.re {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #4F3F3C;
	line-height: 9pt;
}

.re_link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: rgb(69,103,133);
	line-height: 9pt;
}

.re_link:HOVER {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
/*	color: #d25000;*/
	color: #503E39;
	line-height: 9pt;
}

.pull {
	border-top: 1px solid #cbc7be;
	border-bottom: 1px solid #cbc7be;
}

.pp-title {
	padding: 0 0 0.3em; margin: 0;	
	font-style: italic;
}

p.pp-title + p {
	padding-top: 0; margin-top: 0;
}