#columnRight {
		width: 15%;
		float: left;
		background: white;
		padding-bottom: 1em;
		padding-left: 5%;
	}
	#columnLeft {
		width: 15%;
		float: left;
		background: white;
		padding-bottom: 1em;
		text-align: justify;
	}
	#content {
		width: 60%;
		float: left;
		background: white;
		padding-bottom: 1em;
	
	}
	#footer{
		clear: both;
		padding-top: 1em;
		border-top: 1px solid #333;
		text-align: center;
	}
	#logo{
		padding-left: 30px;
		padding-top: 19px;
		padding-bottom: 15px;
	}
	#topMenuBar{
		
		background-color: #4682B4;
		height:28px;
	}
	
	#menuHome{
		padding-left: 210px;
		
	}	
	.topMenuItem{
		color: white;
		position: relative;
		padding-left: 16px;
		
		float: left;
		font-weight: bold;
		padding-right: 16px;
		padding-top: 5px;
		
	}
	.topMenuItem a:link{
		color: white;
		text-decoration: none;
	}
	.topMenuItem a:hover{
		color: white;
		text-decoration: underline;
	}
	.tableFrame {
				border-color: #4682B4; 
				border-style: solid; 
				border-width: 1px; 
				margin:10px;
			}
			.tableTitleLeft {
				background-color:#4682B4; 
				color:#FFFFFF; 
				width:66%; 
				float:left;
				height: 20px;
				padding-left: 12px;
			}
			.tableTitleRight {
				float:left; 
				width:30%;
				height: 20px;
			}
			.tableBody {
				clear: both; 
				border-color:#4682B4; 
				border-top-style: solid; 
				border-top-width: 1px;
			}
			tr.header {
				background-color:  rgb(217, 217, 217); 
				height:26px;
				color: #4682B4; 
				font-weight: bold;
			}
			body {
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
			.boxHeadline{
				background-color:#4682B4;
				color:#FFFFFF;
			}