html { 
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f962B5;
	margin: 10px auto;
	min-width: 1000px;
	width: 90%;
	min-height: 500px;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #FF00CC;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}
	

#container {
	margin: 0;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#site {
	width: 1000px;
	margin: 0 auto;
	color: #000000;
	background: #ffffff;
	border: outset 2px #FF0099;
	/* min-height: 100%;
	height: 100%; */
	position: relative;	
}

#site1 {
	min-width: 750px;
	margin: 0 auto;
	min-height: 90%;
	height: 90%;
	position: relative;
	z-index: 1;
}

#topEdge {
	height: 13px;
	position: relative;
	z-index: 1;
}

#topLeft {
	width: 13px;
	height: 13px;
	background-image: url(images/edge_01.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#topCenter {
	height: 13px; 
	background-image: url(images/edge_02.png); 
	background-repeat: repeat-x; 
	margin: 0 13px;
	position: relative;
	z-index: 1;
}

#topRight {
	width: 13px;
	height: 13px;
	background-image: url(images/edge_03.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#middle {
	min-height: 100%;
	height: 90%;
	background: #ffffff;
	position: relative;
	position: relative;
	z-index: 1;
}

.leftEdge {
	width: 13px; 
	height: 13px; 
	float: left;
}

.rightEdge {
	width: 13px; 
	height: 13px; 
	float: right;
}

#mid-left {
	width: 13px; 
	height: 100%; 
	float: left; 
	background-image: url(images/edge_04.png); 
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
}

#mid-right {
	width: 13px; 
	height: 100%; 
	float: right; 
	background-image: url(images/edge_06.png); 
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
}

#mid-center { 
	position: relative;
	z-index: 1;
	display: block;
}

#btmEdge {
	height: 13px;
	position: relative;
	z-index: 1;
}

#btmLeft {
	width: 13px;
	height: 13px;
	background-image: url(images/edge_07.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#btmCenter {
	height: 13px; 
	background-image: url(images/edge_08.png); 
	background-repeat: repeat-x; 
	margin: 0 13px;
	position: relative;
	z-index: 1;
}

#btmRight {
	width: 13px;
	height: 13px;
	background-image: url(images/edge_09.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#top {
	min-width: 1000px;
	height: 83px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#menu {
	color: #333333;
	background: #F9E4F7;
	border: solid 1px #CC66FF ridge;
	min-width: 1000px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

a.menu {
	color: #333333;
	background: inherit;
	text-decoration: none;
}

a.menu:hover {
	color: #f962B5;
	background: inherit;
	text-decoration: underline;
}

/* Current Event formatting */

.pinkTxt1 {
	color: #FF00CC;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
	
.resumeTxt1 {
	font-size: 9pt;
	color: #FF00FF;
	font-weight: bold;
}	


/* Background image styles */

.starsBtm {
	background-image: url(images/Stars-btmLft-BG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.starsTopRt {
	background-image: url(images/Stars2-topRt-BG.png);
	background-repeat: no-repeat;
	background-position: top right;
}