body {
	margin: 0 0 12px 0;
	padding: 0;
	background-color: #E3E3E3;	
	background-image: url(striplight.gif);
	background-repeat: repeat-y;
	}
	


/* Page layout */

/* Top */

#top {
	height: 39px;
	border-bottom: 1px solid #FFFFFF;
	background: url(triangle.gif) 276px 0 no-repeat;	
	}

#top h1 {
	position: absolute;
	left: 55px;
	top: 14px;
	width: 136px;
	height: 13px;
	background: url(logo.gif) 0 0 no-repeat;	
	}
	
#top h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -5000px;
}

#top ul {
	position: absolute;
	left: 450px;
	top: 0;
	width: 306px;
	height: 39px;
	background: url(sections.gif) 0 0 no-repeat;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#top ul li {
	width: 102px;
	height: 39px;
	margin: 0;
	float: left;
	}
	
#top ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -5000px;
}
	
	
/* Mid */

#mid {
	background-color: #F0F0F0;
	background-image: url(stripdark.gif);
	background-repeat: repeat-y;
	height: 188px;
	}

#menu {
	margin-left: 40px;
	height: 188px;
}

#menu ul {
	margin: 0;
	padding: 36px 0 0 275px;
	list-style-type: none;
	background-image: url(menuarrow.gif);
	background-repeat: no-repeat;	
	}
	
#menu ul li {
	height: 26px;
	width: 300px;
	margin: 0;
	padding: 7px 0;
	}
	
#menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;
}


/* Bot */

#bot {
	border-top: 1px solid #FFFFFF;
	position: relative;
	}

#leftcontent {
	position: absolute;
	left: 54px;
	width: 212px;
	}
	
#rightcontent {
	margin-left: 316px;
	width: 442px;
	}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 19px;
	letter-spacing: -2px;
}