@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #574210;
	background-color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: middle;
	background-position: center top;
	width: 100%;
	border: 10px none #FFFFFF;
}
#wrapper {
	text-align: left;
	color: #3366FF;
	background-color: #FFFF99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin none #CCCCCC;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #FFFF99;
	color: #FF0000;
	background-position: center;
}
#logo {
	height: 60px;
	padding-bottom: 5px;
	background-image: url(../images/cnc_logo.png);
	background-repeat: no-repeat;
	background-color: #FFFF99;
	width: 120px;
	left: 1px;
	top: 1px;
	background-position: left top;
}
#header {
	background-position: center;
}

td img {
	display: block;
	border: 1px solid #3366FF;
}
a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
	background-position: center;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFF99;
	width: 740px;
	border: 10px none #F4F4F4;
}
#leftColumn {
	float: left;
	background-color: #FFFF99;
	color: #3366FF;
	width: 49%;
	clear: both;
}
#rightColumn {
	float: right;
	background-color: #FFFF99;
	color: #3366FF;
	width: 350px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: right;
	background-color: #CCCCCC;
	border: 10px none #FFFFFF;
	background-position: center;
	width: 760px;
}
h1 {
	color: #FF0000;
	padding-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	border-bottom: 2px solid #A7A37E;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	color: #3366FF;
	font-size: 1.3em;
	background-repeat: repeat-x;
	background-position: bottom;
}
p {
	line-height: 1.5;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
.more {
	text-align: right;
}
#leftColumn_total {
	float: none;
	background-color: #FFFF99;
	color: #3366FF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	border: 10px none #FFFFFF;
	background-position: center;
	padding: 0px;
	width: 740px;
}
.container {
	background-position: center;
}

