body {
		text-align:center;
		background: #cccccc url(bg_grad.jpg) fixed;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color: #333333;
		}
	
	#frame {
		width:777px;
		margin-right:auto;
		margin-left:auto;
		margin-top:30px;
		padding:0px;
		text-align:left;
		background-color: white;
		}
		
	#navigation {
		width:178px;
		padding:0px;
		float:left;
		border-bottom: 1px solid #cccccc;
		background:#fff;
		}
		
	#sectionLinks{
		margin: 0px;
		padding: 0px;
	}
	
	#sectionLinks h3{
		padding: 10px 0px 2px 10px;
		border-bottom: 1px solid #cccccc;
	}
	
	#sectionLinks a:link, #sectionLinks a:visited {
		display: block;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #cccccc;
		background-image: url(bg_nav.jpg);
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		color: #21536A;
	}
	
	#sectionLinks a:hover{
		border-top: 1px solid #cccccc;
		background-color: #DDEEFF;
		background-image: none;
		font-weight: bold;
		text-decoration: none;
	}	
	
	.relatedLinks{
		margin: 0px;
		padding: 0px 0px 10px 10px;
	}
	
	.relatedLinks h3{
		padding: 50px 0px 2px 0px;
	}
	
	.relatedLinks a{
		display: block; 
	}		
	
	#contentcenter {
		width:580px;
		padding: 30px 8px 30px 8px;
		float:left;
		background-color: white;
		border-left: 1px solid #ccd2d2;
		}
	
	
	#header {
		text-align:right;
		border-bottom:1px solid #ccd2d2;
		padding: 5px 10px 5px 0px;
	}
	
	#tl {
		float:left;
		top: -1px;
		left: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}

	#tr {
		float:right;
		top: -1px;
		right: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

	#footer {
		clear: both;
		border-top: 1px solid #cccccc;
		font-size: small;
		color: #cccccc;
		padding: 5px 10px 5px 10px;
		margin-top: 0px;
		font-size: 10px;
	}
	
	a:link, a:visited{
		color: #005FA9;
		text-decoration: none;
	}

	a:hover{
		text-decoration: underline;
	}
	
	#advert {
		background-color: #F5f7f7;
		border-top: 1px solid #cccccc;
		padding: 20px 0px 10px 0px;
	}