body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BBBBBB;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 75%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}

#container a {
	color: #000099;
}

#container a:hover {
	color: #990000;
}

#nav {
	font-size: 0.85em;
	text-align: left;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#nav li {
	display: inline;
}

#nav a {
	padding-right: 2px;
	padding-left: 6px;
}

#logo, #logo2 {
	background-color: #007457;
	background-image: url("../images/ccbc_logo.gif");
	background-repeat: no-repeat;
	background-position: 50px 15px;
	height: 132px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.imagedescription {
	display: none;
}

.identity {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 75px;
	padding-right: 75px;
	padding-left: 50px;
}

#content h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content h1 {
	font-size: 1.75em;
	font-weight: bold;
}

#content h2 {
	font-size: 1.25em;
	font-weight: bold;
}

#content h3 {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

#content h4 {
	font-size: 0.85em;
	font-style: italic;
}

div#container { 
	width: 75%;
	min-width: 750px;
	width:expression(document.body.clientWidth < 998? "750px": "75%" );
}

