/* Pyramid Design's Stylesheet */

#container {
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
	border-spacing: 0;
	border: 0; 
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
}
#footer{
	margin-top: 30px;
}
#footer .bar {
	display: block;
	color: #CCCCCC;
	background-color: #000099;
	border: 1px solid #000099;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	margin: -2px 0 1px 0;
	padding: 0 0 0 0;
	text-align: right;
	white-space: nowrap;
}
body {
	background-image: url(images/papyrus.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
h1 {
	font-family: Times, New Century Schoolbook, serif;
	color: #800000;
	font-size: 28px;
	font-weight: bold;  
	white-space: nowrap;
	margin-top: 24px;
	margin-bottom: 0px;	
}
h2 {
	font-family: Times, New Century Schoolbook, serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 10px 0;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
.box {
	border-width: 1px;
	border-style: solid;
	border-top-color: #800000; 
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #800000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
}
.headerPF {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 16px;
	font-weight: bold; 
}
.infobox {
	position: absolute;
	background-color: #EEEEEE; 
	border: solid 1px #000099; 
	color: #800000;
	font-weight: bold; 
	margin-top: 10px;
	margin-left: 10px; 
	margin-right: auto;
	width: 175px;
	padding: 3px; 
	text-align: center;
	visibility: hidden; 
	z-index: 10;
}	
.label {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 12px;
	font-weight: bold; 
}
.nobreak {
	white-space: nowrap;
}
a {
	color: #000099;
	font-size: 12px;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
a.navbox {
	display: block;
	color: #CCCCCC;
	background: url("images/button.gif") no-repeat;
	border: 0;
	padding: 6px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 144px;
	margin-left: auto; 
	margin-right: auto;
}
a.navbox:hover {
	color: #FFFFFF;
	background: url("images/button_a.gif") no-repeat;
}
a.sendbutton {
	display: block;
	background: url("images/button_s.gif") no-repeat;
	border: 0;
	padding: 5px 0px;	
	text-decoration: none;
	width: 144px;
	margin-left: auto; 
	margin-right: auto;
}
a.sendbutton:hover {
	background: url("images/button_sa.gif") no-repeat;
}
a.menubar {
	display: block;
	color: #CCCCCC;
	background-color: #000099;
	border: 1px solid #000099;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: -2px 0 1px 0;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
a.menubar:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	border: 1px solid #FFFFFF;
}
img.border {
	border: 1px solid #666666;
}
