html { margin: 0; padding:0; }
body {
	margin: 15px 3%;
	padding: 0;
	font-size: 0.9em;
	font-family: "Arial", "Switzerland", "Helvetica", "sans-serif";
	color: #420042;
	background: #F7CEF7
}
.rubric {
	color: #FF0000;
}

.wrapper { 	margin: auto; 	width: 98%; 	/*border: 1px solid blue*/; 	 }
.left {
	float: left;
	width: 19%;
	text-align: left;
	margin: 0
}
.title { float: left; width: 60%; text-align: center; }
.right { float: right; width: 19%; text-align: center; margin: 0; }
h1 { font-weight: bold; text-align: center; font-size: 1.7em;
     line-height: 120%;
     font-family: "Lucida Calligraphy", "Monotype Corsiva", "Dauphin", "cursive";
     color: red; padding-bottom: 0; margin-bottom: 0; }
h2 {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Dauphin, "Curlz MT", cursive;
	font-size: 1.4em;
	font-weight: bold;
}
h3 { font-weight: normal; text-align: center; font-size: 1.2em;
     font-family: "Lucida Calligraphy", "Monotype Corsiva", "Dauphin", "cursive";
     color: red; }
h4 {
	text-align: center;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Dauphin", "cursive";
	font-size: 1em;
	font-weight: bold;
	color: red;
	padding-top: 0;
	margin-top: 0;
}
h5 {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Dauphin, "Curlz MT", cursive;
	font-size: 1em;
	font-weight: bold;
	color: #660066;
}
h6 {
	text-align: center;
	font-family: "Arial", "Switzerland", "Helvetica", "sans-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: red;
	padding-top: 0;
	margin-top: 0;
}


hr { color: red; clear: both; }

p {line-height:115%;
}

.noscript { font-style: italic; text-align: center; color: red;
     font-size: 0.6em }
a:link {
	text-decoration: underline;
	color: purple;
	}
	
a:hover {
	text-decoration: none;
	color: purple;
	background: red;
	font-family: Arial, Helvetica, sans-serif;
	
}
a:visited {
	color: #purple;
	font-family: Arial, Helvetica, sans-serif;
}
#heading {
	padding: 0;
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#heading .left {
	float: left;
	width: 20%;
}
#heading .title {
	float: left;
	width: 60%;
}
#heading .right {
	float: right;
	width: 19%;
}
#heading ul { list-style: none;
     font-family: "Lucida Calligraphy", "Monotype Corsiva", "Dauphin", "cursive";
     font-size: 0.9em; font-weight: bold; color: red; padding-top: 0.8em; }
	 
#heading ul a { font-family: "Arial", "Switzerland", "Helvetica", "sans-serif";
     font-weight: normal; font-size: 0.8em; padding-top: 0.3em }

#heading li {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Dauphin, "Curlz MT", cursive;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	list-style-type: none;
	line-height: 130%;
}

#heading a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	}
#heading a:hover {
	font-size: 1em;
	font-weight: normal;
}
	
#heading a:visited {
	font-size: 1em;
	font-weight: normal;
}
.wrapper li {list-style-image: url(images/rhsLogobullet.gif);
	padding-left: 1em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	margin-bottom: 1px;
	list-style-position: outside;
}

hr { color: red; clear: both; }

.nomdechapeau {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Dauphin, "Curlz MT", cursive;
	color: #663366;
}
.updated {
	font-size: 0.8em;
	font-style: italic;
	color: #FF0000;
}
.scrollNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #9B0075;
	text-align: right;
	float: right;
	font-style: italic;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imgcaption {
	font-size: 0.9em;
	font-style: italic;
	color: #FF0000;
}
.wrapper .history {
	font-size: 0.9em;
}
.wrapper .history li {
	list-style-image: none;
	list-style-type: disc;
}
.purplic {
	color: #660066;
}

#heading .thispage {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Dauphin, "Curlz MT", cursive;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
