/* ---	HTML elements 	--- */
html {
	height: 100%;
}
body, td {
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color: #666; 
}
body {
	position: relative;
	margin: 0px;
	background-color: #fff; 
	overflow: hidden;
}

/* ---	custom elements 	--- */
#flash_container {
	z-index: 10;
}
#history_frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
/*
#flash_frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}
*/

#top_bkgd {
	position: relative;
	width: 100%;
	height: 50%;
	background-image: url(/img/bkgd_hr.gif);
	background-position: bottom;
	background-repeat: repeat;
}
#mid_bkgd {
	position: relative;
	width: 100%;
	height: 484px;
	background-image: url(/img/bkgd_sides.gif);
	background-position: top;
	background-repeat: repeat;
}
#btm_bkgd {
	position: relative;
	width: 100%;
	height: 50%;
	background-image: url(/img/bkgd_hr.gif);
	background-position: top;
	background-repeat: repeat;
}
#content_container {
	display: none;
	position: relative;
	width: 820px;
	height: 484px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#topnav { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 820px; 
	height: 28px; 
	background-image: url(/img/bkgd_nav.top.gif); 
	background-repeat: repeat; 
}
#btmnav {
	position: absolute; 
	left: 0px; 
	top: 460px; 
	width: 820px; 
	height: 24px; 
	background-image: url(/img/bkgd_nav.btm.gif); 
	background-repeat:repeat;
}
#content {
	position: absolute; 
	left: 0px; 
	top: 28px; 
	width: 820px; 
	height: 432px; 
}

.copy {
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color: #5F6062; 
}
a.copy { 
	color: #3582B8; 
	text-decoration: none; 
}
a.copy:hover { 
	color: #3582B8; 
	text-decoration: underline; 
}

