/* CSS Document */

body {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-image: url(../images/cnc_body_backgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

li {
	text-align: left;
	font-weight: bold;
}	

img {
	display: block;
}		

.style3 {
	font-size: 14px;
}

.style4 {
	font-size: 14px; 
	font-weight: bold;
	}

.small {	
	color: #010066;
	font-size: small;
	text-align: center;
}

/* Table definitions */
table.banner {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: right;
}

table.banner td {
	padding: 0px;
	border: none;
}	

table.date {
	width: 131px;
	height: 25px;
	border: none;
	text-align: center;
	vertical-align: top;
}

table.maincontent table.date td {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/title_date.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	vertical-align: middle;
}	
		

table.menu {
	width: 131px;
	background-color: #FFFFFF;
	vertical-align: top;
	border: none;
}	

table.menu td {
	padding: 0px;
}	

table.maincontent {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

table.maincontent td {
	padding: 0px;
	border: none;
	vertical-align: top;
}
	

table.lower {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

table.lower td {
	padding: 0px;
	border: none;
}

td.maincontent {
	width: 592px;
	background-color: #E6E6FF;
	background-image: url(../images/cnc_symbol.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	padding: 0px;
}	

td.sidecol {
	width: 27px;
	vertical-align: top;
	background-color: #3e3eb6;
}

td.bannerpic {
	width: 600px;
	background-color: #FFFFFF;
}

td.menu_backgrd {
	width: 131px;
	height: 280px;
	background-color: #3E3EB6;
	background-image: url(../images/cnc_menu_backgrd.png);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}		

/* Misc */
.bold {
	font-size: large;
}		
