body {
	background-attachemet:fixed;
	background-image:url(graphics/ipmslogowatermark_small.gif);
	background-color:#808080;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	color: #333;
}

a:link {
	color: #4D74B7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #63C;
}
a:hover {
	text-decoration: underline;
	color: #4D74B7;
}
a:active {
	text-decoration: none;
	color: #4D74B7;
}
h1 {
	text-align: center;
	font-size: 30pt;
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #88AAD0;
	padding-bottom: 10px;
	margin-left: -10px;
	padding-left: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-size: 22pt;
	color: #333;
}
h3 {
	text-align: center;
	font-size: 18pt;
	color: #333;
}
h4 {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #88AAD0;
	font-size: 16pt;
	padding-bottom: 10px;
	color: #333;
}

		
.menucell
{
	width: 170px;
	vertical-align: top;
}

.contentcell
{
	vertical-align: top;
	text-align: left;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}


/*----------------*/
/*Styling for Menu*/
/*----------------*/

.menu
{
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
}

.menu ul
{
	list-style: none;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu li
{

}

.menu a
{
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px outset #B66513;
	background-color: #FECD4C;
	padding: 2px;
}

.menu a:hover
{
	border: 1px inset #b66513;
	background-color: #FB8F00;
}

dt
{
	font-weight: bold;
	font-size: 20px;
}

/* collapse menus */
#menu li ul {
  display: none;
}

/* show submenus on hover */
#menu li:hover > ul {
  display: block;
  margin-left: -2em;
