/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}
body, p, td {
	font-family: "Trebuchet MS", arial, helvetica;
	font-size: 11px;
}

h1 {
	font-family: "Trebuchet MS", arial, helvetica;
	font-size: 15px;
}

a {color: #36648B; text-decoration: none; font-weight: normal;}
a:HOVER {color: #36648B; text-decoration: underline; font-weight: normal;}
a:ACTIVE {color: #36648B; text-decoration: none; font-weight: normal;}
a:VISITED {color: #000066; font-weight: normal;}

a.plain {color: #DDDDDD; border-style: none; background-color: transparent;}
a.plain:HOVER {color: #DDDDDD; text-decoration: underline; border-style: none; background-color: transparent;}
a.plain:ACTIVE {color: #DDDDDD; border-style: none; background-color: transparent;}
a.plain:VISITED {color: #DDDDDD; border-style: none; background-color: transparent;}

#bookcover {
	margin: auto auto auto auto;
	text-align: center;
	width: 391px;
	height: 550px;
}

#container {
	margin: auto auto auto auto;
	background: #FFFFFF url('/images/inside_page.jpg') no-repeat scroll top left;
	width: 770px;
	height: 549px;
}
#leftpage {
	float: left;
	position: relative;
	text-align: center;
	top: 40px;
	left: 50px;
	width: 300px;
	height: 450px;
}
#rightpage {
	float: left;
	position: relative;
	text-align: justify;
	top: 40px;
	left: 110px;
	width: 300px;
	height: 460px;
}

#rightpage p {
	color: #333333;
	font-family: "Trebuchet MS", arial, helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	text-indent: 20px;
	line-height: 14px;
}

table.dot-leader {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 12px;
	padding: 0px;
}

table.dot-leader td {
	vertical-align: bottom;
	padding-top:2px;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
table.dot-leader tr.subitem td {
	padding-top: 3px;
}
table.dot-leader td.right {
	text-align: right;
}
table.dot-leader td span {
	background-color: #ffffff;
}
table.dot-leader td.left span {
	padding-right: 6px;
	text-align: left;
}
table.dot-leader td.right span {
	padding-left: 6px;
}
table.dot-leader tr.subitem td.left span {
	padding-left: 36px;
	text-align: left;
}

#prop {
	height:300px;
	float:right;
	width:1px;
}

#footer {
	color: #333333;
	font-family: "Trebuchet MS", arial, helvetica;
	font-size: 10px;;
	text-align: center;
	width: 300px;
	position: relative;
	top: 50px;
	margin-left: 50px;
}
#footer a {color: #333399; border-style: none; background-color: transparent;}
#footer a:HOVER {color: #333399; text-decoration: underline; border-style: none; background-color: transparent;}
#footer a:ACTIVE {color: #333399; border-style: none; background-color: transparent;}
#footer a:VISITED {color: #333399; border-style: none; background-color: transparent;}

.altRow1 {background: #FFFFFF;}
.altRow2 {background: #FFF3A4;}

.note {
	font-size: .8em;
	color: #666666;
}

.warning {
	color: #CC0000;
	font-weight: bold;
}
