.center {
	text-align:center;
	position:relative;
	left:50px;
	}

body {
	background-color: #04ad00;
	color:white;
	background-image: url(project_images/hmsgreenbg.gif);
	background-repeat: repeat-y;
	font-family:"Arial Unicode MS","Times New Roman",sans-serif;
}

cite {
	position: relative;
	left:40px;
}

#main {
	position:absolute;
	left:180px;
	right:10px;
	margin-right:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:verdana, arial, helvetica, sans-serif;
	}

#floatright {
	float:right;
	clear:right;
	}

#floatleft {
	float:left;
	clear:left;
	}

.border {
	border-width:thick;
	border-style:groove;
	padding:20px;
	}

#footer	{
	font-size:75%;
	color:#D4D4D4;
	position:absolute;
	bottom:0;
	right:0;
	}