/* Print CSS Document */
*{
	margin:0px;
	padding:0px;
	border: 0px
    }
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	overflow: -moz-scrollbars-vertical;
	background: url(../images/back2.png) repeat-x top;
	margin-bottom: 10px;
}
#wrapper
{
	text-align:left;
	background:#FFFFFF url(../images/backNav.gif) repeat-y left top;
	max-width: 1200px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header
{
	display: none;
}
p{
	line-height:1.5em;
	color: #24486C;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 0.6em;
	margin-left: 0;
	}
#content-wrapper
{
	float:left;
	width:790px;
	background-repeat: repeat-x;
	background-position: left top;
}
#content-wrapper2
{
	float:left;
	width:950px;
	background-repeat: repeat-x;
	background-position: left top;
}
#content-inner
{
	width:615px;
	margin-bottom: 15px;
	background-image: url(../images/acorns.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wide
{
	width:773x;
	float:right;
}
#navigation
{
display: none;
}

#content-inner ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content-inner li {
	font-size: 95%;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 25px;
}
#related{
display: none;
}
#footer{
	display: none;
}
#content-inner a {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9798D0;
	color: #9798D0;
}	
#content-inner h1 {
	color: #6C6ABD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9897D1;
	}
#content-inner h2 {
	color: #6C6ABD;
	background-color: transparent;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	}
#content-inner h3 {
	color: #6C6ABD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	}

blockquote {
	font-size: 95%;
	color: #FFFFFF;
	width: 595px;
	background-image: url(../images/quoleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DBE2FD;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.block {
	font-size: 95%;
	margin: 0;
	color: #FFFFFF;
	width: 126px;
	background-image: url(../images/backHead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4D4DB1;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 2px solid #8999C9;
}
.block div {
	padding: 0px;
	background: none;
	align: center;
	color: #FFFFFF;
}
blockquote p{
	color: #4E5EBD;
	font-size: 105%;
}
blockquote div {
	padding: 15px 20px 15px 60px;
	background: transparent url(../images/quoright.gif) right bottom no-repeat;
	align: center;
	color: #FFFFFF;
}
blockquote em {
	color: #FFFFFF;
	font-weight: bold;
}
blockquote strong {
	color: #4E5EBD;
}
/*--Table--*/
 td, th {
	font-size: 90%;
}
.datatable {
	border: 1px solid #BEC9D8;
	border-collapse: collapse;
	width: 600px;
	background-color: #F0F3F9;
	margin-bottom: 10px;
	font-size: 95%;
	margin-top: 5px;
}
.datatable td {
	border: 1px solid #BAC6D6;
	padding: 4px;
	vertical-align: top;
	line-height:1.5em;
	color: #24486C;
	margin: 0em;
}
.datatable th {
	border: 1px solid #B1C5E0;
	background-color: #B1C5E0;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	font-size: 90%;
	color: #211F47;
}
.datatable caption {
	color: #6C6ABD;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.leftImg {
	float: left;
	margin-bottom: 30px;
	padding: 2px;
	border: 1px solid #DBE2FD;
	margin-right: 10px;
	margin-top: 5px;
	
}
