@charset "utf-8";
#wrapper {
	height: 600px;
	width: 100%;
}
#banner {
	height: 75px;
	width: 100%;
	background-image: url(../assets/img_opt/ban_cc_logo_line85_1300.jpg);
	background-repeat: no-repeat;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
#mainContent {
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
}
.CurrentPage {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#navcontainer {
	height: 40px;
	width: 90%;
	float: right;
	margin-left: auto;
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 30px;
}

ul#navlist
{
	margin-left: auto;
	padding-left: 0;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}

#navlist a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
td {
	padding-left: 50px;
}
a.notCurrentPage {
	color: #CEEEFF;
	font-size: 1em;
}
a.notCurrentPage:hover {
	color: #0909CE;
}
