html, body{ 
	font: 12px verdana, arial;
	margin:0; 
	padding:0;
	background-color:#FFccFF;
	 } 

#horizon { margin-left: 50%;
	height: 100%;
	}

#container {
	position:absolute;
	width: 800px;
	height: 100%;
	margin-left:-400px;
	background-color: #FFFFFF;
	background-image: url(images/newpage.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#head{ 
	height:50px; 
	width:100%; 
	background-color:#FFCCFF;
	background-image: url(images/header.gif);
	background-position: center left;
	background-repeat: no-repeat;
	} 
 
#leftcol{
	width:200px;
	float:left;
	position:relative;
	}

#rightcol{
	float:left;
	width:600px;
	background-color:#ffffff;
	height:85%;
	overflow: auto;
	} 

#foot{
 	height:25px; 
 	width:100%; 
	} 
 
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #00248F;
	text-decoration: underline;
	}
p {
	margin:10px 25px 0 25px;
	}

p.headb {margin-left:10px;}

hr {color:#ffccff;}

#rightcol b, #leftcol b {color: FF66CC;}

.linka {margin-left:10px;}