@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	margin-top:20px;
	background-color: #FCFCFC;
	color:#616264;
}

#container {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-color: #FCFCFC;
}
#topbar {
	height:28px;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	padding-left:40px;
	padding-top:12px;
	font-size:13px;
}
#topbar a {
	text-decoration:none;
	color: #616264;
	padding-left:10px;
	padding-right:10px;
}
#topbar a:hover {
	text-decoration:underline;

}

#top-panel {
	height:331px;

}
#top-panel-pages {
	height:130px;

}
#logo {
	width:395px;
	height:331px;
	float:left;
	background-color: #FFFFFF;

}
#sections {
	float:right;
	width:564px;
	height:331px;

}
#logo-pages {
	width:396px;
	height:130px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	background-color: #FFFFFF;
}
#sections-pages {
	float:right;
	width:564px;
	height:130px;
}
#menubar {
	height:33px;
	background-image: url(../images/menubar.png);
	background-repeat: repeat-x;
}
#contents-home {
	background-color: #FCFCFC;
	padding-top:16px;
}

#content-left {
	float:left;
	width:578px;
	padding-left:12px;
	background-color: #FCFCFC;

}
#content-left-top {
	height:19px;
	width:571px;
	background-image: url(../images/home_topcontent.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area {
	background-image: url(../images/home_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:30px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom {
	height:19px;
	width:571px;
	background-image: url(../images/home_bottomcontent.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right {
	float:right;
	width:369px;
	background-color: #FCFCFC;

}
#content-right-top {
	height:19px;
	width:357px;
	background-image: url(../images/home_newstop.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area {
	background-image: url(../images/home_newscontent.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:30px;
	margin-bottom:-12px;
	padding-bottom:20px;
}
#content-right-bottom {
	height:19px;
	width:357px;
	background-image: url(../images/home_newsbottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#footer {
	height:31px;
	background-image: url(../images/bottombar.png);
	background-repeat: repeat-x;
	clear:both;
	padding-top:16px;
	color: #A6A6A6;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	color: #A6A6A6;

}
#footer a:hover {
text-decoration:underline;

}
#copyright {
	width:710px;
	float:left;
	padding-left:40px;
	padding-top:0px;

}
#tobstar {
	width:169px;
	float:right;
	padding-right:40px;
	text-align:right;
	margin-top:-4px;
}
#contents-home a {
	text-decoration:none;
	color: #389DE9;	

}
#contents-home a:hover {
	background-color: #F2F2F2;
}
#contents-home a:active {
	color: #FFFFFF;
	background-color: #646567;
}
h1 {
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F5529;
	font-size:18px;
	padding-left:10px;
	font-weight: bold;
	color: #646567;
	margin-right:20px;
	margin-left:10px;
}
h2 {
	font-size:17px;
	margin-left:10px;
	padding-left:10px;
}
h3 {
	font-size:15px;

	margin-left:10px;
	padding-left:10px;
}
h4 {
	font-size:13px;
	margin-left:10px;
	padding-left:10px;
}
p {
	margin-right:20px;
	margin-left:20px;
	color: #646567;
}
ul {
margin-left:40px;
	color: #646567;
}

/* PAGES NORMAL LIGHT GRAY   */
#container-pages {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}

#contents-pages {
	padding-top:16px;
}
#contents-pages a {
	text-decoration:none;
	color: #389DE9;	
}
#contents-pages a:hover {
	background-color: #F2F2F2;
}
#contents-pages a:active {
	color: #FFFFFF;
	background-color: #646567;
}

