@charset "utf-8";
/* CSS Document */
body{
margin: 0;
padding: 0;
border: 0;

}
#header {
	width: 100%;
	background-image: url(../imgs/topsliver.gif);
	background-repeat: repeat-x;
	height: 80px;
	z-index: 0;
}#header2 {
	width: 100%;
	background-image: url(../imgs/topL.gif);
	background-repeat: no-repeat;
	height: 80px;
	z-index: 10;
	background-position: 0px 0px;
}#header3 {
	width: 100%;
	background-image: url(../imgs/topR.gif);
	background-repeat: no-repeat;
	height: 80px;
	z-index: 10;
	background-position: 100% 0px;
	left: auto;
	right: 0px;
}
#framecontentLeft, #framecontentRight{
	position: fixed;
	top: 80px;
	left: 0px;
	width: 160px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: url(../images/buttons/sidebar4a.gif);
}
#Layer1{
	position: fixed;
	top: 95px;
	left: 0px;
	}
#framecontentRight{
	left: auto;
	right: 0px;
	width: 31px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image: url(../imgs/right.gif);
	background-repeat: repeat-y;
}
#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0px;
	left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 31px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 80px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
}
#logo
{
			
	}
	

#framecontentBottom{
	top: auto;
	height: 71px; /*Height of bottom frame div*/
	bottom: 1px;
	width: 100%;
	left: -1px;
	position: absolute;
}

#mainFrame{
	position: fixed;
	left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 31px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 71px;
	top: 80px;
}

#footer {
	width: 100%;
	height: 71px;
	background-image: url(../imgs/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	
}
#footer2 {
	width: 100%;
	height: 71px;
	background-image: url(../imgs/botlargL.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#footer3 {
	width: 100%;
	height: 71px;
	background-image: url(../imgs/botR.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	}
	
	
.red{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #F00;
	}
.wht{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	}
	
* html body{ /*IE6 hack*/
padding: 80px 0 31px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #mainFrame{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}
/* NAVIGATION BUTTONS */
			.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(imgs/buttons/blank2.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0;
			}
			
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 160px;
						height: 40px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 160px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 5px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */