﻿@charset "utf-8";
/* CSS Document */

.green {
	color:#3A552A;
}
.burgundy {
	color:#660000;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.italisize {
	font-style:italic;
}

.small {
	font-size:80%;
}
	
#titleinner{
	font-family:"Times New Roman", Times, serif;
}
ul {
	padding-right:10px;
}



#contentindex {
	width:79.5%;
	text-align:left;
	padding:0 0 0px 0;
	margin:0;
	float:left;
}


html>body #contentindex {
	text-align:left;
	padding-bottom:0px;
	padding-left:150px;
	width:auto;
	float:none;
}

#contentindex {
	background: url('../images/CCIndexFooter.png') no-repeat ;
	background-position:right bottom;

	}

