﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	background-color: #C2DADA;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-image: url("../images/ccs_bar.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 930px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 11px;
	overflow: auto;
	background-color: #ffffff;
}
#navigation {
	width: 700px;
	height:32px;
	margin-top: 0;
	margin-left: 180px; 
	margin-bottom: 0;
	overflow: hidden;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 2px;
	height:30px;
	padding: 0;
}
#navigation li {
	float: left;
	width: 100px;
	text-align: center;
	font-weight: 700;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation a {
	background-color: white;
	background: url('../images/nav-out.jpg') repeat-x left;
	color: teal;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 2px #008080 solid;
}
#navigation a:hover {
	color: #0066CC;
	border: 2px #800000 solid;
	background: url('../images/nav-over.jpg') repeat-x left;
}
#navigation li#current {
	background-color: navy;
	background: url('../images/nav-out.jpg') repeat-x left;
	color: navy;
	display: block;
	padding: 3px;
	border: 2px #000080 solid;
	width: 100px;
}
#content {
	float: left;
	width: 910px;
	font-size: 12pt;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 10px;
	vertical-align:top;
	position: relative;
}
#sidebar {
	float: left;
	width: 100px;
	margin-left: 0px;
	margin-right: 10px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	float: right;
	width:800px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}
#column_l {
	float: left;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 0px;
	vertical-align:top;
}
#column_r {
	float: right;
	width: 200px;
	background-color: #669999;
	margin: 0px;
	vertical-align:top;
}

#footer {
	text-align: center;
	width: 938px;
	margin-right: 10px;
	margin-left: 11px;
	padding: 0;
	overflow: auto;
	background-color: #FFFFFF;
	border-top:1px teal solid;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #A6C4C4;
}
#sidebar li {
	font-weight: 700;
	font-size: 8pt;
	display: block;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #CBDCDC;
}
#sidebar li.top_item {
	font-weight: 700;
	font-size: 8pt;
	display: block;
	color: white;
	padding: 5px;
	margin: 0;
	background-color: #008080;
}
#sidebar li.first_item {
	font-weight: 700;
	font-size: 8pt;
	color: white;
	margin: 0;
	background-color: #008080;
}
#sidebar a.first_item {
	font-weight: 700;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#sidebar a.first_item:hover {
	font-weight: 700;
	text-decoration: none;
	color: #800000;
	margin: 0;
	padding: 5px;
	border: 1px #008080 solid;
	background-color: #C2DADA;
}
#sidebar a.other {
	font-weight: 700;
	margin: 0;
	padding: 5px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	border: 0px solid #f2f2f2;
	color: white;
	background-color: #008080;
}
#sidebar a.other:hover {
	font-weight: 700;
	margin: 0;
	padding: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #008080;
	border: 0px #000080 solid;
	background-color: #C2DADA;
}
#sidebar a {
	font-weight: 700;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	color: #008080;
	margin: 0px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	border: 1px #008080 solid;
	background-color: #C2DADA;
}
#sidebar li.current {
	font-weight: 700;
	color: #FFFFFF;
	background-color: #800000;
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#sidebar li.current:hover {
	font-weight: 700;
	color: #000080;
	margin: 0;
	border: 1px #008080 solid;
	background-color: #c2dada;
}
#sidebar li.last_item {
	font-weight: 700;
	font-size: 8pt;
	display: block;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #CBDCDC;
	border-bottom: 1px #008080 dotted;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #008080;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #008080;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#main ul {
	list-style-image:url('../images/bullet.gif')
}
#main ul ul {
	list-style-image:url('../images/cyprbu2.gif')
}
#main ul ul ul {
	list-style-image:url('../images/cyprbul3.gif')
}
hr {
	height: 2px;
	border: 0px;
	color: teal;
	background-color:teal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24pt;
	color: teal;
}
h2 {
	font-style: normal;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #008080;
}
h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	color: #800000;
}
h4 {
	font-size: 12pt;
	font-weight: 700;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #669999;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: 700;
	font-style: normal;
	color: #800000;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 8pt;
	color: #008080;
}