html {
	margin: 0;
	padding: 0;
	font-size: 90%;
	clear: left;
}

body {
	margin: 0;
	font-family: verdana, sans-serif;
	padding: 2;
}

.alignright {
margin-top: 0; 
text-align: right;
}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/

#header {
background: url(images/ccagraph2a.jpg) top repeat-x;
height: 118px;
margin-top: 0;
clear: both ;
}

#footer {
	width: 100%;
	top: 250px;
	background-color: #0099CC;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0099CC;
}

div#leftbox {      	/*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	width: 22%;
	left: -2px;
	top: 168px;
}

#content {
	margin-left: 22%;
	margin-right: 11%;
	padding-left: 3%;
}

.center
{
background-color: #ffffff; color: black;
right: 0 ; 
}

.thumbs
{
	background: white;
	position: absolute;
	left: 0px;
	top: 160px;
	width: 150px;
}



/*******************************************************************************
                       text rules
*******************************************************************************/

li {
font: bold 1.15em "Century Gothic", arial;
line-height: 1.7em;
margin: 0;
padding: 0;
list-style: none;
}

.list {
font: 0.9em/1.5 "Times New Roman", sarif;
color: #0099CC;
}

h1 {
font: bold 2.25em/0.90 "Century Gothic", arial;
margin: 0;
padding: 0;
color: #ff6600;
}

h2 {
font: bold italic 1.75em/0.90 "Century Gothic", arial;
margin: 0;
padding: 0;
color: #990000;
}

h3 {
font: bold 1.5em/0.90 "Century Gothic", arial;
margin: 0;
padding: 0;
color: #666600;
}

h4 {
font: bold italic 1.25em/0.90 "Century Gothic", arial;
margin: 0;
padding: 0;
color: #00cccc;
}

p {
font: 0.9em/1.5 "Times New Roman", sarif;
color: #000;
}

.title1 {
	font: bold 2.5em/0.85 arial;
	margin: 0;
	padding: 0;
	color: #FF6600;
}

.indent1 {
	color: #fff;
	text-align: right;
	font: 0.8em/0.85 "Century Gothic", arial;
	padding: 0.75em;
	margin-top: 0;
	background-color: #0099CC;
}

.footertext1 {
	font: 0.8em/0.50 "Century Gothic", arial;
	color: #fff;
	margin-left: 2%;
	vertical-align: baseline;
}

.footertext2 {
	font: 0.8em/0.50 "Century Gothic", arial;
	color: #fff;
	text-align: right;
	padding: 1em;
}

hr {
	background-image: url(images/hr-red.jpg);
	background-repeat: no-repeat;
	border: none;
	clear: both;
	width: 150px;
	height: 1px;
	z-index: auto;
}

.photoright {
float: right;
}

.photoleft {
float: left;
}

