A:link { color: #dfbe8e; font-weight:bold; text-decoration:none;}       /* unvisited link */
A:visited { color: #dfbe8e; font-weight:bold; text-decoration:none;}   /* visited links */
A:active { color: #ffffff; font-weight:bold; text-decoration:none;}    /* active links */
A:hover { color: #ffffff; font-weight:bold; text-decoration:none;}    /* active links */

A.display:link { color: #870505; font-weight:bold; text-decoration:none;}       /* unvisited link */
A.display:visited { color: #870505; font-weight:bold; text-decoration:none;}   /* visited links */
A.display:active { color: #870505; font-weight:bold; text-decoration:none;}    /* active links */
A.display:hover { color: #870505; font-weight:bold; text-decoration:none;}    /* active links */


body {
		text-align: center;
		background-color: #c6ae7d;
		margin: 10px 0 0 0;
		padding: 0;
		scrollbar-base-color: #dfbe8e;
		scrollbar-face-color: #ffffff;
		scrollbar-arrow-color: #990000;
		scrollbar-highlight-color: #990000;
		scrollbar-3dlight-color: #ffff00;
		scrollbar-shadow-color: #ffff00;
		scrollbar-track-color: #ffff00;
		scrollbar-darkshadow-color: #ffff00;
		}
	
	#back {
		background: #c6ae7d;
		width: 100%;
	}

	#bigbox {
		float: left;
		position: absolute;
		background-color: #c6ae7d;
		width: 100%;
		height: 100%;
		
	}
			
	#container {
		margin-left: 15px;
	
	}

	
	#rightcontainer {
		float: left;
		margin: 10px;	
	}



	#header {
		position: absolute; 
		width: 100%; 
		height: 552px; 
		z-index: 0; 
		top: 0px; 
		left: 0px; 
		background: #c6ae7d; 
		overflow: auto;
		font-size: 10px;
		font-family: arial;
		color: #dfbe8e;
		}

	#header h2 {
		font-size:10px;
		font-family:verdana;
		
		margin-left:20px;
		}


	#centercontent {
		float:left;
		width:450px;
		height:400px;
		background:#eeffe5;
		border-right:1px solid #66cc33;
		border-left:1px solid #66cc33;
		border-bottom:1px solid #66cc33;
		border-top:1px solid #66cc33;
		margin-top:0px;
		margin-left:00px;
		margin-right:0px;
		margin-bottom:20px;
		padding-bottom:20px;
		overflow:auto;
		z-index: 0;
		}

	#centertitle {
		width:300px;
		float:left;
		background:#CCCCCC;
		border-right:2px solid #000;
		border-left:2px solid #000;
		border-bottom:2px solid #000;
		border-top:2px solid #000;
		margin-left:0px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:5px;
		padding-top:0px;
		}


	#rightcontent {
		width:244px;
		background:#eeffe5;
		border-right:1px solid #66cc33;
		border-left:1px solid #66cc33;
		border-bottom:1px solid #66cc33;
		border-top:1px solid #66cc33;
		margin-top:0px;
		margin-left:40px;
		margin-right:0px;
		margin-bottom:10px;

		}

	#righttitle {
		width:450px;
		float:right;
		background:#CCCCCC;
		border-right:2px solid #000;
		border-left:2px solid #000;
		border-bottom:2px solid #000;
		border-top:2px solid #000;
		margin-left:5px;
		margin-right:0px;
		margin-top:0px;
		padding-top:0px;
		}

		
	p,h1,pre {
		margin:10px 10px 10px 10px;
		font-size:10px;
		font-family:verdana;
		margin-left:10px;
		link:#59cc12;
		}
	
	h2 {
		margin:2px 2px 2px 0px;
		font-size:12px;
		font-family:verdana;
		margin-left:10px;
		link:#59cc12;
		}
	
		
	h1 {
		font-size:10px;
		font-family:verdana;
		padding-top:10px;
		}

	#righttitle h2 {
		font-size:10px;
		font-family:verdana;
		margin-left:20px;
		}
	
	#rightcontent p {
		font-size:10px;
		font-family:verdana;
		margin-left:10px;
		link:#59cc12;
		}


	#centercontent p {
		font-size:10px;
		font-family:verdana;
		margin-left:10px;
		margin-right:30px;	
		text-align:justify;
		text-justify:inter-word;
		}

	#centercontent h3 {
		font-size:20px;
		font-family:verdana;
		margin-left:10px;
		color:#FF69B4;
		}

	#centertitle h2 {
		font-size:10px;
		font-family:verdana;
		margin-left:20px;
		}



