body {
	background:#FFFFDD; 
	background-image: url(./images/grayfade.gif);
}
A 		{ color: #000000; text-decoration: none; font-weight: bold; }
A:link		{ color: #990000; text-decoration: none; font-weight: bold; }
A:visited	{ color: #DD3333; text-decoration: none; font-weight: bold; }
A:active	{ color: #000000; text-decoration: none; font-weight: bold; }
A:hover		{ color: #666666; text-decoration: none; font-weight: bold; }

#banner {
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	width:800px;
	height:175px;
	border-left: 3px solid #FF0000;
	border-top: 0px solid #FF0000;
	border-bottom: 3px solid #FF0000;
	border-right: 3px solid #FF0000;
	background:#000000;
	background-image: url(./images/pmalogo4.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

#navbar {
	position: absolute;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 175px;
	border-left: 3px solid #FF0000;
	border-right: 3px solid #FF0000;
	border-bottom: 3px solid #FF0000;
	width:800px;
	height:32px;
	background:#000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
}

.navbar a:link {color: #FFFFFF; text-decoration: none;}
.navbar a:visited {color: #FFFF00; text-decoration: none;}
.navbar a:hover {color: #FF0000; text-decoration: none; }
.navbar a:active {color: #FF0000; text-decoration: none; }

#leftmenu {
	position: absolute;
	margin-left: 0px;
	margin-top: 207px;
	width: 128px;
	border-left: 3px solid #FF0000;
	border-right: 3px solid #FF0000;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
}

#content {
	position: absolute;
	margin-left: 145px;
	margin-top: 215px;
	width: 675px;
	color: #000000;
	font-family: Arial, Verdana, Times;
}
