body {
	padding: 0;
	margin: 0;
	background-color: #F3F3F3;
	color: #000;
	font-family: Verdana, Arial;
	font-size: 12px;
}	

div {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:left;
}

form {
	margin: 0;
	padding: 0;
}

p {
	padding-top: 0px;
	margin-top: 12px;
}

a {
	color: #F13174;
}

#logo {
	position: absolute;
	top: 22px;
	/*border: 1px solid #f00;*/
	z-index: 2;
}

.bg_hdr_left, .bg_hdr_right {
	background-color: #fff;
	border: 0px solid #000;
	height: 274px;		
}

.bg_hdr_left {
	background-image: url(../img/header_bg_left.gif); 
	background-position: 100% 136px;
	background-repeat: repeat-x;
	/*height: 200px;*/
}

.bg_hdr_right {
	background-image: url(../img/header_bg_right.gif); 
	background-position: 0 136px;
	background-repeat: repeat-x;
}

#main_area {
	width: 790px;
	border: 0px solid #000;
	background-color: #fff;
	padding: 5px 5px 10px 5px;
	margin: 0px;
	position:relative;
}

#left_area {
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	width: 197px;

	border: 0px solid #000;
}

#wrk_area {
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	width: 412px;

	border: 0px solid #000;
}

#wrk_area_full {
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 30px;
	float:left;
	width: 569px;

	border: 0px solid #000;
}

#copyright, #copyright a {
	padding-top: 8px;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	clear:both;
}

.clear_div {
	clear:both;
	padding:0;
	margin:0;
	border:0px solid #000;
	margin-top: -5px;
}

body > div.clear_div {
	clear:both;
	padding:0;
	margin:0;
	border:0px solid #000;
}

/** menu - start **/
.menu .item, .menu .cur_item, .menu .sub1_item, .menu .sub2_item {
	//height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	position: relative;
	padding-bottom: 3px;
	//padding-bottom: 0px;
}

.menu .sub1_item, .menu .sub2_item {
	background-color: #FFF2EC;
}

.menu .item {
	background-color: #EAEAE9;
}

/*.menu .sub1_item {
	color: #FF6632;
	padding-left: 20px;
}
*/

/*.menu .sub2_item {
	padding-left: 35px;
	color: #FF3366;
	font-weight: normal;
}*/

.menu .sub1_item a {
	color: #636766;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

.menu .sub1_item a:hover {
	color: #FF6632;
	text-decoration: underline;
}

.menu .sub1_item.sel1 a {
	color: #FF6632;
}

.menu .sub2_item a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 25px;
}

.menu .sub2_item a:hover {
	color: #FF3366;
}

.menu .sub2_item.sel2 a {
	color: #FF3366;
}

.menu .item a {
	color: #333333;
	text-decoration: none;
	cursor: hand;
	display: block;
}

.menu .item a:hover {
	color: #F23B98;
	display: block;
	cursor: hand;
}

.menu .cur_item {
	background-image: url(../img/mnu_cur_bg.gif);
	background-repeat: repeat-y;
	color: #fff;
}

.menu .cur_item a {
	color: #fff;
	text-decoration: none;
}

/** menu - end **/

/** search **/
#srch {
	position: relative;
	padding: 8px 4px 6px 8px;
	vertical-align: bottom;
	height: 23px;
	border: 0px solid #000;
	background-color: #E4E4E4;
	border: 0px solid #000;
}

#srch .ctrl input {
  border: 1px solid #808080; 
  width: 146px;
  height: 14px; 
  font-size: 10px;
  color: #000000;
  padding-left: 4px;
  float:left;
  font-family: Verdana, Arial;
  font-size: 11px;
}

#srch .btn input {
  padding-left: 6px;
}

#srch .ctrl{
	padding-top: 3px;
}

#srch .ctrl, #srch .btn {
  float:left;
  border: 0px solid #000;
}

/** contact **/
#cct {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	color: #666666;
}

/** page title **/
h1.title {
	margin: 0px;
	padding-top: 28px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #EF2E71;
	margin-bottom: 0;
}

#srch_btn {
	width: 23px;
	height: 23px;
}

#sub_title, #sub_title a {
	margin-top: 13px;
	margin-bottom: 17px;
	/*border: 1px solid #000;*/
	color: #656565;
	text-decoration: none;
	font-size: 11px;
}

#sub_title a:hover {
	text-decoration: underline;
}

.pagin {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #ED2F6F;
}

.pagin a {
	color: #656565;
	text-decoration: none;
}

.ques_item {
	border: 2px solid #E4E4E4;
	margin-bottom: 10px; 
	margin-left: 2px;
}

.ques_title {
	background-color: #F0F0F0;
	height: 20px;
	padding-left: 8px;
	padding-top: 2px;
}

.ques_title span {
	color: #666;
}

.ques_body {
	padding-left: 8px;
}

.ques_body p {
	margin-top: 6px;
}

.ques_ans {
	padding-left: 30px;
	padding-bottom: 15px;
	color: #CE3400;
	font-style: italic;
}

.ques_ans p {
	margin-bottom: 0px;
}

.add_new {
	color: #EE2E71;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 0px;
}

#quest_form {
	background-color: #F2F2F2;
	border: 2px solid #E9E9E9;
	margin-bottom: 5px;
}

#quest_form .inp {
	width: 160px;
	height: 16px;
}

#quest_form textarea {
	width: 435px;
	height: 50px;
}

#quest_form td {
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}

#quest_form td p {
	margin-top: -5px;
	margin-bottom: 5px;
	color: #666;
	font-size: 11px;
}

.star {
	color: #f00;
}

center a img {
	border: 0px;
}

.sub_news {
	font: 11px Verdana;
	margin-top: 7px;
}

.sub_news u {
	font: 13px Verdana;
	color: #EF2E71;
	font-weight: bold;
}

.sub_news a {
	color: #F13174;
}

.camp {
	color: #fff;
	text-decoration: none;
}

.camp:hover {
	text-decoration: underline;
}

.nc {
	font: 13px Verdana;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.nc:hover {
	color: #EF2E71;
	text-decoration: underline;
}

/***** News ******/
.arch_news_fltr td {
	background-color: #F3F3F3;
	padding: 5px 1px 3px 1px;
}