/* CSS Document */

html {
background-color: #FADFC7;
}

body {
text-align: left;
padding: 0.5em;
background-color: #FFFFFF;
color: #57292b;
font:100%/120% "Trebuchet MS", sans-serif;
	}

header {
margin-top:-1em;
padding:0em;
}

.rosepic {
float:left;
padding:1.5em 1em 1em;
}

.border-bottom {
	border-bottom: thin solid #660000;
}


h1 {
float:left;
padding-top:1em;
width:450px;
font:bold 2.5em/100% "Trebuchet MS",sans-serif;
color:#57292B;
}

#main {
position:relative;
}

#pmmcrumb {
position:absolute;
right: 2em;
top: -7em;
}

h2 {
font:normal 1.25em/120% "Trebuchet MS",sans-serif;
}

h3 {
text-align:left;
font:normal 1.2em/120% "Trebuchet MS",sans-serif;
}

h4 {
font:normal 1.15em/120% "Trebuchet MS",sans-serif;
margin-bottom:1em;
}

.clearboth {
clear:both;
}


caption {
text-align:left;
margin-top:1em;
margin-bottom:1em;
padding-top:2em;
font:normal 1.25em/100% "Trebuchet MS",sans-serif;
}

.linkscaption {
text-align:left;
vertical-align:middle;
padding-top:2em;
padding-bottom:2em;
font:bold 1.5em/100% "Trebuchet MS",sans-serif;
line-height:1.25em;
}

p {
padding:0;
margin-top:0.5em;
}

#navcontainer {
clear:left;
padding-bottom:3em;
margin-bottom:1.5em;
font:0.8em "Trebuchet MS", sans-serif;
}


#footer {
	clear:both;
	text-align: center;
	margin-top: 1em;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000; 
	color: #660033;
	font-size: 80%;
	}


table {
clear:left;
margin-bottom:2em;
}

.tree {
margin: 1em 0em;
}  

/* This code needs to be copied into the horizontal template after each menu / library update. Then update the pages based on it, and update the references.dwt template. Then update references.html.  Keeps the horizontal menus li from displaying across the entire width of page.
 <!--[if lte IE 6]><style>#p7PMnav a{height:1em;}#p7PMnav li{height:1em;}#p7PMnav ul li{float:left;clear:both;width:100%}</style><![endif]-->
    <!--[if IE 6]><style>#p7PMnav ul li{clear:none;}</style><![endif]-->
    <!--[if IE 7]><style>#p7PMnav a{zoom:100%;}#p7PMnav ul li{float:left;clear:both;width:100%;}</style><![endif]-->  
	*/