/* CSS Document */

/* commented backslash hack v2 \*/ 
html, body { height:100%; } 
/* end hack */ 
body {
	padding:0px;
	margin:0px;
	background-color:#E4E4E4;
	font: small Arial, Helvetica, sans-serif;
} 
#outer { 
	min-height:100%; 
	margin-left:130px; 
	margin-right:130px; 
	border-left:1px solid black; 
	border-right:1px solid black; 
	background-color:white; 
	margin-bottom:-51px; 
} 
* html #outer { 	/* Height for IE */ 
	height:100%; 
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	border-bottom:1px solid black;
	background: #EE0000 url(images/headerbackground.jpg) repeat;
} 
#clearheader { 
	height:71px; 
} 
#left {
	float:left;
	width:130px;
	margin-left:-129px;
	position:relative;
	left:-1px;
	font: bold 12px Arial, Helvetica, sans-serif;
} 
#right { 
	float:right; 
	width:130px; 
	margin-right:-129px; 
	position:relative; 
	right:-1px; 
}
#footer { 
	width:100%; 
	clear:both; 
	height:50px; 
	border-top:1px solid black; 
	background-color:#FFFFCC; 
} 
#clearfooter { 
	height:51px; 
	clear:both; 
} 
/* ie mac styles */ 
* > html #clearfooter { 
	float:left; 
	width:100%; 
} 
/* Combat IE’s 3 pixel gap */ 
* > html #centercontent { 
	height:1%; 
	margin-bottom:12px; 
} 
/* Safari Wrapper */ 
html > body #minHeight { 
	float:left; 
	width:0px; 
	height:100%; 
	margin-bottom:-52px; 
} 
/* Clear top margin for Mozilla */ 
div, p { 
	margin-top:0; 
}
h1 {
	font: bold normal 160% Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #000066;
}
.pagecontent {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 5px;
}
.imgframe	 {
	border: thick ridge #666666;
}

