/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 95%;
	background-color: #a95db5;
	background-image: url(backgrounds/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

P {
	font-size: 85%;
	margin: .4em;
}

/* The following rules are used to style the page with four divisions. */
#wrapper {
	margin-left: 15%;
	margin-right: 15%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	background-image: url(images/images_new/wrapper%20border.gif);
	background-position: 10px 80px;
	background-repeat: no-repeat;

}
#header {
	clear: both;
	height: 80px;
	width: 100%;
	background-image: url(images/images_new/header%20lotus2.gif);
	background-repeat: no-repeat;
	background-position: -12px bottom;
}

#navigation {
	width: 160px;
	float: left;
}
#right {
	float: none;
	width: auto;
	margin-left: 50px;
	padding-right: 10px;
}
#table {
	clear: both;
}
/* End of page styling divisions */

/* This is the beginning of a group of rules which apply functionality to the navigation bar. */
#navigation a{
display:block; width:150px; height:25px; background:#efd3e7; border:1px solid #000; margin-top:2px; text-align:center; text-decoration:none; font-size:12px; color:#000; line-height:25px; overflow:hidden;}

#navigation a:hover {
	color:#fff;
	background-color: #CC0033;
}

#page1 .nav1, #page2 .nav2, #page3 .nav3, #page4 .nav4, #page5 .nav5, #page6 .nav6, #page7 .nav7{
color:#fff; background:#a95db5;}
/* End of rules needed for navigation. */

/* Special rules for tables and citations */
table {
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
	padding: 1em;
}
cite {
	display: block;
	margin: 20px;
	background-color: #FFCCFF;
	padding: 5px;
}
blockquote {
	display: block;
	margin: 20px;
	background-color: #FFCCFF;
	padding: 5px;
	font-size: 85%;
}
/* Special rules for select pages */
#page3 #wrapper {
	background-image: url(images/images_new/Cropped%20wrapper%20border.gif);
}
