/* CSS Document */

body, p, td, ul, li, ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
	
a { 
	color: #4880D3; 
}

a:link {
	color: #4880D3;
	text-decoration: none;
}

a:visited {
	color: #4880D3;
	text-decoration: none;
}

a:hover {
	color: #9B4606;
	text-decoration: none;
}
	
#page {
	display: block;
	width: 600px;

}

#topheader {
	display: block;
	white-space: nowrap;
}

#topnav {
	display: block;
	text-align: right;
}

#leftnav {
	width: 160px;
	padding: 20px 0px 0px;
	margin: 0px;
	font-size: 9pt;
	text-align: left;
}

#leftnav li { 
	font-size: 95%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px 0px;
	margin: 0px;
	list-style: none;
	color: #9b4606
}

#leftnav li ul { 
	padding: 0px 0px 5px 5px;
	margin: 0px;
	border-bottom: 0px;
}

#leftnav li ul li { 
	border-bottom-width: 0px;	
}

#leftnav a { 
	color: #4880D3;
}

#leftnav a:link {
	color: #4880D3;
	text-decoration: none;
}

#leftnav a:visited {
	color: #4880D3;
	text-decoration: none;
}

#leftnav a:hover {
	color: #9B4606;
	text-decoration: none;
}

#content {
	width: 414px;
	padding: 15px 0px 0px 20px;
	margin: 0px;
	font-size: 9pt;
	text-align: justify;
	color: #534E46;

}
#content2 {
	width: 416px;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	font-size: 8pt;
	text-align: justify;
	color: #534E46;

}

#intro {
	display: block;
	width: 500px;
}

#intro p {
	color: #534E46;
	text-align: justify;
}

#img {
	font-style: italic;
	color: #9B4606;
	font-size: 95%;
	margin-left: 5px;
	width: 150px;
	background: #FFFFFF;
	padding: 3px;
	text-align: left;
}

.imgv {
	width: 160px;
}

.imgh {
	width: 220px;
}

#img .credit {
	font-style: italic;
	color: #666666;
	font-size: 90%;
}

#img .thumb {
	text-align: center;
}

.heading {
	color: #9B4606;
	font-size: 10pt;
	font-weight: bold;
}

.answer {
	color: #4880d3;
	text-decoration:underline;
	font-weight:bold;

}

.box {
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 10px;
	padding: 5px;
}

.quote {
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFEE;
	margin: 10px;
	padding: 10px;
	text-align: left;
}

#footer {
	display: block;
	clear: both;
}

p {
	text-align: justify;
	font-size: 9pt;
}
.p2 {
	/*text-align: justify;*/
	font-size: 8.3pt;
	font-weight: bold;
	font-stretch:condensed;
	font-size-adjust:-1;
	
	
	
}

.nojustify {
	text-align: left;
}

.noindentul {
	list-style-type: square;
    padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

