/* place a copy of this file in the     FPHPSC/css    folder  */

body {
	background-color: #FFFFCC;
}



div.top {
  background: #FFFFCC;
  width: 100%;
  height: 80px;
}




div.left {
	background-color: #FFFFAA;
	color: black;
	padding: 5px;
	float: left;
	width: 190px;
	height:1000px;

}
div.right {
	background-color: #FFFFAA;
	color: black;
	padding: 5px;
	float: left;
	width: 190px;
	height:1000px;
}

div.main {
	background-color: #FFFFCC;
	padding: 5px;
	float: left;
	width: 500px;

}


p.footnote {
	bottom: 10px;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
}

p.warning {
	color: red;
	font-color: #FF0000;
	font-size: medium;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}

p.quote {
	margin-left: 60px;
	margin-right: 60px;
	text-align: justify;
}


/* There follows the css for registration form table  */

td.label {
background: #ffb22b;
text-align: right;
font-family: Verdana;
font-size: 10px;
font-weight: bold;}

td.data {
background: #FFCC00;
text-align: left;
font-family: Verdana;
font-size: 10px;}


/* There follows the css for the Horizontal Drop Down Menu  */





dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 10;
left: 260;
z-index:100;
width: 60%;
}
#menu dl {
float: left;
width: 8em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray;
}

