@charset "utf-8";
#main {
	position:absolute;
	left:200px;
	top:85px;
	width:530px;
	height:430px;
	z-index:1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	text-align: justify;
}
html
{ height: 101%; }
#container {
	height: 590px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
body {
	background-image: url(images/cc-background.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:80px;
	z-index:2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
#navi {
	position:absolute;
	left:0px;
	top:85px;
	width:185px;
	height:440px;
	z-index:3;
	padding-top: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF0;
	padding-right: 10px;
}
#header img {
	position: absolute;
	top: 24px;
	left: 175px;
}
#main p {
	text-align: justify;
	width: 275px;
	margin: 10px;
	margin-left: 0px;
	font-size: small;
}
#main #cti {
	border: 2px solid #006;
	margin-top: 10px;
}
#footer {
	position:absolute;
	left:0px;
	top:535px;
	width:750px;
	height:40px;
	z-index:4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0;
	text-align: center;
	padding-top: 10px;
	font-size: 8pt;
	font-weight: normal;
}
#footer a {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 8pt;
}

#navi ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 20px;
}
#navi p a {
	margin-left: 10px;
	font-weight: bold;
	position: static;
}
a:link {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
}
a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 9pt;
}
a:active {
	color: #FF0;
	text-decoration: none;
	font-size: 9pt;
}
h1 {
	font-size: 12pt;
	color: #006;
	margin-top: 15px;
}
h2 {
	font-size: 10pt;
	color: #006;
	margin: 10px;
	margin-left: 0px;
}

body,td,th {
	color: #000;
}
#imgtitle {
	position:absolute;
	left:300px;
	top:235px;
	width:238px;
	height:20px;
	z-index:1;
	font-weight: bold;
	text-align: center;
}
#main #ccimg2 {
	border: 2px solid #006;
	margin-top: 10px;
	left: 295px;
	position: absolute;
}

