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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #24464a;
	margin: 0; /*  zero the margin and padding of the body for differing browser defaults */
	padding: 0;
	text-align: center; /*  centers container in IE 5* browsers. The text is then set to left aligned default in  #container selector */
	color: #000000;
}
 #container {
	width: 800px;  /* 20px less than a full 800px width allows for chrome and avoids a horizontal scroll bar */
	background: #f9f3df;
	margin: 0 auto;
	text-align: left; /* overrides the text-align:center on body */
	
}

 #container .signature {font-style:italic; 
 }
 
 #container #header #headerleft {
	height: 194px;
	width: 194px;
	float: left;
}
 #container #header #headerright {
	height: 194px;
	width: 606px;
	float: left;
}
 #container #clear  {
	clear: both;
}
 #container #content #right h2  {
	color: #9d562c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 22px;
	letter-spacing:2px;
	line-height: 24px;
	margin-top: 0px;
	padding-left: 35px;
	padding-top: 50px;
}

 #container #content #right h3  {
	color: #9d562c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 18px;
	letter-spacing:1px;
	padding-left: 35px;
}

 #container #content #right h4  {
	color: #9d562c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 16px;
	margin-top: -3em;
	padding-left: 35px;
	padding-top: 50px;
}

 #container #content #right p {
	color: #5f3d33;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	padding-left: 35px;
	padding-right: 175px;
}

 #container #content #right p a {
	color: #ae4833;
	text-decoration: none;
}
 #container #content #right p a:hover {
	text-decoration: underline;
}
 #container #mainleft  {
	width: 194px;
	float: left;
	π-image: url(images/sidebar-bkg.png);
	background-repeat: repeat-y;
}
 #container #content #right {
	float: left;
	width: 606px;
	min-height: 395px;
}

 #container #content #mainleft
 {margin-top:34px;}
 
 #container #content #mainleft #nav table tr td {
	background-image: url(images/nav-up.png);
	height: 45px;
	width: 194px;
	color: #f9f3df;
	font-size: 13px;
	background-repeat: no-repeat;
}

 #container #content #mainleft #nav table tr td p {
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
 #container #content #mainleft #nav table tr td p a {
	color: #f9f3df;
	text-decoration: none;
}
 #container #content #mainleft #nav table tr .active p a {
	color: #6ad9ea;
	}


 #container #content #mainleft #nav table tr td:hover {
	background-image: url(images/nav-hover.png);
	height: 45px;
	width: 194px;

}
 #container #content #mainleft #nav table tr .active {
	background-image: url(images/nav-hold.png);
	height: 45px;
	width: 194px;
}

 #container #content {
	min-height: 395px;
	background-image: url(images/sidebar-bkg.png);
	background-repeat: repeat-y;
}
 #container #last #footerleft  {
	background-image: url(images/sidebar-bottom-bkg.png);
	float: left;
	height: 16px;
	width: 194px;
}

 #container #footer {
	color: #f9f3df;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #24464a;
	min-height:2em;
	text-align: left;
	padding-left:2em;
	padding-right: 2em;
	padding-top:0.4em;

	
}
 #container #content #right p a strong {
	color: #ae4833;
}

 #container #content #right p a {
	color: #ae4833;
	text-decoration:underline;
}

 #container #content #right p a:hover {
	color: #ae4833;
	text-decoration:none;
}

 #container #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
 #container #content #right p strong {
	color: #5f3d33;
}
 #container #content #right #content2 p {
	padding-right: 40px;
}
 #container #content #right #content2 ul li {
	font-size: 13px;
	color: #5f3d33;
	line-height: 20px;
	padding-right: 40px;
	list-style-image:url('images/list-bullet.png');
}

 #container #content #right #content2 ul {
	margin-left: 25px;
}

 #container #content #right #content2 iframe {
	margin-left: 30px;
}
.top {font-size:0.7em; color: #f9f3df; opacity:0.6; margin-top: 30px; font-weight:lighter; margin-bottom:0.6em;}

#container .bottomsidebar  {width:194px; font-size:0.6em; text-align: center; color: #f9f3df; background-image: url(images/sidebar-bottom-bkg.png); }
#container .bottomsidebar a { color: #f9f3df;}
#container .bottomsidebar a:hover { text-decoration: none;}

#footer .footer-right {float:right; }

#footer .footer-right a {color:#f8f3df; text-decoration:underline;}

#footer .footer-right a:hover {text-decoration:none;}

