/* Styles for the RBIMC web pages. */

body {
	margin:0px 0px;
	padding:0px;
	background-image: url('gradient-pink.jpg');
	background-repeat: repeat-x;
	background-color: #f7abf4;
	text-align: center; /* causes IE (wrongly) to center the Content box */
	}
	
#Content {
	width: 90%;
	margin:0px auto; /* causes other browsers to center this box */
	margin-top: 30px;
	text-align: center;
	padding:15px;
	border-style: solid;
	border-color: #9c0094;
	border-width: 3px;
	background-color: #fff2fe; /* 255-241-254 */
	}

p {
	color: #9c0094;
	text-align: left;
	}

p.caption {
	text-align: center;
	width: 75%;
}	

li {
	color: #9c0094;
	text-align: left;
	}

.menu {
	color: #9c0094;
	text-font: arial;
	text-align: left;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: normal;
	}

#title {
	color: #9c0094;
	text-font: times;
	text-align: left;
	font-family: serif;
	font-size: 220%;
	font-weight: normal;
	font-style: italic;
	}

img.logo { /* scalable image class for logo (uses em instead of px) */
	width: 4em;
	height: 4em;
	}

#footer {
	color: #9c0094;
	text-font: times;
	text-align: left;
	font-family: serif;
	font-size: 75%;
	font-weight: normal;
	}

h2 {
    text-align: center;
    color: #9c0094;
    font-weight: bold;
    margin-bottom: -0.9em; /* to get the following <h3> line closer */
   }

h3 {
    text-align: center;
    color: #9c0094;
    font-style: italic;
    font-weight: bold;
   }

a:link {color: #9c0094}
a:visited {color: #9c0094}
a:hover {color: #9c0094}
