body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	max-width:1600px;
	font: 76% arial, verdana, tahoma, sans-serif; 
	line-height:144%;
	background-color: #BACC9A;
	background-image:url(i/bigbackground.png);
	background-position:top right;
	background-repeat:no-repeat;
	color: #322B59;
}

h1 {color: #3D1D49; size:1.1em; line-height: 123%;}
h2 {font-family: Georgia, 'Times New Roman', Times, serif; font-style:italic;}

.prop {
	min-height:320px;
	width: 1px;
	float: right;
}

#mainContent {border: 1px solid #DBE2C4;
		background-color:#C2BBB3;
		background-image: url(i/contentrose.png);
		background-position:top center;
		background-repeat:repeat-y;		
		padding: 22px;
	/*	max-height: 555px; */
		min-height: 500px;
		overflow: auto;
		}
		
#sidebar1 {	background-image:url(/i/menubackground.png);
	background-repeat:repeat-y;
	}

#sidebar1 ul{
	list-style:none;
	}
	
#globalnav ul {list-style:none;}

#globalnav li {
	font-family:'Times New Roman', Times, serif;
	font-size: 1.2em;
	line-height: 2.3em;
	font-variant:small-caps;
	text-align:left;
	vertical-align:middle;
	padding-left: 44px;
	background-image: url("/i/menufloweroff.png");
	background-repeat: no-repeat;
	margin-left: -5px;
}	
#globalnav a {
	color:#3D1D49; text-decoration:none; padding-top:9px;
	}		
	
#globalNav a:hover{
	list-style-image: url("/i/menufloweron.png");
	list-style-position:outside;
	color: #3D1D49;
	background-color: #C9C;	
	padding: 3px;}
	
#rosettebullet li{
list-style-image: url("/i/bulletflower.png");
	list-style-position:outside;
}
	
#quote p {color: #701757; padding: 3px; font-family:Georgia, 'Times New Roman', Times, serif; font-style:italic; padding-left:51px;}


sup {font-size:.6em;}


/* feedburner/blog layout custom styles */

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
font-size: 1.1em;
font-weight:bold;
text-transform:uppercase;
display:block;
margin-top: 6px;
margin-bottom:-9px;
}

div.feedburnerFeedBlock ul li span.headline a {text-decoration:none; color:#606;}

div.feedburnerFeedBlock ul li p.date {margin-top:6px;}

/* constrain text to box : feedburnerFeedBlock {height: 100px; overflow: auto;} */
/* end feedburner/blog layout custom styles */

