body { background: #FFFFFF; }
#header {
	top:0px;
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	height: 225px;
}
#title {
	position:relative;
	width:100%;
	height:150px;
	background-image: url(../images/CC-Header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
}
#menu {	visibility: hidden; }
#content {
	width: 100%;
	position: relative;
	top: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #FFFFFF;
	visibility: visible;
}
#footer{
	top:0px;
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	height: 225px;
}
#copyright {
	position:relative;
	width:300px;
	height:200px;
	float: left;
	top: 25px;
}
#tagline { visibility: hidden; }
#pic { visibility: hidden; }
h1 {
	font: oblique xx-large Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
h2 {
	text-align: justify;
	font: large "Times New Roman", Times, serif;
	color: #000000;
	text-indent: 25px;
	width: 95%;
	margin: auto;
}
h2.center {
	text-align: center;
}
