body {
    margin:10px 10px 0px 10px;
    padding:0px;
    }

#banner {
    background-color: #7ea8b8;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

#banner a {
    background-color: #C5D4C1;
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size:15px;
	line-height: 1.5em;
}
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#006ba6;
    background-color: #C5D4C1;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#e06090;
    background-color: #C5D4C1;
	}	
		
a:hover	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#00bbea;
	background-color:	#ffffff;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#9b0000;
    background-color: #C5D4C1;
	}	
		

#leftcontent {
    position: absolute;
    left:10px;
    top:78px;
    width:10px;
	background-image: url(../images/backgrade.jpg);
	background-repeat: repeat-x;
	height:1500px;
	}

#centercontent {
    background:#fff;
    margin-top: 0px;
    margin-left: 13px;
    margin-right:163px;
    padding: 15px;
    }
    
html>body #centercontent {
    margin-left: 12px;
    margin-right:162px;
    padding:15px;
    }

#rightcontent {
    position: absolute;
    right:10px;
    top:78px;
    width:150px;
	height:1500px;
	background-image: url(../images/backgrade.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
    }

 
html>body h1,
html>body h2,
html>body h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#banner h1,
#banner h2,
#banner h3, 
#banner p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftcontent p,	
#rightcontent p {
	font-size:15px;
	padding-top: 0px;
	}

#rightcontent h1, 
#rightcontent h2,
#rightcontent h4,
#leftcontent h1,
#leftcontent h2,
#leftcontent h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	background-color: #f8f4cd;
	padding-left: .5em;
}

#rightcontent a,
#leftcontent a {
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	border-top: 2px solid #467382;
	border-bottom: 2px solid #467382;
	font-size:15px;
	line-height: 1.5em;
}

#rightcontent dt, 
#leftcontent dt {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#rightcontent dd,
#leftcontent dd {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
    