@charset "utf-8";
body  {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #FFFFFF;
		margin: 0; 
		padding: 0;
		text-align: left;
		color: #000000;
    }
	
	.left #header {
		background: #FFFFFF;
		margin-top: 20px;
		padding-left:0;
		} 
	
	
    .left #container {
		width: 641px;
		background: #D8DCE5;
		margin: 0;
		text-align: left;
    } 
	
    .left #mainContent {
		margin-left: 20px;
	} 
	
	.left #contentwindow {
		min-height: 370px;
		width: 400px;
		background-color: #EBEBEB;
	}
	
	.left #contentwindow h3 {
		margin-left: 15px;
		font-size: 13px;
		text-align: left;
		background: transparent;
		text-decoration: underline;
	}
	
	.left #contentwindow ol {
		font-size: 13px;
		font-weight: bold;
		background: transparent;
	}
	
	.left #contentwindow ul {
		margin-right: 20px;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		background: transparent;
	}
	
	.left #contentwindow p {
		margin-left: 15px;
		margin-right: 20px;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		background: transparent;
	}
	
	.left #contentwindowlight {
		margin-right: 20px;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		background: transparent;
	}
	
		.left #contentwindowbold {
		margin-left: 15px;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		font-variant: normal;
		background: transparent;
	}

	.left #space {
		margin-top: 20px;
	}
		
    .left #sidebar {
    	width: 80%;
		min-height: 370px;
    	background: #EBEBEB;
		margin-right: 15px;
		margin-left: 10px;
		margin-top: -8px;
		text-align: right;
    }
    .left #sidebar H3 {
    	margin-left: 10px; 
    	margin-right: 10px;
		color: #B70221;
		font-size: 13px;
		text-align: right;
		text-decoration: underline;
    }
	
	  .left #sidebar h3_blank2 {
    	margin-left: 10px; 
    	margin-right: 10px;
		color: #B70221;
		font-size: 13px;
		text-align: right;
    }
	
	.left #sidebar p {
		margin-left: 10px; 
    	margin-right: 10px;
		color: #B70221;
		font-size:11px;
		text-align:right;
	}
	
	.left #sidebar td {
		vertical-align:top;
	}
	
	.left #ilona {
		margin-left: 10px; 
    	margin-right: 10px;
		color: #000000;
		font-size:11px;
		text-align:right;
	}
	
	.left #boldName {
		margin-left: 10px; 
    	margin-right: 10px;
		color: #B70221;
		font-size:11px;
		font-weight: bold;
	}
	
	.left #sidebar img{
		margin-left: 50px; 
    	margin-right: 15px;
		border: thin solid #999999;
	}
	

  .left #footer { 
    	padding: 0 10px;
    	background:#DDDDDD; 
    } 
    .left #footer p {
    	margin-left: 15px;
    	padding: 10px 0;
		font-size:11px;
		color:#666666;
    }
    
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft {
		float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 2px;
        line-height: 0px;
    }
