/* CSS Document */
body{
	background-color: #ffffff;
	background-image: url(images/bggrad.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #000000;
}
	
	h1, h2, h3, h4, h5{
	color:#006699;
	padding: 0px;
	margin:0px 0px 6px;
	}
a:link, a:visited, a:active {
	color:#0099FF;
}
#leftcontent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
}
#leftcontent .navigation{
	margin-left:4px;
	margin-top:2px;
left: 0px;
top: 0px;	
	width:180px;
	padding:5px;
	background-color:#D9F5FF;
	border: 1px solid #66CCCC;
}
#leftcontent .navigation a{
	width:180px;
	display:block;
		
	background-color:#D9F5FF;
	
	text-transform: capitalize;
}
#leftcontent .navigation:hover {
background-color:#FFFFFF;
}
.sel{
	font-weight: bold;
	color: #0066CC;
}
.smallcaps{
	font-size: 10px;
	text-transform: uppercase;
}
#rightcontent{
	background-color: #DFF9FF;
}#rightcontent h3 {
	padding-left: 10px;
}
#banner {
	background-color: #8fe0dd;
	background-image: url(images/collage.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

