/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #444444;
	background: #c2c2c2;
}
a:link  {
	color: #730704;
	text-decoration: none; /*font-weight: bold;*/
} 
a:active, a:hover { color: #720803; text-decoration: none; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 40px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#981d1d;
	padding-bottom: 20px;
	text-align: center;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 16px;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#ncp_container {
	margin: auto;
	margin-top: 10px;
	width: 905px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}
#ncp_left_column {
	float: left;
	width: 25px;
	height: 442px;
	background-image: url(images/left_corner.jpg);
	background-repeat: repeat-x;
}
#ncp_left_title {
	padding: 20px;
	height: 43px;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;
	padding-left: 15px;
	padding-right: 10px;

}
#ncp_left_title span {
	font-size: 24px;
	color:#c61000;
}
#ncp_menu_column {
	float: left;
	width: 250px;
	background: url(images/left_title.jpg) no-repeat;
}
.ncp_menu_list {
	float: left;
	width: 230px;
}
.ncp_menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}
.ncp_menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(images/menu_button.gif);
}
.ncp_menu_list li a:hover, .ncp_menu_list li .current {
	color: #a81407;
}
#ncp_new {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
}
#ncp_new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#ncp_contact {
	float: left;
	margin-top: 5px;
	padding-left: 50px;
	padding-top: 10px;
	width: 180px;
	background: #720803;
	color: #FFFFFF;
	height: 90px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#ncp_contact span {
	font-size: 14px;
	font-weight: bold;
}
#ncp_right_column {
	float: left;
	width: 615px;
}
#ncp_right_header {
	height: 251px;
	color: #FFFFFF;
	background: url(images/header.jpg) no-repeat;
}
.ncp_right_link {
	float: right;
	margin: auto;
	width: 400px;
}
.ncp_right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 10px;
}
.ncp_right_link li{
	display: inline;
}
.ncp_right_link li a {
	float: right;
	margin-top: 10px;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: url(images/bullet.gif) no-repeat;
}
.ncp_right_slogan {
	text-align: right;
	margin-top: 15px;
	padding-right: 15px;
	width: 500px;
	color: #CCCCCC;
	float: right;

}
#ncp_content {
	background: url(images/right_bg.jpg) repeat-x;
}
#ncp_content p {
	margin-top: 15px;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}

.ncp_wedo img {
	float: right;
	padding-left: 10px;
	position: static;
	left: 648px;
	top: 547px;
}
#ncp_footer {
	clear: both;
	width: 900px;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	background: #dedede;
	font-weight: bold;
}

/* ID Styles */

#navigation a {
	font:11px arial;
	color: #99CCFF;
	font-weight:normal;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:12px;
	display:block;
	padding:2px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	border: 1pt dotted #FF3300;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: blink;
	font: 10.3px arial;
	font-weight: bold;
	}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
}
.tableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #666666;
	font-weight: bold;
}
.tableBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

.backToTop {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.ncp_top_google_search
 {
	text-align: right;
	margin-top: 15px;
	padding-right: 15px;
	width: 500px;
	color: #CCCCCC;
	float: right;
}
a:visited {
	color: #F60;
	text-decoration: none; /*font-weight: bold;*/
}

