@charset "utf-8";
/*------------------- basic formatting ----------------------*/
* {
	margin:0px;
	padding:0px;
}

body {
	background:url(/nct2you/_images/main_bg.jpg) repeat-x top;
	background-color: #FFFF00;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}
#container {
	background:url(/nct2you/_images/container_bg.jpg) repeat-y left;
	background-color:#FFFFFF;
	width: 950px;
	height:auto;
	margin: 0 auto;
	text-align: left;
}
.clear_line {
	width:950px;
	height:10px;
	float:none;
	clear:both;
}
.pic_floatright {
	float:right;
	margin:0px 0px 5px 20px;
}
.pict_thumb_floatleft {
	float:left;
	margin:0px 15px 5px 0px;

}
.non_human {
	display:none;
}

/*------------------- tag formating -----------------------*/

a {
	text-decoration:none;
	color:#660000;
}

a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: justify;
	line-height: 1.4em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	color:#000000;	
}


h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;	
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background: url(/nct2you/_images/arrow_small_orange2.gif) no-repeat top left;
	font-weight: normal;
	padding-left: 15px;
	text-align: justify;
}
h4 a, h4 a:visited {
	color: #660000;
}
h4 a:hover {
	color:#003399;
	text-decoration:underline;
}
h4.height_2em {
	height:2em;
}

/*------------------- head formating -----------------------*/

#main_head {
	height: 265px;
	width: 950px;
}
#main_logo {
	background:url(/nct2you/_images/main_logo.jpg) top no-repeat;
	height:265px;
	width:200px;
	float:left;
}
#main_head_content {
	height:265px;
	width:750px;
	float:right;
}
#main_head_title {
	background:url(/nct2you/_images/main_title.jpg) top left no-repeat;
	height:100px;
	width:750px;
}
#main_head_menu {
	background:url(/nct2you/_images/main_menu_bg.jpg) no-repeat top left;
	height:21px;
	width:710px;
	padding:5px 20px 0px 20px;
	color:#FF0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main_head_menu a {
	color:#FF0;
	padding:0px 10px;
}

#main_head_menu a:hover {
	color:#CC3333;
	text-decoration:none;
	background:#FF0;
}


#main_head_topdivider {
	background:url(/nct2you/_images/main_topdivider.jpg) no-repeat top left;
	height:13px;
	width:750px;
}
 /*------------------- content formatting ------------------------*/
 .read_more {
 	font-size:10px;
 }
 
 .list_div {
 	padding:0px 0px 0px 20px;
 }
 
 .defloat {
 	height:5px;
	float:none;
	clear:both;
 }
  .defloat_10px {
 	height:10px;
	float:none;
	clear:both;
 }
 .first_words {
 	font-weight:bold;
	color:#660000;
}
 
 /*------------------- footer formating -----------------------*/
 
 
#main_footer {
	background:url(/nct2you/_images/main_footer.jpg) top left no-repeat;
	height:54px;
	width:730px;
	padding:25px 30px 0px 190px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
	}