#content-left-pages {
	float:left;
	width:630px;
	padding-left:12px;

}
#content-left-top-pages {
	height:17px;
	width:618px;
	background-image: url(../images/pages_left_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area-pages {
	background-image: url(../images/pages_left_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:30px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom-pages {
	height:17px;
	width:618px;
	background-image: url(../images/pages_left_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right-pages {
	float:right;
	width:296px;

}
#content-right-top-pages {
	height:17px;
	width:276px;
	background-image: url(../images/pages_right_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area-pages {
	background-image: url(../images/pages_right_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:30px;
}
#content-right-bottom-pages {
	height:17px;
	width:276px;
	background-image: url(../images/pages_right_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
/* END PAGES END  */

/* SENIORS DARK GRAY   */
#container-seniors {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg_seniors.png);
	background-repeat: repeat-y;
}

#contents-seniors {
	padding-top:16px;
}
#contents-seniors a {
	text-decoration:none;
	color: #389DE9;	
}
#contents-seniors a:hover {
	background-color: #F2F2F2;
}
#contents-seniors a:active {
	color: #FFFFFF;
	background-color: #646567;
}

#content-left-seniors {
	float:left;
	width:630px;
	padding-left:12px;

}
#content-left-top-seniors {
	height:17px;
	width:618px;
	background-image: url(../images/seniors_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area-seniors {
	background-image: url(../images/seniors_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom-seniors {
	height:17px;
	width:618px;
	background-image: url(../images/seniors_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right-seniors {
	float:right;
	width:296px;

}
#content-right-top-seniors {
	height:17px;
	width:276px;
	background-image: url(../images/seniors_top_right.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area-seniors {
	background-image: url(../images/seniors_content_right.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:30px;
}
#content-right-bottom-seniors {
	height:17px;
	width:276px;
	background-image: url(../images/seniors_bottom_right.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}


/* END SENIORS END  */

/* YOUTH DARK GRAY   */
#container-youth {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg-youth.png);
	background-repeat: repeat-y;
}

#contents-youth {
	padding-top:16px;
}
#contents-youth a {
	text-decoration:none;
	color: #389DE9;	
}
#contents-youth a:hover {
	background-color: #F2F2F2;
}
#contents-youth a:active {
	color: #FFFFFF;
	background-color: #646567;
}

#content-left-youth {
	float:left;
	width:630px;
	padding-left:12px;

}
#content-left-top-youth {
	height:17px;
	width:618px;
	background-image: url(../images/youth_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area-youth {
	background-image: url(../images/youth_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom-youth {
	height:17px;
	width:618px;
	background-image: url(../images/youth_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right-youth {
	float:right;
	width:296px;

}
#content-right-top-youth {
	height:17px;
	width:276px;
	background-image: url(../images/youth_top_right.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area-youth {
	background-image: url(../images/youth_content_right.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:30px;
}
#content-right-bottom-youth {
	height:17px;
	width:276px;
	background-image: url(../images/youth_bottom_right.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}


/* END YOUTH END  */

/* EDUCATION DARK GRAY   */
#container-education {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg_education.png);
	background-repeat: repeat-y;
}

#contents-education {
	padding-top:16px;
}
#contents-education a {
	text-decoration:none;
	color: #389DE9;	
}
#contents-education a:hover {
	background-color: #F2F2F2;
}
#contents-education a:active {
	color: #FFFFFF;
	background-color: #646567;
}

#content-left-education {
	float:left;
	width:630px;
	padding-left:12px;

}
#content-left-top-education {
	height:17px;
	width:618px;
	background-image: url(../images/education_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area-education {
	background-image: url(../images/education_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom-education {
	height:17px;
	width:618px;
	background-image: url(../images/education_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right-education {
	float:right;
	width:296px;

}
#content-right-top-education {
	height:17px;
	width:276px;
	background-image: url(../images/education_top_right.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area-education {
	background-image: url(../images/education_content_right.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:30px;
}
#content-right-bottom-education {
	height:17px;
	width:276px;
	background-image: url(../images/education_bottom_right.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}


/* END EDUCATION END  */

/* WORKPLACE DARK GRAY   */
#container-workplaces {
	width:960px;
	margin-top:2px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	background-image: url(../images/bg_workplace.png);
	background-repeat: repeat-y;
}

#contents-workplaces {
	padding-top:16px;
}
#contents-workplaces a {
	text-decoration:none;
	color: #389DE9;	
}
#contents-workplaces a:hover {
	background-color: #F2F2F2;
}
#contents-workplaces a:active {
	color: #FFFFFF;
	background-color: #646567;
}

#content-left-workplaces {
	float:left;
	width:630px;
	padding-left:12px;

}
#content-left-top-workplaces {
	height:17px;
	width:618px;
	background-image: url(../images/workplace_top.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-left-area-workplaces {
	background-image: url(../images/workplace_content.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:40px;
}
#content-left-bottom-workplaces {
	height:17px;
	width:618px;
	background-image: url(../images/workplace_bottom.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#content-right-workplaces {
	float:right;
	width:296px;

}
#content-right-top-workplaces {
	height:17px;
	width:276px;
	background-image: url(../images/workplace_top_right.png);
	background-repeat: no-repeat;
	margin-bottom:-12px;
}
#content-right-area-workplaces {
	background-image: url(../images/workplace_content_right.png);
	background-repeat: repeat-y;
	min-height:160px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-12px;
	padding-bottom:30px;
}
#content-right-bottom-workplaces {
	suheight:17px;
	width:276px;
	background-image: url(../images/workplace_bottom_right.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}


/* END WORKPLACE END  */

#submenu_admin ul {
	margin-left: -18px;
	list-style-type: none;	
	margin-right:16px;
}

#submenu_admin ul li {
}
#submenu_admin ul li a {
	padding-left:28px;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}


ul {
	padding-left:10px;

}




/*\*/
* html #content-left-top-seniors {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top-seniors {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top-pages {
	margin-bottom:-20px;
}
/*\*/
* html #content-left-top-pages {
	margin-bottom:-20px;
}
/*\*/
* html #content-left-top-youth {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top-youth {
	margin-bottom:-20px;
}
/*\*/
* html #content-left-top-workplaces {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top-workplaces {
	margin-bottom:-20px;
}
/*\*/
* html #content-left-top-education {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top-education {
	margin-bottom:-20px;
}
/*\*/
* html #content-right-top {
	margin-bottom:-20px;
}

/*\*/
* html #content-left-top {
	margin-bottom:-20px;
}
/*\*/
* html body{
	margin-bottom:20px;
}



/*\*/
* html #content-left-bottom-seniors {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom-seniors {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom-pages {
	margin-top:-20px;
}
/*\*/
* html #content-left-bottom-pages {
	margin-top:-20px;
}
/*\*/
* html #content-left-bottom-youth {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom-youth {
	margin-top:-20px;
}
/*\*/
* html #content-left-bottom-workplaces {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom-workplaces {
	margin-top:-20px;
}
/*\*/
* html #content-left-bottom-education {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom-education {
	margin-top:-20px;
}
/*\*/
* html #content-right-bottom {
	margin-top:-20px;
}

/*\*/
* html #content-left-bottom {
	margin-top:-20px;
}
.fontsize10 {
	font-size:10px;

}
.fontsize11 {
	font-size:11px;

}
.fontsize12 {
	font-size:12px;

}
.fontsize13 {
	font-size:13px;

}
.fontsize14 {
	font-size:14px;

}