/* CSS Document */

	
	body {
		margin:0px 0px 0px 0px;
		font-family: Arial,sans-serif;
		color: #333333;
		line-height: 1.166;	
		}
			 a{
		color: #006699;
		text-decoration: none;
			}

		a:link{
			color: #006699;
			text-decoration: none;
		}

		a:visited{
			color: #006699;
			text-decoration: none;
		}
		
		a:hover{
			color: #006699;
			text-decoration: underline;
		}
		
		h1{
		 font-family: Verdana,Arial,sans-serif;
		 font-size: 120%;
		 color: #334d55;
		 margin: 0px;
		 padding: 0px;
		 border-bottom: 1px solid #cccccc;
		}
		
		h2{
		 font-family: Arial,sans-serif;
		 font-size: 114%;
		 color: #006699;
		 margin: 0px;
		 padding: 0px;
		  border-bottom: 1px solid #cccccc;
		}
		
		h3{
		 font-family: Arial,sans-serif;
		 font-size: 100%;
		 color: #334d55;
		 margin: 0px;
		 padding: 0px;
		  border-bottom: 1px solid #cccccc;
		}
		
		h4{
		 font-family: Arial,sans-serif;
		 font-size: 100%;
		 font-weight: normal;
		 color: #333333;
		 margin: 0px;
		 padding: 0px;
		 border-bottom: 1px solid #cccccc;
		}
		
		h5{
		 font-family: Verdana,Arial,sans-serif;
		 font-size: 100%;
		 color: #334d55;
		 margin: 0px;
		 padding: 0px;
		 border-bottom: 1px solid #cccccc;
		}
		
		ul{
		 list-style-type: square;
		}
		
		ul ul{
		 list-style-type: disc;
		}
		
		ul ul ul{
		 list-style-type: none;
		}
		
		label{
		 font-family: Arial,sans-serif;
		 font-size: 100%;
		 font-weight: bold;
		 color: #334d55;
		}
		
	#leftcontent {
		position: absolute;
		left:80%;
		width:19%;
		top:250px;
		background:#fff;
		}

	#centerleftcontent {
		position: absolute;
		left:1%;
		width:37%;
		top:50px;
		background:#fff;
		}

	#centerrightcontent {
		position: absolute;
		left:39%;
		width:40%;
		top:50px;
		background:#fff;
		}

	#rightcontent {
		position: absolute;
		left:80%;
		width:19%;
		top:50px;
		background:#fff;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		border:1px solid #000;
		}
		
	p,h1,pre {
		margin:0px 5px 5px 5px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#centerrightcontent p { font-size:10px}
	
