	body { background-color: transparent; 
			
					}

	* { color:#333;  background-color: transparent;}

	p { color:#333333; text-align:justify;}

	strong { color:#4c4c4c; text-decoration:underline; font-size:medium; }

	a:link { color:#4169E1; text-decoration:none; font-weight:bold; }
 	a:visited { color:#4169E1; text-decoration:none; font-weight:bold; }
 	a:hover { color:#000080; text-decoration:none; font-weight:bold; }
 	a:active { color:#000080; font-weight:bold; }
 	a:focus { color:#000080; font-weight:bold; }

	#border {
		border: 1px solid;
	}


	#small {
		font-size: 13px;
			}

	#ems {
		border: 0px solid;
	}

	#icon {
		border: 0px solid;
		text-align: right;
			}

	hr {
		border: 1px solid #A9A9A9;
		height: 1px;
		width: 100%;
		}
	
	#partner {
		text-align: center;
		background-color: transparent;
		position: static; 
		width: 100%;
		border: 0px solid black;
		z-index:-1;
		overflow: visible;
		}	
	
	#left {
		
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top right;
		position: absolute; top: 0px; left: 0px;
		width: 15%;
		height: 100%;
		border: 0px solid black;
		z-index:5;
		overflow: hidden;
		border-right: 0px solid black;
		}
	
	#right {
		
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top left;
		position: absolute; top: 0px; right: 0px;
		width: 15%;
		height: 100%;
		border: 0px solid black;
		z-index:5;
		overflow: hidden;
		border-left: 0px solid black;
		}
	
	
		
	#mainframe	{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 98px;
		margin-bottom: 70px;
		overflow-x:hidden;
		background-color: transparent;
		}	
	
	#header {
		background-image: url(images/bg/header.gif);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top;
		position: absolute; top: 0px; left: 15%; right: 15%;
		width: 80%;
		height: 90px;
		border: 0px solid black;
		z-index:1;
		overflow: hidden;
		}
		
	#headerbg {
		background-image: url(images/bg/header.gif);
		background-repeat: no-repeat;
		background-position: top left;
		position: absolute; top: 0px; left: 0px;
		width: 100% !important;
		width: 105%;
		height: 90px;
		border: 0px solid black;
		z-index:0;
		overflow: hidden;
		}
		
		
	#footerbg {
		background-image: url(images/bg/footer.gif);
		background-repeat: no-repeat;
		background-position: top left;
		position: absolute; bottom: 0px; left: 0px;
		width: 100% !important;
		width: 105%;
		height: 70px;
		border: 0px solid black;
		z-index:0;
		overflow: hidden;
		}
		
	#navi {
		background-color: transparent;
		position: absolute; top: 50px; left: 15%; right: 15%;
		width: 70%;
		height: 30px;
		overflow: visible;
		border: 0px solid red;
		z-index: 1;
		
			}

	#footer {
		background-image: url(images/bg/footer.gif);
		background-position: top left;
		position: absolute; bottom: 0px; left: 15%; right: 15%;
		width: 70%;
		height: 70px;
		border: 0px solid black;
		z-index:1;
		overflow: hidden;
				}





